-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
[Query] No update if device out of range #2
Comments
I have some more time on the weekend and can take a look at implementing something like this. Do ou want this to work smilar to the And I've been planning on sharing my setup related to this tool anyway, I'll try to get a blog post out on the weekend. :) |
Yes,either set it to away or send a 0 to ensure the device is no longer in range. Also i get very big values in the distance variable(eg. 5797954322.232323) from my Fitbit device....is this normal? Can the code be tweaked to send signal strength instead? I look forward to the blog post :) |
I just made a pull request for this feature on home-assistant repo, although it won't be in till 0.29. If you need the feature soon I guess you could copy in the changed file manually once the code has been checked & merged. The estimated distance is in meters, so it definitely should not deliver such moon values. I have not seen this happen on my end yet, although I have the suspicion that it may be related to the The signal strength is actually already being sent as the Last but not least: since some other things came up I did not have time to write that blog post yet, but it is definitely coming up in the next couple days. I'll comment in here again once I'm done. :) |
Could you send me the link of your blog,will add it to my rss feeds :) |
Sorry for the long radio silence, been a busy couple weeks! As the main issue of this request has been solved with Home Assistant 0.29 (see away_timeout) I am going to mark this as resolved. As far as the blog post goes... I am kinda ashamed to admit that it is still just an unfinished draft. Once I actually posted it I will link it in this thread. |
I really have to apologize that the post never came together. You probably don't need the post anymore at this point, but I wrote a little explanation of my basic presence logic on reddit. If you or anyone else stumbling upon this topic are interested: https://www.reddit.com/r/homeassistant/comments/5jvwew/use_automation_triggers_with_home_zoning/dc5xgmw/ |
Love the tool and just set it up with HomeAssistant,one thing I noticed is when the device is out of range of the beacon, it long longer sends any update on the MQTT...so HomeAssistant keeps the last known value instead of 0. Is there a way to set it to 0 if device is out of range?
How have you setup the room based automation rules? Would be great if you share some.
Thanks.
The text was updated successfully, but these errors were encountered: