AlCalzone

Results 339 issues of AlCalzone

This could be done using an exponential moving average, similar to what we already do for the background RSSI. Quick mockup in Python - thanks Copilot :D ```python import time...

- [x] API to set timeout (#5830) - [ ] remove values to set timeout - [ ] toggle

We should add a compat flag to preserve it.

config ⚙

Currently, overwritten options are detected, but if they are overwritten with the exact same options, there is no complaint.

infrastructure

As a followup to #7802, the `NO_WATCHDOG` preset, `features.watchdog` driver option and related logic should be removed.

breaking

Some controllers, e.g. Aeotec Z-Stick Gen5 bring their own serial API commands which use proprietary function types. We could add support for them and auto-load the correct controller "plugin" after...

enhancement

TS 5.8 has fixed the underlying bug that worked around.

infrastructure

The Zooz ZSE11 Q Sensor has an odd implementation for long reports: Requesting the name of a long config parameter results in the device responding with multiple Transport Service encapsulated...

bug