sockless-coding / panasonic_cc

Panasonic Comfort Cloud - Home Assistant Component
MIT License
178 stars 38 forks source link

AC hvac_action attribute no longer set #311

Closed craibo closed 2 months ago

craibo commented 2 months ago

Checklist

What version of Home Assistant Core?

core-2024.9.2

Describe the issue

Pre recent updates the attribute hvac_action (Heating, Cooling, Idle, etc.) was being set. The hvac_action value is no longer being set and showing the current activity of the AC unit on the AC controls card. Is it possible to get this back?

image

Error/Debug Logs

`hvac_action` not being set in the attributes when the AC is in a non Off mode
sockless-coding commented 2 months ago

@craibo Hi, I think this might be due to the switching of the status call. Might be that the "now" call only sends a cached version of the status, I will issue a fix for this.

sockless-coding commented 2 months ago

Should be fixed in 2024.9.2

craibo commented 2 months ago

Thank you