Sensor Weirdness
Closed this issue · 7 comments
When the sensor does not report live data, that is usually because Google maps does not provide it either. You can look up the places in google maps itself and see that there is no live data reported for those locations. The last few days none of my sensors have been working for that reason.. let's hope Google fixes that.
I don't think that is live data, that is historical data.
If you check in Google maps, when there is live location the hour column in the graph has a pink color rather than blue.
It does not have that right now:
https://www.google.com/maps/place/LA+Fitness/@47.6626546,-122.3774023,17z/data=!3m1!4b1!4m5!3m4!1s0x549015b76456f2a5:0x344d169bfb22c9c7!8m2!3d47.662651!4d-122.3752136
When the sensor does not report live data, that is usually because Google maps does not provide it either. You can look up the places in google maps itself and see that there is no live data reported for those locations. The last few days none of my sensors have been working for that reason.. let's hope Google fixes that.
Hi,
It is possible to display "not live data" when on some places live popularity is currently unavailable? I see popular times is correctly store in attributes:
@Posiek
I have now updated the component with these changes:
- Added fallback to historical Maps data, for when live popularity is not reported for a place.
- Added a new attribute to indicate whether current state is from historical or live data.
If you update (via HACS) to version 0.25 you should see historical data reflect in the sensor's value :)