RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
280 stars 99 forks source link

Horizontal swing, new climate entity flags #156

Closed toughvj closed 1 month ago

toughvj commented 1 month ago
RobHofmann commented 1 month ago

Hey! I've just tried this. This seems to work fine:

Added support for new climate entity flags - TURN_ON, TURN_OFF according to https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/

However, i tried this:

Added support for horizontal swing. Since ha's climate entity doesn't support horizontal swing, to enable operation on units that have this feature, component uses preset modes.

But it does nothing. My HVAC does support horizontal swing. It keeps being stuck in the middle position without moving.

Is it an idea to split this PR, so that we can finish the first part and take a closer look at the second?

toughvj commented 1 month ago

Hey. Can You try please with my latest commit?

(https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent/pull/156/commits/4f3577c23d04b482b0c5d146f4babc42929695a4)

RobHofmann commented 1 month ago

I've just tested it again; same effect. No horizontal swing.

toughvj commented 1 month ago

I hope you added presets on lovelace climate card?

Screenshot 2024-05-08 at 09 57 10 AM
RobHofmann commented 1 month ago

Oh yes! I've definitely seen these. However if I select one of these, nothing happens.

toughvj commented 1 month ago

That's odd. Tested on my Gree Lomo Luxury Plus unit and working like a charm. Can You send me PM with any logs? Specially when U trying to change horizontal swing position?

RobHofmann commented 1 month ago

Logs:

2024-05-08 12:30:19.414 INFO (SyncWorker_9) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Pow: 1
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Mod: 3
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SetTem: 21
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Air: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Blo: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Health: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Lig: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwingLfRig: 5
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Quiet: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Tur: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting StHt: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting TemUn: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting TemRec: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SvSt: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Done setting acOptions
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the middle-right position
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-08 12:30:19.415 INFO (SyncWorker_9) [custom_components.gree.climate] Finished SyncState
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-08 12:30:19.416 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the middle-right position
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-08 12:30:19.417 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441

Screenshot of the interface:

image

toughvj commented 1 month ago

Can You attach more logs, especially when changing preset mode several times?

