Open 0anton opened 4 months ago
Hi, Sorry for late delay but recently I had a lot of more priority work.
About excessive logging: See https://github.com/piotrva/esphome_gree_ac/blob/main/examples/ac-sinclair-main.yaml#L14 Set level to a desired value: https://esphome.io/components/logger.html
About the issue with quiet mode - it is highly possible that your unit encodes quiet mode differently - by setting logging level to VERBOSE you shall be able to view raw packets received from your AC.
Encoding/decoding of fan speed and quiet/auto/turbo modes happens here: https://github.com/piotrva/esphome_gree_ac/blob/main/components/sinclair_ac/esppac_cnt.cpp#L230 https://github.com/piotrva/esphome_gree_ac/blob/main/components/sinclair_ac/esppac_cnt.cpp#L705
Thank for the great component!
I've got two issues: one is probably an easy one - I'm getting 4 updates per second. I don't know if this is normal. Is AC, per your experience sending so much updates? It it get so many status requests from the component?
Second issue is a bit more annoying: fan mode "quiet" is not detected
Received unknown fan mode
. If modulequiet
is set externally, via remote control, it is reset by the current component with each status update. Other modes (except quiet) seem to work normally. What is the best strategy to fix it?