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
72.79k stars 30.49k forks source link

Meater polling causing DNS queries every 30s #129154

Open steverep opened 23 hours ago

steverep commented 23 hours ago

The problem

Meater integration works by polling the cloud API, and appears to be every 30 seconds. This is also causing a DNS query for public-api.cloud.meater.com on the same interval, which should instead be cached and respect the TTL provided by the server.

What version of Home Assistant Core has the issue?

2024.10.3

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

meater

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Loosely related to #105234, which was closed without a fix.

home-assistant[bot] commented 23 hours ago

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

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


meater documentation meater source (message by IssueLinks)