Magnus
Magnus
The thermostat card only changes color if heating. Adding this code will also highlight cooling mode. I've tested this and it works fine. card_thermostat: ---- - operator: "template" value: >...
The precommit yaml addons does not work on windows, see issues; https://github.com/adrienverge/yamllint/issues/347 https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/issues/25 If you want people to contribute when using Windows as a client i suggest a change of...
The scripts tests for settings connected to Bluetooth and it give the wrong recommendations for the capability check. From what I can see the results for getcap differs when run...
i've put together a short guide for how to setup a development environment for fermentrack.
Most of my iSpindels dont show the correct temperature (the ds18b20 arent always calibrated). I propose that we add an option to adjust/calibrate the temperature reading when it's received to...
Options should be 32 or 35
Investigate wifi connection behaviour. Some sources point to that the esp will connect to the last wifi ap and not the strongest if multiple ap with the same name exist....
It would be good to have proper validation of SSL certificates. Uploading all current CA is not an option, it takes to long to load them from disk ~3 seconds....
Wrong PIN definitions in Arduino/esp32 framework. See: https://github.com/espressif/arduino-esp32/issues/9037
On the latest arduino version Wire returns [Wire.cpp:513] requestFrom(): i2cRead returned Error 263 https://github.com/espressif/arduino-esp32/issues/8056 Will test with v3.0 when platformio has added support