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
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 (?)
The text was updated successfully, but these errors were encountered:
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
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 (?)
The text was updated successfully, but these errors were encountered: