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.33k stars 30.27k forks source link

Econet Auth Error 400 #38510

Closed wotelljm closed 3 years ago

wotelljm commented 4 years ago

The problem

Environment

Problem-relevant configuration.yaml

Traceback/Error logs

Logger: pyeconet.api Source: components/econet/water_heater.py:87 First occurred: August 1, 2020, 5:01:14 PM (2 occurrences) Last logged: August 1, 2020, 5:01:14 PM

Authentication request failed, please check credintials. 400
Token expired.

"There's also a spelling error there." -> Credentials

Additional information

probot-home-assistant[bot] commented 4 years ago

econet documentation econet source (message by IssueLinks)

ncrutch13 commented 4 years ago

getting this same error, on 0.113.2

bwoodworth commented 4 years ago

Same here. 0.113.2

TheMrAnderson commented 4 years ago

Ditto, 0.113.3

davemuench commented 4 years ago

Just upgraded to 0.114.1 myself (skipped 0.113) and I am seeing this as well.

Prowler2 commented 4 years ago

Just upgraded to 0.114.2 and econet still does not work.

Token expired. 9:08:04 PM – /usr/local/lib/python3.8/site-packages/pyeconet/api.py (ERROR) Authentication request failed, please check credintials. 400 9:08:04 PM – /usr/local/lib/python3.8/site-packages/pyeconet/api.py (ERROR)

shadowdro commented 4 years ago

I'm seeing the same thing.

neuman1812 commented 4 years ago

Would just like to add im on 0.115.1 same issue.

Looks like you guys are working on it already.

fireheadman commented 3 years ago

New to HA, but have a ProTerra Rheem water heater. got this today:

ERROR (SyncWorker_5) [pyeconet.api] Authentication request failed, please check credintials. 400 ERROR (SyncWorker_10) [pyeconet.api] Token expired

config is:

## RHEEM WATER HEATER
water_heater:
  - platform: econet
    username: !secret rheem_username
    password: !secret rheem_password

secrets.yaml contains:

rheem_username: '_user@email.address_'
rheem_password: '_password_'
bash-5.0# cat .HA_VERSION
0.116.2

I have nothing in the entities for "econet" or "water*"...etc. Something I can also add to this is.... I have recently spoken with ECONET support and found out they have shutdown their public facing site where users could previously access/control RHEEM products (econet related). Unsure if this action has also shutdown some of the API connections? Might no longer be an API but MQTT now? This is affecting other platforms like smartthing, hubitat to name a couple.

jackemuk commented 3 years ago

It looks like the latest version of pyeconet (0.1.6) hasn't been integrated into HA. The requirements documents for HA is installing 0.0.11. The version of pyeconet=0.1.6 looks like it has been updated to work with the new API to econet. The old API was REST based and is now using MQTT_API.

The Hubitat has an explanation on their community site here.

github-actions[bot] commented 3 years ago

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.

davemuench commented 3 years ago

Still broken in 2021.1.5.

wotelljm commented 3 years ago

Still broken in latest update

On Mon, Jan 25, 2021 at 5:32 PM github-actions[bot] < notifications@github.com> wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/38510#issuecomment-767180213, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMFPKERDU32UCUACMENVWLS3X5QPANCNFSM4PTI6SRQ .

Prowler2 commented 3 years ago

Still not working in 2021.1 5

2021-01-25 20:22:31 ERROR (SyncWorker_3) [pyeconet.api] Authentication request failed, please check credintials. 500 2021-01-25 20:22:32 ERROR (MainThread) [homeassistant.components.water_heater] Error while setting up econet platform for water_heater

On Mon, Jan 25, 2021, 18:44 wotelljm notifications@github.com wrote:

Still broken in latest update

On Mon, Jan 25, 2021 at 5:32 PM github-actions[bot] < notifications@github.com> wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/home-assistant/core/issues/38510#issuecomment-767180213 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/ABMFPKERDU32UCUACMENVWLS3X5QPANCNFSM4PTI6SRQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/38510#issuecomment-767184603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGD4Y6SK5CHCLHOR3D6TXI3S3X65XANCNFSM4PTI6SRQ .