Yveaux / node-red-contrib-opentherm

OpenTherm decoder for Node-RED
GNU General Public License v3.0
5 stars 3 forks source link

write back #2

Closed davehun closed 5 years ago

davehun commented 5 years ago

I would really like to pass back the otgw:

  1. A room temperature
  2. A room set point
  3. An outside Temperature
  4. Heating mode do you think this would be hard?
mikeS7 commented 5 years ago

I think the node is suitable to decode otgw/opentherm messages, to control the gateway you should pass commands directly to the gateway

Yveaux commented 5 years ago

As @mikeS7 already indicated it currently is an OpenTerm decoder only. Sending messages is not supported, but could in principle be added. Unfortunately I have other priorities; maybe someone else can submit a PR.