Summary shows "no data" for 1 sensor, for other old ones shows date of last data

On senors summary:

ruuvi 5A79 shows "No data during last 10 days."
ruuvi 22AB shows 06/21/2024 6:34 PM
ECOF SumpPump    04/26/2024 8:33 PM
Ruuvi D18B       06/15/2024 1:53 PM
Ruuvi 9FE9       03/23/2024 2:24 PM

From RuuviCollector
> select (temperature) from ruuvi_measurements where  mac='DC355CC65A79' and time > '2024-06-08T11:00:00-04:00' tz('America/   +New_York')
name: ruuvi_measurements
time                                temperature
----                                -----------
2024-06-08T11:28:06.389637614-04:00 22.85
2024-06-08T11:39:13.399983478-04:00 21.985
2024-06-08T11:42:34.104344544-04:00 21.845
?????
2024-07-27T09:55:15.222394463-04:00 22.06

Why doesn’t ruuvi 5A79 show
2024-07-27 9:5AM

See attached:

Thanks for the report, will ask developer to check what is the logic here.

@dgerman just for clarification, is this a local Bluetooth sensor that is showing the “No Data during the last 10 days” ?

Not sure what you mean by “local”.
Do you mean “not seen by gateway?”

Raspberry Pi -RuuviCollector is 1.0 meter from gateway ( RuuviGatewayFCC3) so anything seen by Raspberry Pi would be seen by gateway.

ruuvi

DC355CC65A79

Hello @dgerman ,

By local I mean that ownership has not been claimed to Ruuvi Cloud for this particular sensor and it’s been listened to via local device Bluetooth (not Ruuvi Gateway)?

5A79 Was surely online on 24-06-07 19:44

Is that what you were asking?

1 Like

Thanks for extra info, also sharing the sensor, the issue makes sense now. Waiting for @priyonto

For the app, we show no data in last 10 days when there’s no measurement available for that sensor. We store the latest point to local storage even if it is older than 10 days. But, sometimes that point can be removed under different conditions. I can’t exactly tell under which conditions on top of my head now as this is a complicated area which needs an investigation.