1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00
Go to file
Robert van den Breemen 0feb25b014 before update 0.3.0
2020-11-20 00:43:22 +01:00
.vscode before update 0.3.0 2020-11-20 00:43:22 +01:00
data Optimize Serial handling 2020-11-19 16:47:10 +01:00
homeassistant Simplified the JSON 2020-10-28 00:58:03 +01:00
lib update version to 0.2.0 2020-11-06 21:13:53 +01:00
Specification Cleaning up debug output 2020-10-28 01:40:48 +01:00
.gitattributes Initial commit 2020-10-25 20:33:41 +01:00
Debug.h first checking 2020-10-25 20:35:34 +01:00
FSexplorer.ino first checking 2020-10-25 20:35:34 +01:00
helperStuff.ino reboot count in file 2020-11-16 23:20:30 +01:00
jsonStuff.ino update version to 0.2.0 2020-11-06 21:13:53 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino before update 0.3.0 2020-11-20 00:43:22 +01:00
networkStuff.h reboot count in file 2020-11-16 23:20:30 +01:00
OTGW-firmware.h reboot count in file 2020-11-16 23:20:30 +01:00
OTGW-firmware.ino before update 0.3.0 2020-11-20 00:43:22 +01:00
OTGWStuff.h and don't forget to subscribe 2020-11-09 08:24:47 +01:00
OTGWStuff.ino before update 0.3.0 2020-11-20 00:43:22 +01:00
README.md Update README.md 2020-11-12 18:58:23 +01:00
restAPI.ino reboot count in file 2020-11-16 23:20:30 +01:00
safeTimers.h first checking 2020-10-25 20:35:34 +01:00
sendIndexPage.ino first checking 2020-10-25 20:35:34 +01:00
settingStuff.ino reboot count in file 2020-11-16 23:20:30 +01:00
spiffStuff.ino first checking 2020-10-25 20:35:34 +01:00
timeStuff.ino Nested array object for mqtt broker 2020-10-25 23:25:49 +01:00
updateServerHtml.h first checking 2020-10-25 20:35:34 +01:00
version.h before update 0.3.0 2020-11-20 00:43:22 +01:00

OTGW-firmware

Opentherm firmware - Nodoshop version

This is a new firmware for the Nodoshop version of the OpenTherm Gateway.
It can be found here: https://www.nodo-shop.nl/nl/opentherm-gateway/188-opentherm-gateway.html
More information on this gateway can be read here: http://otgw.tclcode.com/

The goal of this OTGW firmware is:

  • parsing the protocol on the NodeMCU (8266)
  • enable telnet listening (interpreted data and debugging)
  • send MQTT messages for every change (parsed OT message)
  • Integrate with Home Assistant (and Domoticz)

To do:

  • implement a REST API
  • InfluxDB client to do direct logging
  • OT command sending interface

Looking for the documentation, go here (work in progress): https://github.com/rvdbreemen/OTGW-firmware/wiki/Documentation-of-OTGW-firmware

Version Release notes
0.2.0 Auto-discovery throug MQTT implemented for integration with home assistant (and domoticz)
0.1.0 MQTT messaging implemented
0.0.1 parsing of OT protocol implemented (use telnet to see) Watchdog implemented