Hedda
Hedda
> the release is not ready that's why I didn't tag it OK. Just assumed based on https://github.com/zigpy/zigpy-zigate/commit/69b02f1c58f5642b032a7fccb90504bfd463cd0d bump as usually major and minor version bumps are done last just...
@doudz Any chance you could test and bump the release version 0.8.1 Home Assistant core looks to still be using zigpy-zigate 0.7.3 release: https://github.com/home-assistant/core/blob/dev/homeassistant/components/zha/manifest.json https://github.com/home-assistant/core/pulls?q=zigpy-zigate That does not contain the...
@MichaelBitard Check out the somewhat related discussion in https://github.com/zigpy/zigpy-zigate/issues/104 about help with test mentioned fork with Home Assistant. Help if needed regression testing mentioned zigpy-zigate fork as if it does...
FYI, please read discussions in https://github.com/zigpy/zigpy-zigate/issues/116 and https://github.com/zigpy/zigpy/discussions/880 about zigpy-zigate first needing additional maintainer(s) to volunteer.
@doudz by the way, I do not think this is related to https://github.com/zigpy/zigpy-zigate/issues/44
zigpy-deconz is only a hardware abstraction radio library and not a stand-alone library but instead a dependecy for the zigpy library -> https://github.com/zigpy/zigpy So maybe see same question there ->...
FYI, ZiGate compatible with different computers is not decided at the zigpy-zigate level at all. ZiGate models compatible with different computers depends on ZiGate hardware and not the zigpy-zigate project....
Obviously comment "Raspberry Pi compatible GPIO header" also means that it must also offer the same voltage as Raspberry Pi.
@doudz did you intend that zigpy-zigate should only work with Raspberry Pi? Does zigpy-zigate really need to check CPU and hardware at all? If so then should not either work...
> in setup.py > > `try: with open('/proc/cpuinfo', 'r') as cpuinfo: found = False for line in cpuinfo: if line.startswith('Hardware'): found = True label, value = line.strip().split(':', 1) value =...