What do the general status and opentherm status of the main screen of the firmware show?
Could you also switch on the "Debug Messages to MQTT", and then post the output of the following command (make sure you do a restart after you typed this command):
Code: Select all
mosquitto_sub -t domesphelper/text/DebugToMQTT/state -u <your username> -P <your password>
You should see something like:
Code: Select all
07:24:11 Configfile saved
07:24:14 Succesfully (re)connected, starting operations
07:24:15 Time was set
07:24:22 Received message on topic [domoticz/out/2019], payload: [{
"Battery" : 255,
"LastUpdate" : "2025-06-23 08:19:56",
"RSSI" : 12,
"description" : "",
"dtype" : "Temp",
"hwid" : "36",
"id" : "0002",
"idx" : 2019,
"name" : "Ground Temperature (10 cm)",
"nvalue" : 0,
"org_hwid" : "36",
"stype" : "LaCrosse TX3",
"svalue1" : "16.3",
"unit" : 2
}
]
07:24:22 First temperature (16.30) received, ready for climate mode
07:24:22 PID Mode, PID=(0.00,16.30,73.70), total: 90.00
07:24:23 PID Mode, PID=(0.00,16.30,73.70), total: 90.00
07:24:24 PID Mode, PID=(0.00,16.30,73.70), total: 90.00
07:24:26 PID Mode, PID=(0.00,16.30,73.70), total: 90.00
07:24:27 PID Mode, PID=(0.00,16.30,73.70), total: 90.00
07:24:28 PID Mode, PID=(0.00,16.30,73.70), total: 90.00