zigpy / zigpy-deconz

A library which communicates with Deconz radios for zigpy
GNU General Public License v3.0
85 stars 20 forks source link

Basic documentation question #242

Open klapauciusisgreat opened 6 months ago

klapauciusisgreat commented 6 months ago

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.

Hedda commented 4 months ago

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

So maybe see same question there -> https://github.com/zigpy/zigpy/issues/1087 (or could use zigpy-cli for a more limited set of commands for a few specific Zigbee tools -> https://github.com/zigpy/zigpy-cli )