core icon indicating copy to clipboard operation
core copied to clipboard

Airly integration values don't appear to match

Open chris-y opened this issue 1 year ago • 7 comments

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: Screenshot_20240411-153458-012

App: Screenshot_20240411-153425-180

Website: Screenshot_20240411-153621-088

The local monitoring station is this one: https://airly.org/map/en/#52.132428,-0.300346,i10566

chris-y avatar Apr 11 '24 15:04 chris-y

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 close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign airly Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove 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)

home-assistant[bot] avatar Apr 11 '24 15:04 home-assistant[bot]

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.

bieniu avatar May 03 '24 11:05 bieniu

Here you go, let me know if you need anything else.

airly-ha-diags.zip

chris-y avatar May 03 '24 13:05 chris-y

This archive is empty.

bieniu avatar May 04 '24 09:05 bieniu

No idea what happened there, let's try again...

config_entry-airly-152a24e1ec9106f4eb1d0136d1c7727f.json debug.log

chris-y avatar May 04 '24 16:05 chris-y

{"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}

obraz

I don't see any problem here. The integration returns the values it receives from Airly API.

bieniu avatar May 05 '24 19:05 bieniu

OK, thanks for checking.

chris-y avatar May 05 '24 19:05 chris-y

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.