-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pizigate on odroid #86
Comments
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. To make this fact a little more clear suggest change readme as per #94
@CinPoU As such you might want to try contacting ZiGate and get them to also clarify compatibility on their webpage for PiZiGate: |
It can being problem then the Pi is using 5 V and normal TTL is using 3.3 V but very likely the HAT cant handle both OK. |
Obviously comment "Raspberry Pi compatible GPIO header" also means that it must also offer the same voltage as Raspberry Pi. |
Hi! The pizigate is compatible with odroid, i used it with raspbian and jeedom. But the zigpy-zigate's code check the model of the motherboard, and if it's not a raspberry, there's an error. Best regards |
in setup.py
|
@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 with OpenLumi ("Open Lumi Gateway" DIY ZiGate WiFi bridge hacked from Xiaomi Lumi Gateway ZHWG11LM or DGNWG02LM with modded OpenWRT firmware for the OS and ZiGate firmware on its NXP module for Zigbee), or? |
@doudz This should maybe not be closed as CinPoU points out that zigpy-zigate setup is currently requiring Raspberry Pi to run? |
The Rpi detection is used to add rpi.gpio requirement dynamically during setup. |
Is there a way to check if we are on odroid board ? |
Maybe on odroid we need to install Odroid.GPIO instead of Rpi.GPIO ? |
Could you please add the odroid as a compatible hardware for the pizigate?
The text was updated successfully, but these errors were encountered: