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

reachable: false status message slow? #1942

Closed
Appelg opened this issue Oct 6, 2019 · 3 comments
Closed

reachable: false status message slow? #1942

Appelg opened this issue Oct 6, 2019 · 3 comments
Labels

Comments

@Appelg
Copy link

Appelg commented Oct 6, 2019

What I do:

  1. Physically turn off my IKEA light
  2. Wait for the Websocket connected to deconz to receive a message

It then takes around 20 minutes before I get this message:

{ 
   "e":"changed",
   "id":"5",
   "r":"lights",
   "state":{ 
      "alert":null,
      "bri":254,
      "colormode":"ct",
      "ct":454,
      "on":false,
      "reachable":false   <---- yeah! Finally....
   },
   "t":"event",
   "uniqueid":"00:0b",
   "_session":{ 
      "type":"websocket",
      "id":"2a57a"
   },
   "_msgid":"fa2a85",
   "_event":"node:5fe"
}


Why does it take so long for deconz to figure out that the light has been physically turned off?
Is there a setting to improve that (polling?) time?
I would like to get this info in at least less than 60 seconds or so...

@Smanar
Copy link
Collaborator

Smanar commented Oct 6, 2019

I m interested too, it's managed by deconz or the API ?

@stale
Copy link

stale bot commented Feb 3, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 3, 2020
@stale stale bot closed this as completed Feb 10, 2020
@ebaauw
Copy link
Collaborator

ebaauw commented Mar 15, 2020

reachable is utterly useless and best ignored, see #2590.

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

3 participants