OTGateway keeps heating (it's summer)
Hi, Thanks for you're awesome project.
I recently installed the otgateway on my intergas kombikompact hre. And integrated it with Homeassistant. I've setup the blueprint for logging the internal temperature to it.
Currently it's warm outside, the temperature logged is 22 C, but the heating state stays enabled. In the dashboard control I disabled heating. I don't seem to be able to set the desired temperature.
I'm sure stuff is misconfigured, but I'm usure where to begin
I also see a 503 when calling POST /settings happening, and a reset due to watchdogs
{
"build": {
"version": "1.5.4",
"date": "Mar 6 2025 19:26:16",
"env": "s3_mini",
"core": "3.1.3",
"sdk": "v5.3.2-584-g489d7a2b3a-dirty"
},
"heap": {
"total": 307768,
"free": 75464,
"minFree": 2780,
"maxFreeBlock": 31732,
"minMaxFreeBlock": 2780
},
"chip": {
"model": "ESP32-S3",
"rev": 1,
"cores": 2,
"freq": 240
},
"flash": {
"size": 4194304,
"realSize": 4194304
},
"crash": {
"reason": "Reset due to other watchdogs",
"core": 166,
"heap": 1058299551,
"uptime": 151756331
}
}
Hi @dxlbnl,
For equitherm to work, you need to transmit indoor temperature. Since you have selected the Manual via MQTT/API type, you must configure automation as described here.
I did, I didn't enable equitherm, just the PID controller. So the OTGateway would work as a thermostat. But I'm not sure how to send the desired temperature
For PID it is also necessary to transmit indoor temperature. The link to the instructions is above.
This issue is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days.
dxlbnl How was the esp 32 s3 flashed? I can't do it
dxlbnl How was the esp 32 s3 flashed? I can't do it
I flashed it using platformio on vscode.
For PID it is also necessary to transmit indoor temperature. The link to the instructions is above.
I did send the indoor temp to the gateway. Though there is no way to set a proper target temp, so I'm unsure what value it uses as target. I'd expect HA also to be able to set target temp too.
Though there is no way to set a proper target temp, so I'm unsure what value it uses as target. I'd expect HA also to be able to set target temp too.
Why? Use climate.opentherm_heating to set the desired indoor temp
This issue is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.