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

ConBee II connected but all the values are 0 or null #157

Open
SamueleBigi opened this issue Jun 14, 2021 · 0 comments
Open

ConBee II connected but all the values are 0 or null #157

SamueleBigi opened this issue Jun 14, 2021 · 0 comments
Labels

Comments

@SamueleBigi
Copy link

SamueleBigi commented Jun 14, 2021

Hi, i'm making a project that involves a switch (Aqara wireless mini switch) that, when pressed, sends a message to the computer to start a timer.
I've already connected the switch to the ConBee II via deCONZ and wrote a script using this library that prints all the nodes connected to the network, but when I run it, only the dongle is detected.

I've also tried getting the node address of the switch using the GetNode function and the network address of the switch (given by deCONZ), but the value is null.

Are switches supported by the library? If they are, how can i resolve this problem?

UPDATE, READ ME: the problem is even bigger than what I initially thought. I noticed that all the values of the node obtained with the function GetNode(0) (it should be the dongle) are 0, null or unknown. I tried using the GetEndpoints() function, but it only returns "count = 0" even if deCONZ tells me there's 2 of them. It looks like there's a communication problem with the ConBee II (?)

@SamueleBigi SamueleBigi changed the title Aqara mini switch connected but not detected ConBee II connected but all the values are 0 or null Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants