-
Notifications
You must be signed in to change notification settings - Fork 35
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
Data incorrect when the device is disconnected. #40
Comments
Hmm, you are correct that the value could be considered inaccurate since there's no actual connection, but I think there is some value in showing the last value. For example:
You could also argue that I lean towards keeping the lat values rather than showing null, but interested in hearing what others think. Is this particularly causing you problems? How difficult is it for you to work around it by doing a condition on whether the device is present? |
For But there is no guarantee that the device would be connected to the same band when reconnected. (unless they are ESP based smart devices, which only connect to 2.4. Whole other discussion :D ) I agree having the last value is sometimes useful, but it kind of does not add any value in having the last connected band? May be last connected Deco, yes. Last connected IP, probably? PS: Totally unrelated, for the first image, it is a phone, and I haven't connected it using Ethernet, not sure why it says wired? |
Agree that band is less guranteed, though I think it's actually fairly likely that stationary devices reconnect on the same band (e.g. TV, xbox, or computers). Also
That's interesting about the phone showing |
Hello In my case I'm trying to recreate a map of device with conditional card (The Entity Filter card). The Entity Filter card can't combine two filters with an AND but only with a OR. Thank for reading |
Here, the device is disconnected, the connection_type is wired?
The deco_device is null, which is correct. (could it be not_connected?)
and here, the device is also disconnected, but the connection_type is band5.
So, probably the connection_type needs to be cleared if the device is not connected?
The text was updated successfully, but these errors were encountered: