Ok, so a new side project. Main objective is to talk to a couple of RGB LEDs using the Zigbee protocol.
The software I'm writing is in Python so it could be pretty straight forward using the zigpy library.
Another option would be to install Home Assistant but only talk to the Home Assistant core module (unclear how or if that can be done via som api), since it already wraps zigpy.
1