Yurii
Yurii
Okay, I looked at the logs, but I'm confused by the fact that the boiler returns 0 for many Write-Data requests instead of what we send it: ``` 22:37:49.890731 T100e4b00...
The only difference I see in the logs is that if native heating is enabled, we don't set the control setpoint (ID 1), while diyless sets it to 10 degrees.
Regarding DHW. I meant why do you only have DHW on and heating off? ``` 22:38:07.893111 T80000200 Read-Data Status (MsgID=0): 00000010 00000000 22:38:08.027866 B4000020c Read-Ack Status (MsgID=0): 00000010 00001100 ```...
Hi @mipisoft, Thank you for the detailed research! Based on this experience, I don't think we need the `Native heating control` option at all; we can simply always send the...
Hi, Not very elegant, but working solution for HA: ```yaml action: mqtt.publish data: topic: opentherm/settings/set payload: |- { "heating": { "maxModulation": 30 } } ```
Здравствуйте. Подтягивающий резистор установлен? Схематично вот так: 
> Code above does not look like the linked WiFiManager .ino file though. You sure it is Core and / or SDK leaking something and not your app / WiFiManager...
Hi, @mcspr! Happy New Year and thanks for your reply. I also tried this option, but previously abandoned it because there were complaints that when disconnected from Wifi, the ESP...
Hi @h2zero, Interesting observations: rolling back to kernel v3.2.1 based on ESP-IDF v5.4.2 solves the memory consumption problem. Could this be related to the addition of a native version of...
Hi @h2zero, Sorry it took me so long to respond. Yes, I also tested it on a simple sketch and didn't see any memory leaks. But I haven't tested wifi+ble....