1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-10-02 23:47:18 +02:00
Go to file
Robert van den Breemen 480fe3f3f8 update version to 0.4.0
2020-12-12 01:37:32 +01:00
.vscode fixed the MQTT command 2020-12-11 13:38:56 +01:00
data update version to 0.4.0 2020-12-12 01:37:32 +01:00
homeassistant Simplified the JSON 2020-10-28 00:58:03 +01:00
lib/ModUpdateServer update version to 0.4.0 2020-12-12 01:37:32 +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 fixing wifimanager and serial debugoutput 2020-12-10 00:32:43 +01:00
FSexplorer.ino fixing wifimanager and serial debugoutput 2020-12-10 00:32:43 +01:00
helperStuff.ino before update 0.3.1 2020-12-12 01:34:41 +01:00
jsonStuff.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
networkStuff.h before update 0.3.1 2020-12-12 01:34:41 +01:00
OTGW-firmware.h update version to 0.4.0 2020-12-12 01:37:32 +01:00
OTGW-firmware.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
OTGWStuff.h update version to 0.4.0 2020-12-12 01:37:32 +01:00
OTGWStuff.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
README.md Merge branch 'fixing-managewifi' into main 2020-12-10 20:59:53 +01:00
restAPI.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
safeTimers.h before update 0.3.1 2020-12-12 01:34:41 +01:00
sendIndexPage.ino first checking 2020-10-25 20:35:34 +01:00
settingStuff.ino update version to 0.4.0 2020-12-12 01:37:32 +01:00
spiffStuff.ino before update 0.3.1 2020-12-12 01:34:41 +01:00
timeStuff.ino before update 0.3.1 2020-12-12 01:34:41 +01:00
updateServerHtml.h first checking 2020-10-25 20:35:34 +01:00
version.h before update 0.4.0 2020-12-12 01:36:53 +01:00

OTGW-firmware

Join the chat at https://gitter.im/OTGW-firmware/community

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.1 | Bug: Open AP after configuration, change ESP to STA mode on StartWifi No more default Debug to Serial, only to port 23 telnet |
| 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 |