Giter VIP home page Giter VIP logo

smarthome.plugin.nibe's Introduction

NIBE

Plugin for SmartHome https://github.com/mknx/smarthome

Requirements

This plugin has no requirements or dependencies.

Configuration

plugin.conf

[nibe]
    class_name = NIBE
    class_path = plugins.nibe
    serialport = /dev/ttyUSB1

Attributes

  • serialport: RS485 serial port.

items.conf

nibe

[heating]
    [[operating_state]]
        type = num
        nibe_reg = 31
    [[heating_curve]]
        type = num
        nibe_reg = 4
    [[circ_pump_speed_heat_p]]
        type = num
        nibe_reg = 44
    [[number_of_starts]]
        type = num
        nibe_reg = 25
    [[outdoor_temp_c]]
        type = num
        nibe_reg = 1
        sqlite = yes
    [[supply_temp_c]]
        type = num
        nibe_reg = 6
        sqlite = yes
    [[return_temp_c]]
        type = num
        nibe_reg = 7
        sqlite = yes
    [[run_time_compressor_h]]
        type = num
        nibe_reg = 24
    [[hot_water_temp_c]]
        type = num
        nibe_reg = 12
        sqlite = yes
#    [[degree_minutes]]
#        type = num
#        nibe_reg = 8

nibe registers

Check in plugins/init.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.