-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
15002 endpoint #106
Comments
Having 15002 in endpoints is a red herring. Back when I tried to started developing this, I copied constants from the decompiled app around and tried to make sense of them. node-tradfri-client/src/lib/group.ts Line 118 in 97a7bc1
Regarding your other question, #93 has some answers. |
Thanks again, I've got it working now. Just realized the alive property is just the 9019 code in the device endpoint. I get reliable results by changing brightness by 1, waiting for 10 seconds, then checking alive. |
Better even to change warmth by 1 (and back) each seconds for 5 seconds. This will not turn on the bulb if it was alive and turned off and still detects alive status reliably. |
Good idea! I think this should be documented. Would you be willing to describe your process briefly #107? |
I saw in endpoints.ts that you found an endpoint called hsAccessoryLink with the code 15002. I failed to access this one though the coap-client, while all the other ones worked fine. Is there something special for this endpoint to make it work? I am interested in it because it might help with this question. I was wondering how to detect if a bulb in IKEA trådfri is "Unreachable"? This is the case when the bulb has it's power turned off. I tried to read this state using the API of the gateway through COAP, but there was no change in bulb status after turning off is power. I hoped this would be possible though the 15002 endpoint.
The text was updated successfully, but these errors were encountered: