kpine
kpine
> Thanks @kpine ! About the lost frames, I dunno if there is an api actually to fetch in memory frames from zniffer, @AlCalzone ? > > I could store...
No issues so far on x86_64 with Debian 12 and latest available kernel (bookworm-backports): ```console $ cat /etc/debian_version 12.5 $ uname -a Linux koro 6.6.13+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.13-1~bpo12+1...
SiLabs UZB7 and 800 dev kit, no Gen5/Gen5+ to test with. Would be pretty wild if it were limited to the Aeotec.
Is the [firmware config file](https://github.com/zwave-js/firmware-updates/blob/928b1c2b1a05782b330d082f7996fbb075d0ae05/firmwares/aeotec/ZWA005-C.json#L13) valid? ```text "$if": "firmwareVersion >= 2.00 && firmwareVersion < 2.21", ``` Perhaps it should be `>= 2.0` instead of `>= 2.00`?
How to contribute device config files: https://zwave-js.github.io/zwave-js/#/config-files/contributing-files Or submit an issue to Z-Wave JS to request a missing device config file: https://github.com/zwave-js/zwave-js/issues/new?template=device_config.yml. You will have to wait and home someone...
Did you upgrade your Z-Stick Gen5 to firmware 1.2 prior to making the backup? Conversion of a backup before version 1.2 is not supported/compatible.
Please provide the diagnostic file that was asked for when you created the issue:  https://www.home-assistant.io/integrations/zwave_js/#network-devices -> Download diagnostics
Sorry, I was not specific enough. Please upload the **Device** diagnostic. Follow the link I posted to the documentation to see how to do that.
HA already assigns cover to both `Motor Control Class C` and `Multiposition Motor` devices, see for yourself at https://github.com/home-assistant/core/blob/d530137bec3e23a194841e56d32246d8a6e741fa/homeassistant/components/zwave_js/discovery.py#L1058-L1073 The highlighted code detects those device classes and if found treats...
No, I won't be spending any time in this at the moment, sorry. Other things have priority. Anyone is welcome to look.