Giter Club home page Giter Club logo

opentherm2mqtt's Introduction

opentherm2mqtt

OpenThermGateway2MQTT

What

Control (parts of) the world of OpenTherm using mqtt.

How

Connect a USB Serial cable to your Raspberry Pi, install Node.js and run this code to allow mqtt publishing of OpenTherm realtime data. It's pub/sub so you can control the OpenTherm Gateway (otg) using mqtt messages.

Why

I want to create Skynet at home.

Related projects;

OpenTherm gateway, more info see http://otgw.tclcode.com Mqtt, more info see http://mqtt.org

opentherm2mqtt's People

Contributors

githubcdr avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

opentherm2mqtt's Issues

Make the topic root path configurable

Hi, first off, nice job!

Do you think it's possible to make the topic root path configurable and starting with the same root topic, eg otgw/control , otgw/log , otgw/value and otgw/status? This way it would make it easier to implement it into an already existing broker.

Also, just a minor thing tho, leading forward slashes are not common practice.

Cheers

More messages

Hi,

I have more message id's and their corresponding format for you:

opentherm_ids = {
    0: "flame_status",
    1: "control_setpoint",
    9: "remote_override_setpoint",
    14: "max_relative_modulation_level",
    16: "room_setpoint",
    17: "relative_modulation_level",
    18: "ch_water_pressure",
    24: "room_temperature",
    25: "boiler_water_temperature",
    26: "dhw_temperature",
    27: "outside_temperature",
    28: "return_water_temperature",
    56: "dhw_setpoint",
    57: "max_ch_water_setpoint",
    116: "burner_starts",
    117: "ch_pump_starts",
    118: "dhw_pump_starts",
    119: "dhw_burner_starts",
    120: "burner_operation_hours",
    121: "ch_pump_operation_hours",
    122: "dhw_pump_valve_operation_hours",
    123: "dhw_burner_operation_hours"
},
opentherm_ids_types = {
    0: "flag8",
    1: "f8.8",
    9: "f8.8",
    14: "f8.8",
    16: "f8.8",
    17: "f8.8",
    18: "f8.8",
    24: "f8.8",
    25: "f8.8",
    26: "f8.8",
    27: "f8.8",
    28: "f8.8",
    56: "f8.8",
    57: "f8.8",
    116: "u16",
    117: "u16",
    118: "u16",
    119: "u16",
    120: "u16",
    121: "u16",
    122: "u16",
    123: "u16"
};

Cheers

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

npm
package.json

  • Check this box to trigger a request for Renovate to run again on this repository

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.