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 f6051a9992 update version to 0.0.1
2020-10-25 22:56:41 +01:00
.vscode before update 0.0.1 2020-10-25 22:56:18 +01:00
data update version to 0.0.1 2020-10-25 20:49:12 +01:00
Specification first checking 2020-10-25 20:35:34 +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 first checking 2020-10-25 20:35:34 +01:00
jsonStuff.ino update version to 0.0.1 2020-10-25 20:49:12 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino update version to 0.0.1 2020-10-25 22:56:41 +01:00
networkStuff.h before update 0.0.1 2020-10-25 22:56:18 +01:00
OTGW-firmware.h before update 0.0.1 2020-10-25 22:56:18 +01:00
OTGW-firmware.ino before update 0.0.1 2020-10-25 22:56:18 +01:00
OTGWStuff.h first checking 2020-10-25 20:35:34 +01:00
OTGWStuff.ino before update 0.0.1 2020-10-25 22:56:18 +01:00
README.md Update README.md 2020-10-25 20:41:36 +01:00
restAPI.ino update version to 0.0.1 2020-10-25 20:49:12 +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.0.1 2020-10-25 20:49:12 +01:00
spiffStuff.ino first checking 2020-10-25 20:35:34 +01:00
timeStuff.ino first checking 2020-10-25 20:35:34 +01:00
updateServerHtml.h first checking 2020-10-25 20:35:34 +01:00
version.h before update 0.0.1 2020-10-25 22:56:18 +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)
  • send MQTT messages for every change
  • poll a simple REST API
  • enable telnet listening (interpreted data and debugging)