codyc1515 / homebridge-panasonic-air-conditioner

Panasonic Air Conditioner / Heat Pump plugin for HomeBridge using the Panasonic Comfort Cloud API to expose Panasonic Air Conditioners to Apples HomeKit
MIT License
34 stars 13 forks source link

Could not login to Panasonic account #9

Closed efipso closed 5 years ago

efipso commented 5 years ago

Since yesterday, I lost conection with de AC. When I debug the homebridge instance I can see the following messages: [Panasonic AC] Initializing PanasonicAirConditioner accesory... [PanasonicAC] Could not login to Panasonic account

Of course, I tried to use that login into the app and works fine, so is not an account issue

efipso commented 5 years ago

Just seen the Pull Request made by @antgeo and apply mannually the changes and I can confirm that works great

codyc1515 commented 5 years ago

Fixed in #8

The Panasonic API I have used is from the mobile app and requires us to send the version numbest each time. While annoying it kind of makes sense that they only want people using the latest version. Unfortunately it means for us that we need to update the plug-in each time.

efipso commented 5 years ago

Great, now we know it in the future!

codyc1515 commented 5 years ago

I have just pushed the fix.