mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
.vscode | ||
data | ||
homeassistant | ||
lib | ||
Specification | ||
.gitattributes | ||
Debug.h | ||
FSexplorer.ino | ||
helperStuff.ino | ||
jsonStuff.ino | ||
LICENSE | ||
MQTTstuff.ino | ||
networkStuff.h | ||
OTGW-firmware.h | ||
OTGW-firmware.ino | ||
OTGWStuff.h | ||
OTGWStuff.ino | ||
README.md | ||
restAPI.ino | ||
safeTimers.h | ||
sendIndexPage.ino | ||
settingStuff.ino | ||
spiffStuff.ino | ||
timeStuff.ino | ||
updateServerHtml.h | ||
version.h |
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 |