puddly
puddly
`TXStatus.MAC_CHANNEL_ACCESS_FAILURE` is the Conbee explicitly refusing to transmit because it's detecting too much interference. Move the stick around or use a longer USB extension cable. Nothing in ZHA has changed...
The only error in your log I'm seeing is device 0x7F3B (`TRADFRI bulb E14 W op/ch 400lm`) being unresponsive. Try powering it off for five seconds at the switch then...
> I am running on an Intel NUC (which does have on-board Bluetooth that I do not use but is activated in HA) What coordinator are you using? Can you...
If you're using a Raspbee, shut down the pi, completely unplug it from power and wait for 10s, then plug it back in. Simply rebooting may keep the Raspbee powered....
Fill out the issue template. Without diagnostic information and debug logs, there's not enough information.
`lumi.sensor_motion.aq2` is effectively a push-only sensor, it has no configuration and just sends updates. If you aren't receiving motion events but receiving SoC temperature and luminosity readings, the device is...
Please include a packet capture and debug log. Bellows asks EmberZNet to send a packet and only ever sets routes if source routing is explicitly enabled: https://github.com/zigpy/bellows/blob/3c3ee0296d35eb43d0493eb9b2160bc4484e892c/bellows/config/__init__.py#L41 If it is...
All of the `active_power` attributes have type `int16s`. It could be that the value is converted from a float into the correct data type *somewhere*.
> shall we expect less adherence to the zigpy database for receiving and sending packet ? Yes. The radio libraries will still attempt to look for `Device` objects when they...
Yes, I'm hoping to make this change backwards compatible if you're using the public zigpy API.