max13fr / Airzonecloud-HomeAssistant

Airzone Cloud plugin for Home Assistant
MIT License
27 stars 15 forks source link

Unable to configure the integration #24

Closed garbovich closed 2 years ago

garbovich commented 2 years ago

Hi, First of all, thank you for the effort!!! Today i installed airzone AZAI6WSCDA1 unit, everything is working great and i can access Airzone cloud and control my AC thru cloud I installed the latest Airzonecloud integration as described and looks like everything is correct, no errors or warnings

But i can see my AC unit in home assistance Is there any option to debug what is wrong ?

Thanks

max13fr commented 2 years ago

Hello,

You don't see any zones in home assistant or just the AC unit is missing ?

If first case, could you send me your Airzonecloud idents (set a temporary password before obviously) by mail (max13fr [at] yozo.fr) to allow me to check what is wrong ?

It is surely a specificity of your material.

Max

garbovich commented 2 years ago

Hi

I don't see the unit at all , no new device is added, if i set wrong password i get notification that login to airzone cloud has failed, so something is working. Do you still need my airzone account ?

Thanks

Regards,

Gennady Garbovich

On Sat, Jan 1, 2022, 17:04 max13fr @.***> wrote:

Hello,

You don't see any zones in home assistant or just the AC unit is missing ?

If first case, could you send me your Airzonecloud idents (set a temporary password before obviously) by mail (max13fr [at] yozo.fr) to allow me to check what is wrong ?

It is surely a specificity of your material.

Max

— Reply to this email directly, view it on GitHub https://github.com/max13fr/Airzonecloud-HomeAssistant/issues/24#issuecomment-1003570681, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASSF6JZUESMT6AABZ5CV6NTUT4JYHANCNFSM5K77KAOQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

garbovich commented 2 years ago

Forgot to mention that i only have 1 zone. after 1.2.1 version HA finds the climate, but it's unavailable

Screenshot 2022-01-03 100514 Screenshot 2022-01-03 100536

garbovich commented 2 years ago

After some debugging the issue is probably here:

In the Airzone Library there is a section to retrieve devices for each group

In the example the api should return:

Installation(name=Home) Group(name=System 1, installation=Home) Device(name=Salon, is_connected=True, is_on=True, mode=heating, current_temp=20.9, target_temp=20.0, id=60f5cb990123456789abdce1, ws_id=AA:BB:CC:DD:EE:FF) Device(name=Ch parents, is_connected=True, is_on=False, mode=heating, current_temp=17.2, target_temp=18.0, id=60f5cb990123456789abdce2, ws_id=AA:BB:CC:DD:EE:FF) Device(name=Ch bebe, is_connected=True, is_on=False, mode=heating, current_temp=18.6, target_temp=19.5, id=60f5cb990123456789abdce3, ws_id=AA:BB:CC:DD:EE:FF)

In my case (only one device) i am getting below:

Screenshot 2022-01-03 182048

Installation(name=Home) Group(name=Daikin, installation=Home)

And devices are missing

Thanks

garbovich commented 2 years ago

Issue resolved in v1.2.2