Hi, I always used the OTGW plugin in Vera. This communicates directly with the gateways. HASS sees this as a thermostat. This always worked but sometime in the past it stopped working correctly (please see this post)
It would be nice that HA can connect directly to the OTGW without the otmonitor software running.
For now I got this working with the otmonitor software running and configured MQTT. In HA i used the setting that MartenJacobs used.
Maybe someone can script this in Python as an addon for HA.
I changed the setup. Removed the NodeMCU from the OTGW, and attached it (with serial USB cable) to a Pi Zero. On the Pi Zero i installed the py-otgw-mqqt script and let is publish (over wifi) to the HA builtin MQTT broker.
Guys, Iāve found this thread as most suitable.Iād like to connect my system to the heater, the controller (donāt know if boiler too ;-)) supports opentherm.
Whatās the cheapest suitable way for now to connect it via MQTT? It doesnāt have to be LAN, can be ESP too.
Iād be grateful. Iāve found board on NODO shop but wondering if there are cheaper ways (shipping is almost the cost of board).
Hello! OpenTherm Gateway integration works great for me, thanks to developers! But I wish to have more options. May be I miss something and it is possible to change domestic hot water set point, switch on and off central heating? And maybe change set point of room temperature?
Just tried again. I can change domestic hot water temperature with Otmonitor sending command like SW=60. But could not found corresponding service like opentherm_gw.set_control_setpoint for hot water in HA.
Could you please point me out what service i should use to set domestic hot water?
It is not my level yet ! But I looked at the code. HA use python library pyotgw for this integration an library contain all method I wish to be implemented:
If I use the new integration method for opentherm no climate device is created. Has anyone else seen this before?
Other opentherm devices and sensors are normally created and have actual values.
I have used this integration in the past with succes but after that I deleted it and added again the climate device doesnāt appear. Iāam using version 102.2 and use the openthem gateway via lan(socket)
Hi @DJTerentjev do you know any other way to call these methods without their implementation in HA? Iām particularly interested in switching off central heating. However, it looks like currently itās achievable only with passing control back to thermostat. That is not acceptable on the long run.
As a temporary solution to switch off all heating I put 14 on my thermostat downstairs and set override to 0. So that my room thermostat takes over control and apparently I donāt have 14 at my home so it switches off all the heating. This works pretty well for a while except for cases when the temperature really goes down. Like those days when youāre on vacation.