Mike,
Thank you, that looks to have worked. I will keep an eye on it.
I appreciate all your help with this.
Search found 24 matches
- Mon Jan 23, 2023 5:12 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
- Mon Jan 23, 2023 10:11 am
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
Yes 0 events/central_heating/otmonitor/dhwtemperature : {"name":"temp","type":"float","value":41.32,"timestamp":1674461350950} 0 events/central_heating/otmonitor/outsidetemperature : {"name":"temp","type":"...
- Mon Jan 23, 2023 12:13 am
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
The otmonitor is connected to the broker as I get some of the other messages. e,g chenable, hotwater, flame, controlsetpoint, maxmodulation, modulation, dhwtemperature, outsidetemperature, dhwflowrate, chwaterpressure, chburnerstarts, chburnerhours, error. Other messages show as retained and do not ...
- Sun Jan 22, 2023 9:52 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
Yes, I see the messages in the Messages tab.
- Sun Jan 22, 2023 12:41 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
2023-01-22 3.jpg This screen shot shows the MQTT set up for Windows version of Otmonitor (right) and RPI (left). From the mosquitto_sub, I can see that boilerwatertemperature is transmitted to MQTT as expected when running windows version, but when running RPI version although I can see the boilerw...
- Sat Jan 21, 2023 7:44 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
1 events/central_heating/otmonitor/chenable : {"name":"on","type":"boolean","value":true,"timestamp":1674322108983} 1 events/central_heating/otmonitor/dhwenable : {"name":"on","type":"boolean","...
- Sat Jan 21, 2023 5:12 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
Does this help? Sorry I wasn't sure what config file you were referring to {"name":"on","type":"boolean","value":true,"timestamp":1674313021303} {"name":"on","type":"boolean","value":true,&q...
- Sat Jan 21, 2023 4:24 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
I followed the instructions at https://otgw.tclcode.com/raspi.html to run headless set up. OTmonitor starts automatically on reboot.
- Sat Jan 21, 2023 2:49 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
I have tried two different MQTT brokers, Mosquitto and HiveMQ. The results are the same.
- Sat Jan 21, 2023 1:37 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
On further investigation of this I can see that with the windows desktop version everything works fine. On the RaspberryPi version, the boiler water temperature is transmitted once via MQTT, then never transmitted again. I have double checked the MQTT settings in both instances and they are identical.
- Wed Jan 11, 2023 8:58 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
Thanks Mike, I will have a look.
- Wed Jan 11, 2023 2:52 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
On the MQTT explorer I can see that boilerwatertemperature is being transmitted but doesn't change. If I use the Windows version of OTGW it all works fine so I assume it is a bug in the Raspberry Pi version.
- Wed Jan 11, 2023 12:14 am
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
I am mystified by it. I also get a return temperature message although the boiler (Intergas) does not transmit return temperature and it doesn't show up in the status screen.
{"name":"temp","type":"float","value":12,"timestamp":1673018635444}
{"name":"temp","type":"float","value":12,"timestamp":1673018635444}
- Tue Jan 10, 2023 10:14 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
Mike, it shows a frequency of 5 for the boiler water temp.
- Tue Jan 10, 2023 7:20 pm
- Forum: Opentherm Gateway Forum
- Topic: OTGW with MQTT and Node Red.
- Replies: 40
- Views: 19454
Re: OTGW with MQTT and Node Red.
An update on this. I now have OTMonitor version 6.4 running on a Raspberrypi with FW version 5.7. All appears to be good and MQTT is sending messages to my Nodered, however I am not getting the boiler water temperature message. I have a node set up as events/central_heating/otmonitor/# which feeds i...