Search found 5 matches
- Fri Aug 14, 2020 12:14 pm
- Forum: Opentherm Gateway Forum
- Topic: Creating my own OTGW firmware for the NodoShop version
- Replies: 66
- Views: 59696
Re: Creating my own OTGW firmware for the NodoShop version
As stated in my previous post, I report via MQTT directly from the NodeMCU on the Nodo-shop Opentherm Gateway to my Home Assistant installation. I use Tasmota (https://tasmota.github.io/docs/#/Home) on the NodeMCU which has all required functionality already built-in. All that was necessary was to c...
- Tue Aug 11, 2020 4:02 pm
- Forum: Opentherm Gateway Forum
- Topic: No update of PS=1 response when in monitor mode
- Replies: 5
- Views: 2983
Re: No update of PS=1 response when in monitor mode
You are right again. My boiler seems to use 1's complement instead of 2's complement.
The settings of the upper bound is determined by two dials on the boiler. The hot water upper bound is the eco setting of the boiler.
The settings of the upper bound is determined by two dials on the boiler. The hot water upper bound is the eco setting of the boiler.
- Mon Aug 10, 2020 11:59 am
- Forum: Opentherm Gateway Forum
- Topic: No update of PS=1 response when in monitor mode
- Replies: 5
- Views: 2983
Re: No update of PS=1 response when in monitor mode
While your at it, you might also change the representation of the lower bound of the DHW and CH setpoint boundaries. These values are specified as signed 8 bit integers in the OpenTherm protocol. My boiler (Bosch 42 HRC) reports both as 0x80 or -0. While a bit strange, this is a valid representation...
- Fri Aug 07, 2020 3:46 pm
- Forum: Opentherm Gateway Forum
- Topic: Creating my own OTGW firmware for the NodoShop version
- Replies: 66
- Views: 59696
Re: Creating my own OTGW firmware for the NodoShop version
I cut the Opentherm Monitor out of the loop by running Tasmota on the NodeMCU as a serial to MQTT bridge. Which Tasmota can do out of the box. I cut down on communication overhead by issuing the PS=1 command to the OTGW every minute. The response to this command summarizes the status of all relevant...
- Fri Aug 07, 2020 3:15 pm
- Forum: Opentherm Gateway Forum
- Topic: No update of PS=1 response when in monitor mode
- Replies: 5
- Views: 2983
No update of PS=1 response when in monitor mode
I started this week with the OpenTherm Gateway from NoDoShop connected to my 12 year old Bosch central heating (TA30 thermostat en 42 HRC boiler). I connect the gateway via the onboard NodeMCU (with Tasmota installed using MQTT) to my Home assistant server. I don't want to use the standard ESPEasy S...