zigpy-cc
zigpy-cc copied to clipboard
Texas Instruments Z-Stack ZNP handler for zigpy
Per the code at: https://github.com/zigpy/zigpy-cc/blob/e75d1fccfcd225abf6ac93a1e215ea16b2018897/zigpy_cc/types.py#L110 If a key is not provided, an insecure key is used. Many applications do not provide a key, such as home assistant (at least at...
I try to run `test.py` code with the CC2652 Chip (CC2652R1) in Texas Instrument LaunchPad development kit. I have `/dev/ttyACM0` and `/dev/ttyACM1`, so I modify the [CONF_DEVICE_PATH](https://github.com/zigpy/zigpy-cc/blob/master/test.py#L21) as `/dev/ttyACM0` followed...
**Is your feature request related to a problem? Please describe.** Device almost works good without quirk but HA cannot control second (right) switch at the moment **Describe the solution you'd...
**Problem** When I add Hue motion sensor (SML001) thru ZHA integration, pairing process ends, but none of the sensor function work. Illuminance, temperature, power is "unknown" state, occupancy is always...
Same as zigpy/bellows#339 and zigpy/zigpy#475 as reported by @fabaff of Home Assistant / hass.io : Asynctest doesn't work with Python 3.8 and above. It's the same issue as for zigpy...
Requesting an "energy detection scan" feature in zigpy-cc if possible matching what @puddly has recently added to zigpy-znp Suggest implement similar channel energy scanning via some energy scanner tool but...
Probably need to update dependencies in **setup.cfg** plus possibly other source for isort or in other way seperate isort dependency for all zigpy libraries as upstream repo for isort has...
Suggest zigpy-cc + zigpy-znp and ZHA devs team-up with @slaesh to test his new CC2652RB stick as another reference adapter. @slaesh I believe that you already donated adapters to the...
A fix that I believe was introduced in commit 3855695 to (en/dis)able the onbard LED seems to be conflicting with USB CC2530 / CC2591 devices that use the CP2102 UART...
I am using Zigpy via the ZHA component in Home Assistant. I have set it up with my CC2531 USB stick running the latest Koenkk v1.2 source routing coordinator firmware....