Results 10 comments of LaboDJ

Hi @fashberg I second this, these options are deprecated and they will be removed from HA in 2022.9 update

@clemente3905 if you want you can try my release [HERE](https://github.com/labodj/WThermostatBeca/releases) It is compatible with 2022.9 Just send to the thermostat as a normal update at http://THERMOSTAT_IP/firmware?

> I stumbled upon this while I tried to use only non deprecated variables/settings. I need to bind the lighttpd listen address to a virtual eth interface while using docker...

Try ```c++ #include void setup() { Homie.setup(); Homie.reset(); Homie.setIdle(true); } void loop() { } ```

It's also should be noted that following [Homie v4 specifications](https://homieiot.github.io/specification/spec-core-develop/#property-command-topic) > A Homie controller publishes to the set command topic with non-retained messages only. The default behavior of this library...

> pip install -U https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance > > https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance > > 404 error > > `ERROR: Could not install requirement https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance because of HTTP error 404 Client Error: Not Found for...

> do this: chrome_driver = uc.Chrome(version_main=CHROME_VERSION, options=chrome_options) > > will fix the issue No, it doesn't Anyway... I just retested the code updated to 57a2bd3f436832ffe8b127efa1d358a64f32be6f and it seems to be...

@ivankravets @sean-mcmanus It still happens even on AVR arch using latest version of platofmio, vscode-cpptools and avr-gcc 13.2.0 You can see my last report here: https://github.com/bblanchon/ArduinoJson/issues/1972#issuecomment-1725652990