bodyscape / cielo_home

Integration with Cielo Home
Apache License 2.0
44 stars 10 forks source link

Cielo Home reads current unit but can not write a change to unit #59

Closed vitalmem81 closed 1 month ago

vitalmem81 commented 1 month ago

If I change the unit temperature via the Cielo app, the unit changes, and it is reflected in the HACS Cielo Home HA card. However, if I change the temperature on the HA card, it is not changed at the unit. There is no error, and the card remains on the changed temperature, but the target is still the previous one set by the Cielo app. This worked fine until today.

asrrin29 commented 1 month ago

Can confirm I am having the same issue. I did update the Home Assistant Core today to 2024.5.2 from the latest version prior, and I have restarted the entire server several times but it's not fixing the issue.

jduff001 commented 1 month ago

Same issue here.. in the past I just reloaded the integration.. but now it just reading the entities. I can not change any of the settings. core 2024.5.2 supervisor 2024.05.1 operating system 12.3 frontend 20240501.1

kamalaboulhosn commented 1 month ago

Also seeing this issue starting today. I enabled debug logging and it looks like Cielo is returning errors:

2024-05-10 11:10:13.811 DEBUG (MainThread) [custom_components.cielo_home.cielohome] Receive Json : {"message": "Internal server error", "connectionId": "-------", "requestId": "-------"}

I didn't do any updates today. Currently running:

r14n commented 1 month ago

Same issue here

dbaron92 commented 1 month ago

Same here. I upgraded my HA to 2024.5.2 in few days and noticed the issue today. I rollback to 2024.4.4 and had same issue so I assumed that its not related to HA's OS upgrade. The log stated Entity None (<class 'custom_components.cielo_home.climate.CieloHomeThermostat'>) implements HVACMode(s): off, cool, dry, fan_only, auto, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/bodyscape/cielo_home/issues

bodyscape commented 1 month ago

Probably a change on the cielo server. I'll check on it

VeitX commented 1 month ago

Same over here without any update. Tried to redo the connection. Same thing. Can read but not write. Great job with your integration btw!

jdbarnes63 commented 1 month ago

Same here, noticed that it started today when automation ran and nothing happened on Cielo side. Had this issue a month ago and it was fixed within a few days.

macjustice commented 1 month ago

Same symptoms, reports the state but doesn't actually send the IR commands. Happy to fetch logs or something if that would help.

bodyscape commented 1 month ago

Fix on the version 1.7.5, please try it.

jdbarnes63 commented 1 month ago

Thanks for the quick fix. 1.7.5 works perfectly. No issues, can control from HA or Apple HomeKit integration. All automations running again.

kamalaboulhosn commented 1 month ago

All working perfectly again. Thanks for the quick fix and the integration as a whole!

asrrin29 commented 1 month ago

Can also confirm it's working. Thanks so much for the quick turnaround!

r14n commented 1 month ago

Fix on the version 1.7.5, please try it.

You da man!

vitalmem81 commented 1 month ago

Works great, thanks again for your awesome support! Bought some more coffee for you. Cheers.

iRonin commented 1 month ago

Was having exactly the same issue. How come the update does not show in HA? I see other HACS ready for update but not this one.

asrrin29 commented 1 month ago

@iRonin you may need to go into HACS and select "Redownload" from the 3 dots menu of the Cielo Home integration. I did that and it showed up as available to install/update.

iRonin commented 1 month ago

@iRonin you may need to go into HACS and select "Redownload" from the 3 dots menu of the Cielo Home integration. I did that and it showed up as available to install/update.

Thanks. I just redownloaded and restarted and it's working again.