Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic documentation question #242

Open
klapauciusisgreat opened this issue Dec 19, 2023 · 1 comment
Open

Basic documentation question #242

klapauciusisgreat opened this issue Dec 19, 2023 · 1 comment

Comments

@klapauciusisgreat
Copy link

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
Copy link
Contributor

Hedda commented Feb 16, 2024

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 -> zigpy/zigpy#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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants