Nerivec
Nerivec
Ok, so, not a stress problem at all then. Can you check your previous logs, see if the drops happen roughly around the same time of day (example: mostly around...
Several users affected by this problem have indeed reported that updating to 7.4.4 fixed the problem. If anyone is still affected, try to update, and report back if it still...
@jan0o0sch Can you provide the full `debug` logs (most importantly the few minutes before the error)?
Have you tried unplugging the sonoff adapter for a while? Looks like it's sending all kinds of corrupted frames (unknown commands). If it's not the adapter's internal state that has...
https://github.com/jlama/powertagd Seems powertags require customized coordinator firmware to work properly. This is not something that Z2M _can_ support. Using a custom firmware with "regular" devices could mess with the entire...
For https://github.com/Koenkk/zigbee2mqtt/pull/24200/commits/a2237ed0276ebd68f54bd2293b8e94471e1d9c4f Removed: - mqtt: - `bridge/log` - `bridge/(bind|unbind)/` - `bridge/group/(.+)/(remove|add|remove_all)` - `bridge/group/remove_all` - `bridge/networkmap/${data.message}` - `bridge/ota_update/` - `update_available` from OTA update payload/state - default group converters (always use members...
For https://github.com/Koenkk/zigbee2mqtt/pull/24200/commits/7b402b4c9ce39f534758f883747ee8e2d0e10c96 Removed: - `/bridge/config/*` - Settings in `advanced`: - availability_timeout - availability_blocklist - availability_passlist - availability_blacklist - availability_whitelist - soft_reset_timeout - report - Unused zigbee-herdsman wrapper API `reset` -...
I figure we do a separate PR at the end to cleanup all removed settings from `settings.schema.json` and the necessary changes in `settings.ts`?
For https://github.com/Koenkk/zigbee2mqtt/pull/24200/commits/7f4e15f39012cea3b23fde57ac53fe2c29f12cc8 Removed: - `/bridge/configure` - `legacy_availability_payload` setting - `legacy_api` setting - Legacy stuff from `configure` (previously missed, wasn't using `legacy_api` setting) --- @Koenkk I'll let you do the stuff...
There's the HA `legacy` stuff left to do. You're going to do that in a separate PR?