home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.46k stars 29.39k forks source link

Integration Airthings: gaps in data graphs #80873

Closed svenzik closed 1 year ago

svenzik commented 1 year ago

The problem

I am using Home Assistant included integration for Airthings for device Airthings Wave Plus (sensor for CO2, VOC, radon, temperature/humidity and pressure). Integration type: Cloud Polling.

Airthings Wave Plus is a bluetooth device and pushing the data from device to the cloud is done by smart phone app (Airthings app on Google Play and using android phone). There is internal memory in the device and the changes are pushed to the cloud in batches.

For example: First sync 09:00 in the morning and then 20:00 in the evening. There is a gap of 11 hours between the sync, but the data synced contains measurements with intervals of 5 minutes (assumption based on Airthings web page called dashboard, where graphs contains measurements separated by 5 minutes).

Current situation in Home Assistant: Date in graphs contain only two measurements, one that was passed at 09:00 and second one that was passed at 20:00. Instead of a meaningful graph, there is just two values for 24h and a flat line between measurements.

Should happen. After 20:00, plugin should sync all values between 09:00 - 20:00 and the graphs should contain full dataset for the 11 hours.

I have been using the device for just for a weekIt and it seems to be a bug (but I am not sure). No errors or warnings are reported in logs.

What version of Home Assistant Core has the issue?

Home Assistant 2022.10.0 Frontend 20221005.0 - latest

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Airthings

Link to integration documentation on our website

https://www.home-assistant.io/integrations/airthings/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @danielhiversen, mind taking a look at this issue as it has been labeled with an integration (airthings) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `airthings` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Change the title of the issue. - `@home-assistant unassign airthings` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


airthings documentation airthings source (message by IssueLinks)

Danielhiversen commented 1 year ago

Feature requests should be added here: https://community.home-assistant.io/c/feature-requests/13 I currently do not have any plans to add this