Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing entities #133600

Open
drwalr opened this issue Dec 19, 2024 · 1 comment
Open

Missing entities #133600

drwalr opened this issue Dec 19, 2024 · 1 comment
Assignees

Comments

@drwalr
Copy link

drwalr commented Dec 19, 2024

The problem

I have a similar problem as I wrote in #133478, but there was no specific answer.
Entities indicated in the documentation have disappeared

image

image

in #133478 there was information that the IMGW-PB API does not provide such information, as I checked, this is indeed the case. However, at least part of the enity is calculated as I checked in the code

image

with API we have warning levels for each station

image

It seems that something is not working and it is not a problem of the IMGW-PB API

What version of Home Assistant Core has the issue?

core-2024.12.4

What was the last working version of Home Assistant Core?

core-2024.11.4

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

IMGW-PIB

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-12-19 19:13:05.022 DEBUG (MainThread) [imgw_pib] Initializing IMGW-PIB
2024-12-19 19:13:05.022 DEBUG (MainThread) [imgw_pib] Requesting https://danepubliczne.imgw.pl/api/data/hydro
2024-12-19 19:13:05.101 DEBUG (MainThread) [imgw_pib] Response status: 200
2024-12-19 19:13:05.178 DEBUG (MainThread) [imgw_pib] Requesting https://hydro-back.imgw.pl/station/hydro/status?id=150160280
2024-12-19 19:13:05.281 DEBUG (MainThread) [imgw_pib] Response status: 403
2024-12-19 19:13:05.281 INFO (MainThread) [imgw_pib] Hydrological details not available: ApiError('Invalid response: 403')
2024-12-19 19:13:05.281 DEBUG (MainThread) [imgw_pib] Requesting https://danepubliczne.imgw.pl/api/data/hydro
2024-12-19 19:13:05.323 DEBUG (MainThread) [imgw_pib] Response status: 200
2024-12-19 19:13:05.350 DEBUG (MainThread) [homeassistant.components.imgw_pib] Using hydrological station ID: 150160280
2024-12-19 19:13:05.350 DEBUG (MainThread) [imgw_pib] Initializing IMGW-PIB
2024-12-19 19:13:05.351 DEBUG (MainThread) [imgw_pib] Requesting https://danepubliczne.imgw.pl/api/data/hydro
2024-12-19 19:13:05.401 DEBUG (MainThread) [imgw_pib] Response status: 200
2024-12-19 19:13:05.421 DEBUG (MainThread) [imgw_pib] Requesting https://hydro-back.imgw.pl/station/hydro/status?id=150160280
2024-12-19 19:13:05.452 DEBUG (MainThread) [imgw_pib] Response status: 403
2024-12-19 19:13:05.452 INFO (MainThread) [imgw_pib] Hydrological details not available: ApiError('Invalid response: 403')
2024-12-19 19:13:05.452 DEBUG (MainThread) [imgw_pib] Requesting https://danepubliczne.imgw.pl/api/data/hydro
2024-12-19 19:13:05.498 DEBUG (MainThread) [imgw_pib] Response status: 200

Additional information

No response

@home-assistant
Copy link

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

Code owner commands

Code owners of imgw_pib 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 imgw_pib 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)


imgw_pib documentation
imgw_pib source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants