1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00
Go to file
2021-01-10 17:02:58 +01:00
.vscode before update 0.5.1 2021-01-03 23:12:19 +01:00
data fixed updating otmonitor values & style fixes 2021-01-10 17:02:58 +01:00
docs screenshot for wiki 2021-01-09 12:47:26 +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 moved style into the stylesheet 2021-01-10 12:59:37 +01:00
LICENSE Initial commit 2020-10-25 20:33:41 +01:00
MQTTstuff.ino update version to 0.5.1 2021-01-03 23:13:03 +01:00
networkStuff.h improved serial communnication handeling 2020-12-13 02:06:05 +01:00
OTGW-firmware.h update version to 0.5.1 2021-01-03 23:13:03 +01:00
OTGW-firmware.ino update version to 0.5.1 2021-01-03 23:13:03 +01:00
OTGWStuff.h moved style into the stylesheet 2021-01-10 12:59:37 +01:00
OTGWStuff.ino update restapi remove unused function 2021-01-07 19:17:23 +01:00
README.md before update 0.5.1 2021-01-03 23:12:19 +01:00
restAPI.ino moved style into the stylesheet 2021-01-10 12:59:37 +01:00
safeTimers.h before update 0.3.1 2020-12-12 01:34:41 +01:00
sendIndexPage.ino working otmonitor ui 2021-01-10 01:49:03 +01:00
settingStuff.ino update version to 0.5.1 2021-01-03 23:13:03 +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 translate dutch to english 2021-01-09 12:54:37 +01:00
version.h moved style into the stylesheet 2021-01-10 12:59:37 +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)
  • serial interface on port 1023 for original OTmonitor application (bi-directional)
  • simple REST API (http:///api/v0/otgw/{id})
  • simple REST API (http:///api/v1/otgw/id/{id} or http:///api/v1/otgw/label/{textlabel eg. Tr or Toutside}
  • sending commands thru MQTT (topic: OTGW/command)
  • sending commands thru REST API (/api/v1/otgw/command/{any command})
  • settings for Hostname and MQTT in the webUI (just compile and edit in webUI)

To do:

  • InfluxDB client to do direct logging
  • OTmonitor Web UI (standalone 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.5.1 REST APIs, v1, for OTmonitor values, GetByLabel, GetByID, POST otgw/command/{command}
0.5.0 Implemented the UI for settings (restapi, read/write file in json)
0.4.2 Bi-directional serial communication on port 1023 (aka ser2net) for use with OTmonitor application
0.4.1 MQTT command sending now works, topic: OTGW/command and
0.4.0 RestAPI implemented - as simple as /api/v0/otgw/{id} to get the latest values
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 Read only Serial 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