Search found 9 matches
- Mon Feb 20, 2023 8:47 pm
- Forum: Opentherm Gateway Forum
- Topic: Creating my own OTGW firmware for the NodoShop version
- Replies: 66
- Views: 74619
Re: Creating my own OTGW firmware for the NodoShop version
Your explanation could not be clearer, thanks again! I know what to do in the summer season (when I can disconnect the OTGW without risk of disrupting current operation): upgrade the PIC FW. Then I can leave out the reset line, although I already soldered an extra level-switch circuit to GPIO0 on th...
- Mon Feb 20, 2023 9:35 am
- Forum: Opentherm Gateway Forum
- Topic: Creating my own OTGW firmware for the NodoShop version
- Replies: 66
- Views: 74619
Re: Creating my own OTGW firmware for the NodoShop version
Thank you! That is good to know. I will make the change. I plan to move to 0.10.X later, but seeing the ambitions of the project and the growing program size, I will have to stop updating at some point with the 1MB ESP-01. By the way, I plan to make a reset line from the ESP to the PIC reset input, ...
- Fri Feb 17, 2023 4:08 pm
- Forum: Opentherm Gateway Forum
- Topic: Creating my own OTGW firmware for the NodoShop version
- Replies: 66
- Views: 74619
Re: Creating my own OTGW firmware for the NodoShop version
Hi rvdbreemen, I've got a slightly differend hardware setup. The classic OTGW hardware with the Recom DC/DC convertor mod. And instead of the MAX232 IC, I connected a ESP8266-12E VCC=5V. On it I run the ESP-LINK: Wifi-Serial Bridge w/REST&MQTT V2.2.3 . To use your Nodemcu firmware the only thin...
- Sun Nov 28, 2021 12:37 pm
- Forum: Opentherm Gateway Forum
- Topic: Room setpoint/Return temperature glitch
- Replies: 6
- Views: 2668
Re: Room setpoint/Return temperature glitch
Follow up: also notice the wording""(Note that DATA-VALUE may be modified by the slave in some circumstances.)". This also suggests that the DATA-ID should *not* be modified. Although this is only mentioned for the Write-Data and Writing invalid data sections. Not in the Read-Data sec...
- Sun Nov 28, 2021 12:21 pm
- Forum: Opentherm Gateway Forum
- Topic: Room setpoint/Return temperature glitch
- Replies: 6
- Views: 2668
Re: Room setpoint/Return temperature glitch
In the Conversation details section, on page 20-21. It does not literally say it should be the *same* data ID, but, as you mentioned, it implies this by stating that the slave should respond with the (a?) data ID. A very loose interpretation of this could be that it is allowed to send any data ID. B...
- Sat Nov 27, 2021 11:05 pm
- Forum: Opentherm Gateway Forum
- Topic: Room setpoint/Return temperature glitch
- Replies: 6
- Views: 2668
Re: Room setpoint/Return temperature glitch
Thanks for your comment. I see what you mean. I had a brief look at the Opentherm Protocol (version 2.2). It says that all slave responses should contain the same data ID that was included in the master request. And further down it states that "in case of errors" the incoming frame should ...
- Sat Nov 27, 2021 12:58 pm
- Forum: Opentherm Gateway Forum
- Topic: Room setpoint/Return temperature glitch
- Replies: 6
- Views: 2668
Room setpoint/Return temperature glitch
I am happily using the OTGW together with a Honeywell Round Connected Modulation thermostat and Atag I series 36EC boiler for a number of years now, still using 4.2.5 FW (slightly modified to use the SB feature to change the control setpoint). I use Domoticz to monitor the setup. It is all working f...
- Thu Dec 14, 2017 3:22 pm
- Forum: Opentherm Gateway Forum
- Topic: Update of source files to version 4.2.5
- Replies: 5
- Views: 7754
Re: Update of source files to version 4.2.5
Thanks for providing the diff. Much appreciated!
Tom
Tom
- Tue Nov 21, 2017 2:29 pm
- Forum: Opentherm Gateway Forum
- Topic: Update of source files to version 4.2.5
- Replies: 5
- Views: 7754
Re: Update of source files to version 4.2.5
Hi Bart, I have implemented your modified firmware of viewtopic.php?f=75&t=11419 in my 2-zone setup (ATAG i36EC boiler, Honeywell Round Connected thermostat) and it appears to work nicely! (So the setting of the controlsetpoint a with a thermostat-controlled relay connected to the GPIO B pin, in...