mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
.vscode | ||
data | ||
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 goal of this OTGW firmware is:
- parsing the protocol on the NodeMCU (8266)
- send MQTT messages for every change
- poll a simple REST API
- enable telnet listening (interpreted data and debugging)