You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any documentation on how to set up a minimal communication to a dresden device ? I can slog through the tests and code, but it would be much easier and less error prone if there is a minimal example I can use.
Background:
I'm trying to use this library to test out my raspbee ii module, which did work with HASS after much hawing and hemming and fiddling with boot parameters in config.txt, when the module showed up as /dev/ttyACM0 (I think). After re-installing, I could not get the module to show up again (I only see /dev/ttyAMA0, even though I thought I disabled BT.) Maybe AMA0 is the rasbeeii, but I'm not certain. e.g. zigbee2mqtt says it cannot connect to it, but that's an even higher level library with even less transparency to the HW.
The text was updated successfully, but these errors were encountered:
zigpy-deconz is only a hardware abstraction radio library and not a stand-alone library but instead a dependecy for the zigpy library -> https://github.com/zigpy/zigpy
Is there any documentation on how to set up a minimal communication to a dresden device ? I can slog through the tests and code, but it would be much easier and less error prone if there is a minimal example I can use.
Background:
I'm trying to use this library to test out my raspbee ii module, which did work with HASS after much hawing and hemming and fiddling with boot parameters in config.txt, when the module showed up as /dev/ttyACM0 (I think). After re-installing, I could not get the module to show up again (I only see /dev/ttyAMA0, even though I thought I disabled BT.) Maybe AMA0 is the rasbeeii, but I'm not certain. e.g. zigbee2mqtt says it cannot connect to it, but that's an even higher level library with even less transparency to the HW.
The text was updated successfully, but these errors were encountered: