OpenTherm Gateway: Difference between revisions

From NURDspace
No edit summary
No edit summary
Line 9: Line 9:
}}
}}
== What ==
== What ==
OpenTherm gateway to put between the heater and the thermostat. This way we should be able to read the OpenTherm communication between them, and hopefully control the heater using the gateway. It is a board with a PIC controller that already came pre-flashed. It can be used with a FTDI cable or you can put an ESP8266 based NodeMCU board on it and communicate with that over Wifi.
OpenTherm gateway has been put between the heater and the thermostat. This way we are able to read the OpenTherm communication between them, and control the heater using the gateway. It is a board with a PIC controller that already came pre-flashed. It can be used with a FTDI cable or you can put an ESP8266 based NodeMCU board on it and communicate with that over Wifi. We went for the latter.
== Integration with home assistant ==
We installed [https://github.com/jodur/py-otgw-mqtt py-otgw-mqtt] on [[Jarvis]] to have the OpenTherm stuff available via MQTT. It is running as user otgw-mqtt. A /etc/init.d/otgw-mqtt has been made so that the service can be stopped and started through init, and is has been set to autostart.
== Links ==
== Links ==
* https://www.nodo-shop.nl/nl/opentherm-gateway/188-opentherm-gateway.html
* https://www.nodo-shop.nl/nl/opentherm-gateway/188-opentherm-gateway.html
* https://www.nodo-shop.nl/nl/content/10-downloads
* https://www.nodo-shop.nl/nl/content/10-downloads

Revision as of 12:50, 22 April 2018

OpenTherm Gateway
Opentherm spacegateway.jpg
Owner The_Niz
Status
Location Niz' drawer
Tool Yes
Tool category General

OpenTherm Gateway

Opentherm_spacegateway.jpg {{{InventoryOwner}}}Property "Tool Owner" (as page type) with input value "{{{InventoryOwner}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Niz' drawer

What

OpenTherm gateway has been put between the heater and the thermostat. This way we are able to read the OpenTherm communication between them, and control the heater using the gateway. It is a board with a PIC controller that already came pre-flashed. It can be used with a FTDI cable or you can put an ESP8266 based NodeMCU board on it and communicate with that over Wifi. We went for the latter.

Integration with home assistant

We installed py-otgw-mqtt on Jarvis to have the OpenTherm stuff available via MQTT. It is running as user otgw-mqtt. A /etc/init.d/otgw-mqtt has been made so that the service can be stopped and started through init, and is has been set to autostart.

Links