Open
Description
Good morning
I am trying to make my own zigbee network for a project I am working on. Due to this I need to have a gateway/router system. I have spent the better part of a day getting various zigbee libraries to load, only to end up here, at the one they all point to. I am hoping that I can make my project with this as the gateway, where I can send messages to a zigbee object through this.
THe issue I am facing is that there is no documentation and that the code, being so complex, is very difficult to parse.
So far, I have only managed the following, which does not work, as I dont have the config parameter, which I don't know how to populate
from zha.application.gateway import Gateway
zbgateway = Gateway()
Any help would be greatly appreciated
Thank you