Current state (on/off) missing in state attributes #51
Answered
by
nbogojevic
christophe-mailhe
asked this question in
Q&A
-
Hi, def is_on(self) -> bool:
"""Return True if entity is on."""
return self.airconditioner().running See state attributes for my AC unit, which is Comfee MPPFB-12CRN7-QB6 hvac_modes:
- auto
- cool
- heat
- dry
- fan_only
min_temp: 16
max_temp: 32
fan_modes:
- Silent
- low
- medium
- high
- Full
- auto
preset_modes:
- none
- eco
- boost
- sleep
swing_modes:
- 'off'
- horizontal
- vertical
- both
current_temperature: 24
temperature: 19
fan_mode: auto
preset_mode: none
swing_mode: 'off'
last_error_code: 0
last_error_time: '2022-04-13T19:08:10.977927'
friendly_name: Bedroom Air Conditioning Unit
supported_features: 57 Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
nbogojevic
May 31, 2022
Replies: 1 comment 1 reply
-
There were some bugs in recognizing the state. Can you check how it works with new version v0.8.9 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
christophe-mailhe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There were some bugs in recognizing the state. Can you check how it works with new version v0.8.9