OTGateway icon indicating copy to clipboard operation
OTGateway copied to clipboard

OTGateway keeps heating (it's summer)

Open dxlbnl opened this issue 7 months ago • 1 comments

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
  }
}

dxlbnl avatar May 04 '25 10:05 dxlbnl

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.

Laxilef avatar May 07 '25 02:05 Laxilef

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

dxlbnl avatar May 07 '25 18:05 dxlbnl

For PID it is also necessary to transmit indoor temperature. The link to the instructions is above.

Laxilef avatar May 07 '25 19:05 Laxilef

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.

github-actions[bot] avatar May 28 '25 07:05 github-actions[bot]

dxlbnl How was the esp 32 s3 flashed? I can't do it

andrey150960 avatar May 28 '25 14:05 andrey150960

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.

dxlbnl avatar Jun 08 '25 09:06 dxlbnl

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

Laxilef avatar Jun 09 '25 02:06 Laxilef

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.

github-actions[bot] avatar Jun 24 '25 02:06 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jun 29 '25 02:06 github-actions[bot]