Yurii

Results 92 comments of Yurii

I tested Phunkafizer's implementation, it works too, but it introduces changes that break backward compatibility. Also, hwtimer is deprecated for idf 5, so I used gptimer in my implementation. Before...

I am using [pioarduino/platform-espressif32](https://github.com/pioarduino/platform-espressif32) latest stable version (Arduino core 3.1.3 based on IDF 5.3.2.250210). This is a great fork of [platformio/platform-espressif32](https://github.com/platformio/platform-espressif32) with Arduino 3.x. The original repository [uses Arduino 2.x](https://github.com/platformio/platform-espressif32/issues/1225),...

> E (217) esp_image: Image length 1324672 doesn't fit in partition length 1310720 Use custom partition table, it looks like your firmware does not fit into partition. See example [[1]](https://github.com/Laxilef/OTGateway/blob/master/esp32_partitions.csv),...

I tried to stick to the style of the main repository. I think we should get @ihormelnyk approval to add a method for this because I would like to create...

@Phunkafizer that's true, but we had to get approval from Ihor. Do a **Full clean** in platformio and try to compile your firmware, I added the ``OpenTherm::getAlwaysReceive()`` and ``OpenTherm::setAlwaysReceive(bool value)``...

@ssharks Do you have any logs? What is the connection loss? What responses are you getting from the boiler?

Hi @abratchik, Thanks for the PR. Although I already expressed my opinion on this idea in the issue #167, here are my thoughts: I think this could be useful if...

Tasmota already has the ability to work with opentherm. The esp8266-react library uses ESPAsyncWebServer (asynchronous web server), which will take all the remaining memory on 8266, I've already tried it....

Hi, > but about 20mins later it says "We detected your OpenTherm thermostat, but it is not giving a room temperature or desired room temperature." Indeed, the project reports the...

> It's a shame the DIYless firmware isn't open to inspect the code flow, also can't get the same telnet logs, only a serial output, which looks like hex. The...