halfbakery
halfbakery
Transport link is a thin abstraction layer interconnecting the output functions with the real transport protocols. The current implementation has some drawbacks: * the output formatting functions are directly calling...
The [tasmotized Sonoff RF-Bridge](https://tasmota.github.io/docs/devices/Sonoff-RF-Bridge-433/#b1-to-b0-conversion-tools) could be a great tool for RF433 communication. The device contains a small EFM8BB1 MCU for RF433 communication, the firmware of which can be replaced by...
This PR improves the following areas: * the Xiaomi Miio integration changed the service calls `xiaomi_clean_zone` to `vacuum_clean_zone` and `xiaomi_clean_point` to `vacuum_goto` a year ago. Introducing the new calls, but...
Backslash characters are replaced with slashes to support linux based compilation. I couldn't test on Windows to verify whether it breaks or not.
WT0124 Pool Thermometer support. The modified delta calculation definitely increased the chance of the successful decoding.
The sleep(UINT32_MAX) has exited instantly on OpenWrt. This fix will work forever :-)