RobHofmann commented 1 month ago
2024-05-09 16:29:19.828 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.419 INFO (SyncWorker_39) [custom_components.gree.climate] set_hvac_mode(): fan_only
2024-05-09 16:29:36.419 INFO (SyncWorker_39) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:36.420 INFO (SyncWorker_39) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Pow: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Overwriting Mod: 3
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Overwriting Pow: 1
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:36.439 INFO (SyncWorker_39) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:36.467 INFO (SyncWorker_39) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:36.467 INFO (SyncWorker_39) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Default
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:36.468 INFO (SyncWorker_39) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:36.468 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Default
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:36.469 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.476 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:36.478 INFO (SyncWorker_61) [custom_components.gree.climate] update()
2024-05-09 16:29:36.478 INFO (SyncWorker_61) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:36.480 INFO (SyncWorker_61) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Default
2024-05-09 16:29:36.500 INFO (SyncWorker_61) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:36.501 INFO (SyncWorker_61) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:36.502 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Default
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:36.503 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.061 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.061 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.061 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:43.062 INFO (SyncWorker_54) [custom_components.gree.climate] Set preset mode(): Full swing
2024-05-09 16:29:43.062 INFO (SyncWorker_54) [custom_components.gree.climate] SyncState with SwingLfRig=Full swing
2024-05-09 16:29:43.062 INFO (SyncWorker_54) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:43.062 INFO (SyncWorker_54) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Overwriting SwingLfRig: 1
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:43.079 INFO (SyncWorker_54) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:43.104 INFO (SyncWorker_54) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:43.104 INFO (SyncWorker_54) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:43.104 INFO (SyncWorker_54) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:43.104 INFO (SyncWorker_54) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:43.104 INFO (SyncWorker_54) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Full swing
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:43.105 INFO (SyncWorker_54) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:43.105 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Full swing
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:43.106 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.108 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:43.108 INFO (SyncWorker_23) [custom_components.gree.climate] update()
2024-05-09 16:29:43.108 INFO (SyncWorker_23) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:43.108 INFO (SyncWorker_23) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SwingLfRig: 1
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Full swing
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:43.140 INFO (SyncWorker_23) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:43.141 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Full swing
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:43.142 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.267 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.267 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.267 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:45.268 INFO (SyncWorker_51) [custom_components.gree.climate] Set preset mode(): Fixed in the leftmost position
2024-05-09 16:29:45.268 INFO (SyncWorker_51) [custom_components.gree.climate] SyncState with SwingLfRig=Fixed in the leftmost position
2024-05-09 16:29:45.268 INFO (SyncWorker_51) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:45.268 INFO (SyncWorker_51) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:45.296 INFO (SyncWorker_51) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:45.296 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SwingLfRig: 1
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Overwriting SwingLfRig: 2
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:45.297 INFO (SyncWorker_51) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the leftmost position
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:45.322 INFO (SyncWorker_51) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the leftmost position
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:45.323 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.325 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:45.325 INFO (SyncWorker_55) [custom_components.gree.climate] update()
2024-05-09 16:29:45.325 INFO (SyncWorker_55) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:45.326 INFO (SyncWorker_55) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SwingLfRig: 2
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:45.346 INFO (SyncWorker_55) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:45.347 INFO (SyncWorker_55) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:45.347 INFO (SyncWorker_55) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the leftmost position
2024-05-09 16:29:45.347 INFO (SyncWorker_55) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:45.347 INFO (SyncWorker_55) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:45.347 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the leftmost position
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:45.348 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.273 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.273 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.273 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:47.274 INFO (SyncWorker_58) [custom_components.gree.climate] Set preset mode(): Fixed in the middle-left position
2024-05-09 16:29:47.274 INFO (SyncWorker_58) [custom_components.gree.climate] SyncState with SwingLfRig=Fixed in the middle-left position
2024-05-09 16:29:47.274 INFO (SyncWorker_58) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:47.275 INFO (SyncWorker_58) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:47.303 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SwingLfRig: 2
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Overwriting SwingLfRig: 3
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:47.304 INFO (SyncWorker_58) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the middle-left position
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:47.329 INFO (SyncWorker_58) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the middle-left position
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:47.330 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.334 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:47.334 INFO (SyncWorker_30) [custom_components.gree.climate] update()
2024-05-09 16:29:47.334 INFO (SyncWorker_30) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:47.335 INFO (SyncWorker_30) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SwingLfRig: 3
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:47.362 INFO (SyncWorker_30) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:47.363 INFO (SyncWorker_30) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:47.363 INFO (SyncWorker_30) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:47.363 INFO (SyncWorker_30) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the middle-left position
2024-05-09 16:29:47.363 INFO (SyncWorker_30) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:47.363 INFO (SyncWorker_30) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:47.363 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the middle-left position
2024-05-09 16:29:47.364 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:47.364 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:47.364 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.905 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.905 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.905 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:48.906 INFO (SyncWorker_15) [custom_components.gree.climate] Set preset mode(): Default
2024-05-09 16:29:48.906 INFO (SyncWorker_15) [custom_components.gree.climate] SyncState with SwingLfRig=Default
2024-05-09 16:29:48.906 INFO (SyncWorker_15) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:48.907 INFO (SyncWorker_15) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SwingLfRig: 3
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:48.924 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Overwriting SwingLfRig: 0
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:48.925 INFO (SyncWorker_15) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Default
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:48.949 INFO (SyncWorker_15) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Default
2024-05-09 16:29:48.950 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:48.951 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:48.951 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.956 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:48.956 INFO (SyncWorker_52) [custom_components.gree.climate] update()
2024-05-09 16:29:48.956 INFO (SyncWorker_52) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:48.957 INFO (SyncWorker_52) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:48.981 INFO (SyncWorker_52) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Default
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:48.982 INFO (SyncWorker_52) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:48.983 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Default
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:48.984 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.092 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.093 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.093 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:50.094 INFO (SyncWorker_40) [custom_components.gree.climate] Set preset mode(): Fixed in the middle-left position
2024-05-09 16:29:50.094 INFO (SyncWorker_40) [custom_components.gree.climate] SyncState with SwingLfRig=Fixed in the middle-left position
2024-05-09 16:29:50.094 INFO (SyncWorker_40) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:50.094 INFO (SyncWorker_40) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:50.115 INFO (SyncWorker_40) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Overwriting SwingLfRig: 3
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Done overwriting acOptions
2024-05-09 16:29:50.116 INFO (SyncWorker_40) [custom_components.gree.climate] Start sending state to HVAC
2024-05-09 16:29:50.141 INFO (SyncWorker_40) [custom_components.gree.climate] Done sending state to HVAC: {'t': 'res', 'mac': 'f4911e3f1ac8', 'r': 200, 'opt': ['Pow', 'Mod', 'SetTem', 'WdSpd', 'Air', 'Blo', 'Health', 'SwhSlp', 'Lig', 'SwingLfRig', 'SwUpDn', 'Quiet', 'Tur', 'StHt', 'TemUn', 'HeatCoolType', 'TemRec', 'SvSt', 'SlpMod'], 'p': [1, 3, 21, 1, 0, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0], 'val': [1, 3, 21, 1, 0, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0]}
2024-05-09 16:29:50.141 INFO (SyncWorker_40) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:50.141 INFO (SyncWorker_40) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the middle-left position
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:50.142 INFO (SyncWorker_40) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:50.142 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the middle-left position
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:50.143 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.146 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-05-09 16:29:50.146 INFO (SyncWorker_18) [custom_components.gree.climate] update()
2024-05-09 16:29:50.146 INFO (SyncWorker_18) [custom_components.gree.climate] Starting SyncState
2024-05-09 16:29:50.146 INFO (SyncWorker_18) [custom_components.gree.climate] Fetching(192.168.10.2, 7000, 10, {"cid":"app","i":0,"pack":"<redacted>","t":"pack","tcid":"f4911e3f1ac8","uid":0})
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Pow: 1
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Mod: 3
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SetTem: 21
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting WdSpd: 1
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Air: 0
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Blo: 0
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Health: 0
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SwhSlp: 0
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Lig: 0
2024-05-09 16:29:50.165 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SwingLfRig: 3
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SwUpDn: 4
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Quiet: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting Tur: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting StHt: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting TemUn: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting TemRec: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SvSt: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Setting SlpMod: 0
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Done setting acOptions
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA target temp set according to HVAC state to: 21
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA operation mode set according to HVAC state to: fan_only
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Fixed in the middle position
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Fixed in the middle-left position
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Low
2024-05-09 16:29:50.166 INFO (SyncWorker_18) [custom_components.gree.climate] Finished SyncState
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] hvac_modes(): [<HVACMode.AUTO: 'auto'>, <HVACMode.COOL: 'cool'>, <HVACMode.DRY: 'dry'>, <HVACMode.FAN_ONLY: 'fan_only'>, <HVACMode.HEAT: 'heat'>, <HVACMode.OFF: 'off'>]
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] preset_modes(): ['Default', 'Full swing', 'Fixed in the leftmost position', 'Fixed in the middle-left position', 'Fixed in the middle postion', 'Fixed in the middle-right position', 'Fixed in the rightmost position']
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] swing_modes(): ['Default', 'Swing in full range', 'Fixed in the upmost position', 'Fixed in the middle-up position', 'Fixed in the middle position', 'Fixed in the middle-low position', 'Fixed in the lowest position', 'Swing in the downmost region', 'Swing in the middle-low region', 'Swing in the middle region', 'Swing in the middle-up region', 'Swing in the upmost region']
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): fan_only
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 21
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Low
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Fixed in the middle-left position
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Fixed in the middle position
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] name(): Zolderkamer AC
2024-05-09 16:29:50.167 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441

Switched a few times. I think the preset does get send correctly, however I expect my HVAC machine to differ in implementation than yours.

RobHofmann commented 1 month ago

Sorry, scratch the above. I just noticed I do have horizontal blades, however they are manually adjusted (i tried using my remote control, but there is no option).

Sorry about the confusion. I'm going to merge this one :).

LukaszP2 commented 1 month ago

How to disabler this option because I didint have one but its shows me?

toughvj commented 1 month ago

Simply, do not use presets on Lovelace card.

RobHofmann commented 1 month ago

I think he means that we now see "Default" in our overview. Can we remove this if we dont have horizontal swing (see screenshot): image