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 227c5a1e20
Update README.md
2020-11-20 00:50:56 +01:00
.vscode before update 0.3.0 2020-11-20 00:43:22 +01:00
data update version to 0.3.0 2020-11-20 00:44:15 +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.3.0 2020-11-20 00:44:15 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino update version to 0.3.0 2020-11-20 00:44:15 +01:00
networkStuff.h reboot count in file 2020-11-16 23:20:30 +01:00
OTGW-firmware.h update version to 0.3.0 2020-11-20 00:44:15 +01:00
OTGW-firmware.ino update version to 0.3.0 2020-11-20 00:44:15 +01:00
OTGWStuff.h update version to 0.3.0 2020-11-20 00:44:15 +01:00
OTGWStuff.ino update version to 0.3.0 2020-11-20 00:44:15 +01:00
README.md Update README.md 2020-11-20 00:50:56 +01:00
restAPI.ino Pushing 0.3.0 2020-11-20 00:48:31 +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 update version to 0.3.0 2020-11-20 00:44:15 +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 Pushing 0.3.0 2020-11-20 00:48:31 +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 features of this OTGW firmware are:

  • 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)
  • implement interface for original OTmon application

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.3.0 OTmon stream implementend on port 1023 (debug port remains on port 23 (telnet)
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