djbulsink / panasonic_ac

Panasonic Comfort Cloud HA component
30 stars 16 forks source link

Broken due to authentication error #39

Closed Expecho closed 9 months ago

Expecho commented 2 years ago

It seems there have been changes to the API. Home assistant logs tell there is an authentication issue.

teamsuperpanda commented 2 years ago

I believe this integration is based on python-panasonic-comfort-cloud.

Reading their issues they mention a 403 error which I am getting. 403 Forbidden

teamsuperpanda commented 2 years ago

Update Manifest.json to the following and it will work again

{ "domain": "panasonic_ac", "name": "Panasonic AC", "documentation": "https://github.com/djbulsink/panasonic_ac/", "dependencies": [], "codeowners": ["Djbulsink", "SeraphimSerapis"], "requirements": ["pcomfortcloud==0.0.23"], "version": "1.0.1" }