1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00
Go to file
2020-11-06 02:11:34 +01:00
.vscode Working firmware with auto-discovery 2020-11-02 08:09:26 +01:00
data Simply working configuration 2020-11-06 02:11:34 +01:00
homeassistant Simplified the JSON 2020-10-28 00:58:03 +01:00
lib Working firmware with auto-discovery 2020-11-02 08:09:26 +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 No more JSON needed? 2020-11-03 01:28:05 +01:00
jsonStuff.ino update version to 0.1.0 2020-10-25 23:56:26 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino No more JSON needed? 2020-11-03 01:28:05 +01:00
networkStuff.h Working firmware with auto-discovery 2020-11-02 08:09:26 +01:00
OTGW-firmware.h Working firmware with auto-discovery 2020-11-02 08:09:26 +01:00
OTGW-firmware.ino Simply working configuration 2020-11-06 02:11:34 +01:00
OTGWStuff.h Working firmware with auto-discovery 2020-11-02 08:09:26 +01:00
OTGWStuff.ino No more JSON needed? 2020-11-03 01:28:05 +01:00
README.md Update README.md 2020-10-26 00:04:30 +01:00
restAPI.ino update version to 0.1.0 2020-10-25 23:56:26 +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 Auto-magic configuratoin of Home Assistant 2020-10-31 18:46:04 +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 Simply working configuration 2020-11-06 02:11:34 +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
  • send to InfluxDB directly
  • poll a simple REST API
  • enable telnet listening (interpreted data and debugging)

version 0.1.0 - MQTT sending added (JSON message) version 0.0.1 - parsing of OT protocol (to telnet)