core
core copied to clipboard
Airly integration values don't appear to match
The problem
The details shown by the Airly integration don't appear to match the Airly app or website. In particular, the CAQI is showing as 0, which seems wrong. The app shows 1, the website shows 19.
What version of Home Assistant Core has the issue?
core-2024.4.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Airly
Link to integration documentation on our website
https://www.home-assistant.io/integrations/airly/
Diagnostics information
N/A
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
N/A
Additional information
Integration:
App:
Website:
The local monitoring station is this one: https://airly.org/map/en/#52.132428,-0.300346,i10566
Hey there @bieniu, mind taking a look at this issue as it has been labeled with an integration (airly) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of airly can trigger bot actions by commenting:
@home-assistant closeCloses the issue.@home-assistant rename Awesome new titleRenames the issue.@home-assistant reopenReopen the issue.@home-assistant unassign airlyRemoves the current integration label and assignees on the issue, add the integration domain after the command.@home-assistant add-label needs-more-informationAdd a label (needs-more-information, problem in dependency, problem in custom component) to the issue.@home-assistant remove-label needs-more-informationRemove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
(message by CodeOwnersMention)
airly documentation airly source (message by IssueLinks)
The integration does not interfere with the data, it only displays the data it receives from the Airly API. To diagnose this situation, I need diagnostics file and debug log for Airly integration.
This archive is empty.
No idea what happened there, let's try again...
config_entry-airly-152a24e1ec9106f4eb1d0136d1c7727f.json debug.log
{"name": "PM1", "value": 0.03},
{"name": "PM25", "value": 0.08},
{"name": "PM10", "value": 0.26},
{"name": "PRESSURE", "value": 1006.33},
{"name": "NO2", "value": 28.58},
{"name": "O3", "value": 44.14},
{"name": "AIRLY_CAQI", "value": 0.27}
I don't see any problem here. The integration returns the values it receives from Airly API.
OK, thanks for checking.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.