I'm using De Dietrich Smart TC (with OT bridge) thermostat with De Dietrich Lumea MPX boiler.
I made simple script for setting control setpoint and sending this value each 30 seconds (if needed).
The problem is that OTGW sometimes writing value 7 degrees to the boiler, below log from otmonitor:
Code: Select all
09:20:43.989362 CS: 29.26
09:20:44.761058 T00110000 Read-Data Relative modulation level: 0.00
09:20:44.886599 BC0110000 Read-Ack Relative modulation level: 0.00
09:20:45.769461 T80190000 Read-Data Boiler water temperature: 0.00
09:20:45.879515 BC0191FB2 Read-Ack Boiler water temperature: 31.70
09:20:46.758081 T90181619 Write-Data Room temperature: 22.10
09:20:46.885251 B50181619 Write-Ack Room temperature: 22.10
09:20:47.775733 T80000200 Read-Data Status: 00000010 00000000
09:20:47.779966 R00000300 Read-Data Status: 00000011 00000000
09:20:47.885197 B40000002 Read-Ack Status: 00000000 00000010
09:20:47.889414 AC0000202 Read-Ack Status: 00000010 00000010
09:20:48.781486 T90010700 Write-Data Control setpoint: 7.00
09:20:48.785161 R90011D43 Write-Data Control setpoint: 29.26
09:20:48.908619 B50011D43 Write-Ack Control setpoint: 29.26
09:20:48.915651 A50010700 Write-Ack Control setpoint: 7.00
I don't know if this behavior - sending 7.00 after my CS value is proper.
I was not making any firmware updates.
Can anybody help how to debug this issue further or how to proceed to fix this behavior?
Thanks in advance.
Below I attached pictures how this was working and how it is working actually (yellow - control set temperature read from boiler, blue - control set temperature send by CS command).