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
73.88k stars 30.95k forks source link

Buienradar integration - Cannot get rain data. Logs show 404 response #131155

Open lavinir opened 1 day ago

lavinir commented 1 day ago

The problem

I've installed the Buienradar integration and enabled the Minimum Rain 1d Sensor. The value in the sensor shows "Unknown". In the logs it seems data retrieval is failing with a 404 response:

logger: homeassistant.components.buienradar.utilSource: components/buienradar/util.py:50integration: Buienradar (documentation, issues)First occurred: 11:52:01 AM (16 occurrences)Last logged: 12:02:48 PMUnable to retrieve rain data from Buienradar (Msg: Got http statuscode: 404, status: 404)

What version of Home Assistant Core has the issue?

core-2024.11.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

Buienradar

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

logger: homeassistant.components.buienradar.utilSource: components/buienradar/util.py:50integration: Buienradar (documentation, issues)First occurred: 11:52:01 AM (16 occurrences)Last logged: 12:02:48 PMUnable to retrieve rain data from Buienradar (Msg: Got http statuscode: 404, status: 404)

Additional information

No response

home-assistant[bot] commented 1 day ago

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

Code owner commands Code owners of `buienradar` 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 buienradar` 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)


buienradar documentation buienradar source (message by IssueLinks)

mjj4791 commented 1 day ago

Can you share the exact url you see the 404 on?If you can’t see it in the logging; you might need to increase log level for buienradar componentOp 21 nov 2024 om 11:07 heeft home-assistant[bot] @.***> het volgende geschreven: Hey there @mjj4791, @ties, @RobBie1221, mind taking a look at this issue as it has been labeled with an integration (buienradar) you are listed as a code owner for? Thanks!

Code owner commands Code owners of buienradar 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 buienradar 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)

buienradar documentation buienradar source (message by IssueLinks)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

lavinir commented 1 day ago

Hi @mjj4791, I've set the logging level to debug for the integration: image

Still the only thing in the logs is that same warning message. No other logs from the integration that I can find.

mjj4791 commented 23 hours ago

You should be able to find the logging in system > settings > logging (Systeem > instellingen > logboek)

lavinir commented 4 hours ago

Yes that's where I got the logs.. I only wee the warning logs there, nothing else.