Hi,
I have a quite new installation of raspberrypi OS on a raspberry 4. I installed home assistant according to https://siytek.com/install-home-assistant-on-raspbian/.
I am using the new sonoff zigbee usb dongle plus.
When trying to add the zigbee integration I get something like (it’s a german installation) “control flow can’t be started.”
Looking into the log I can see that zigbee-zigate could not be installed:
homeassistant.requirements.RequirementsNotFound: Requirements for zha not found: [‘zigpy-zigate==0.7.3’].
Reason seems to be a problem with rpi-gpio:
2021-12-25 18:24:44 ERROR (SyncWorker_3) [homeassistant.util.package] Unable to install package zigpy-zigate==0.7.3: ERROR: Command errored out with exit status 1:
command: /srv/homeassistant/bin/python3 -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/tmp/pip-install-2uge9vid/rpi-gpio/setup.py’“'”‘; file=’“'”‘/tmp/pip-install-2uge9vid/rpi-gpio/setup.py’“'”‘;f=getattr(tokenize, ‘"’“‘open’”’“‘, open)(file);code=f.read().replace(’”‘"’\r\n’“'”‘, ‘"’"’\n’“'”‘);f.close();exec(compile(code, file, ‘"’“‘exec’”’"‘))’ bdist_wheel -d /tmp/pip-wheel-i4bqexel
What could I try to solve this? I already tried an older homeassistant version (november) which dhdn’t help.
This is my frist try with homeassistant so I don’t have much knowledge.
Thanks,
Eddie