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.4k stars 30.65k forks source link

Error in Log - Couldn't authenticate with the Meater API #76134

Closed jweston2112 closed 2 years ago

jweston2112 commented 2 years ago

The problem

image

Checked the Logs and there is an error (See Log Entry Below)

What version of Home Assistant Core has the issue?

Home Assistant 2022.8.0 Supervisor 2022.07.0 Operating System 8.4 Frontend 20220802.0 - latest

What was the last working version of Home Assistant Core?

2022.7.7

What type of installation are you running?

Home Assistant OS

Integration causing the issue

integration: meater

Link to integration documentation on our website

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

Diagnostics information

No Diagnostic Info in Device

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2022-08-03 11:21:06.403 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Meater for meater
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 357, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/meater/__init__.py", line 37, in async_setup_entry
await meater_api.authenticate(
File "/usr/local/lib/python3.10/site-packages/meater/MeaterApi.py", line 97, in authenticate
raise Exception('Couldn\'t authenticate with the Meater API')
Exception: Couldn't authenticate with the Meater API


### Additional information

_No response_
probot-home-assistant[bot] commented 2 years ago

meater documentation meater source (message by IssueLinks)

probot-home-assistant[bot] commented 2 years 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! (message by CodeOwnersMention)

jweston2112 commented 2 years ago

Nevermind... I think they were coincidentally having Server issues ... I checked my App on the Phone and it said they were down.

Closing this issue as it seems ok now.