CinPoU
CinPoU
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,...
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 = value.strip() if value...