HomeAssistant-GreeClimateComponent icon indicating copy to clipboard operation
HomeAssistant-GreeClimateComponent copied to clipboard

Error getting device encryption key

Open sjg1993 opened this issue 4 months ago • 12 comments

Describe the bug Error getting device encryption key

Configuration climate: !include climate.yaml logger: default: error logs: custom_components.gree: debug custom_components.gree.climate: debug climate

  • platform: gree name: First AC host: 192.168.0.10 mac: 94:24:b8:aa:1a:38 port: 7000 timeout: 10

  • platform: gree name: Second AC host: 192.168.0.9 mac: 94:24:b8:c2:56:e1 port: 7000 timeout: 10 target_temp_step: 1

Platform:

  • OS: fnos>haos
  • Browser edg
  • Operating System 16.0 All log 2025-08-08 22:55:04.623 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2025-08-08 22:55:04.624 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2025-08-08 22:55:04.624 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2025-08-08 22:55:04.624 INFO (MainThread) [custom_components.gree.climate] Unit of measurement: °C 2025-08-08 22:55:04.625 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:04.626 DEBUG (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'>] 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:04.626 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:04.627 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:04.627 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:04.627 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:04.627 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:04.628 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2025-08-08 22:55:04.628 DEBUG (MainThread) [custom_components.gree.climate] update() 2025-08-08 22:55:04.633 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:55:04.664 DEBUG (MainThread) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 22:55:14.669 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:55:14.671 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:14.671 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:14.672 DEBUG (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'>] 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:14.672 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:55:14.672 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:14.674 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:55:14.677 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2025-08-08 22:55:14.677 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2025-08-08 22:55:14.677 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2025-08-08 22:55:14.677 INFO (MainThread) [custom_components.gree.climate] Unit of measurement: °C 2025-08-08 22:55:14.677 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:55:14.677 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:55:14.677 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:14.677 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:14.677 DEBUG (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'>] 2025-08-08 22:55:14.678 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:14.678 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:14.678 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:14.678 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:14.678 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:14.679 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:14.679 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:14.680 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2025-08-08 22:55:14.680 DEBUG (MainThread) [custom_components.gree.climate] update() 2025-08-08 22:55:14.680 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:55:14.684 DEBUG (MainThread) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 22:55:24.695 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:24.696 DEBUG (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'>] 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:24.696 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:55:24.696 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:32.115 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:32.115 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:32.115 DEBUG (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'>] 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:32.116 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:55:32.116 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:55:32.117 DEBUG (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'>] 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:55:32.117 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:55:32.117 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:56:14.676 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:56:14.677 DEBUG (SyncWorker_2) [custom_components.gree.climate] update() 2025-08-08 22:56:14.677 INFO (SyncWorker_2) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:56:14.678 DEBUG (SyncWorker_2) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 22:56:24.680 INFO (SyncWorker_2) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:56:24.681 DEBUG (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'>] 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:56:24.681 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:56:24.681 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:56:24.682 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:56:24.682 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:56:24.682 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:56:24.683 DEBUG (SyncWorker_3) [custom_components.gree.climate] update() 2025-08-08 22:56:24.683 INFO (SyncWorker_3) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:56:24.683 DEBUG (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 22:56:34.684 INFO (SyncWorker_3) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:56:34.685 DEBUG (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'>] 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:56:34.685 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:56:34.686 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:56:34.687 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:56:34.687 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:57:14.680 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:57:14.680 DEBUG (SyncWorker_4) [custom_components.gree.climate] update() 2025-08-08 22:57:14.680 INFO (SyncWorker_4) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:57:14.681 DEBUG (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 22:57:24.683 INFO (SyncWorker_4) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:57:24.686 DEBUG (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'>] 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:57:24.686 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:57:24.686 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:57:24.687 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:57:24.689 DEBUG (SyncWorker_1) [custom_components.gree.climate] update() 2025-08-08 22:57:24.689 INFO (SyncWorker_1) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:57:24.690 DEBUG (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 22:57:34.700 INFO (SyncWorker_1) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:57:34.702 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:57:34.702 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:57:34.703 DEBUG (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'>] 2025-08-08 22:57:34.703 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:57:34.703 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:57:34.703 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:57:34.704 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:57:34.704 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:57:34.704 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:57:34.704 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:57:34.704 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:57:34.704 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:58:14.682 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:58:14.683 DEBUG (SyncWorker_3) [custom_components.gree.climate] update() 2025-08-08 22:58:14.683 INFO (SyncWorker_3) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:58:14.683 DEBUG (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 22:58:24.689 INFO (SyncWorker_3) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:58:24.691 DEBUG (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'>] 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:58:24.691 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:58:24.691 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:58:24.692 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:58:24.692 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:58:24.692 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:58:24.694 DEBUG (SyncWorker_0) [custom_components.gree.climate] update() 2025-08-08 22:58:24.694 INFO (SyncWorker_0) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:58:24.694 DEBUG (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 22:58:34.697 INFO (SyncWorker_0) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:58:34.698 DEBUG (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'>] 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:58:34.698 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:58:34.699 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:58:34.700 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:58:34.700 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:58:34.700 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:58:34.700 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:59:14.685 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:59:14.686 DEBUG (SyncWorker_4) [custom_components.gree.climate] update() 2025-08-08 22:59:14.686 INFO (SyncWorker_4) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:59:14.686 DEBUG (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 22:59:24.696 INFO (SyncWorker_4) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:59:24.697 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:59:24.698 DEBUG (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'>] 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:59:24.698 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:59:24.698 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 22:59:24.702 DEBUG (SyncWorker_1) [custom_components.gree.climate] update() 2025-08-08 22:59:24.702 INFO (SyncWorker_1) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 22:59:24.702 DEBUG (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 22:59:34.712 INFO (SyncWorker_1) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 22:59:34.713 DEBUG (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'>] 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 22:59:34.713 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 22:59:34.715 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 22:59:34.715 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 22:59:34.715 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 22:59:34.715 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 22:59:34.715 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:00:14.686 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:00:14.687 DEBUG (SyncWorker_3) [custom_components.gree.climate] update() 2025-08-08 23:00:14.687 INFO (SyncWorker_3) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:00:14.688 DEBUG (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:00:24.698 INFO (SyncWorker_3) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:00:24.700 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:00:24.701 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:00:24.701 DEBUG (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'>] 2025-08-08 23:00:24.701 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:00:24.702 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:00:24.702 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:00:24.704 DEBUG (SyncWorker_0) [custom_components.gree.climate] update() 2025-08-08 23:00:24.704 INFO (SyncWorker_0) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:00:24.704 DEBUG (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:00:34.705 INFO (SyncWorker_0) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:00:34.707 DEBUG (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'>] 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:00:34.707 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:00:34.709 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:00:34.709 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:00:34.709 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:00:34.709 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:01:14.689 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:01:14.690 DEBUG (SyncWorker_4) [custom_components.gree.climate] update() 2025-08-08 23:01:14.690 INFO (SyncWorker_4) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:01:14.690 DEBUG (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:01:24.692 INFO (SyncWorker_4) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:01:24.693 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:01:24.693 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:01:24.693 DEBUG (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'>] 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:01:24.694 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:01:24.694 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:01:24.698 DEBUG (SyncWorker_1) [custom_components.gree.climate] update() 2025-08-08 23:01:24.698 INFO (SyncWorker_1) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:01:24.698 DEBUG (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:01:34.701 INFO (SyncWorker_1) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:01:34.702 DEBUG (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'>] 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:01:34.702 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:01:34.703 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:01:34.704 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:01:34.704 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:01:34.704 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:01:34.704 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:02:14.692 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:02:14.693 DEBUG (SyncWorker_2) [custom_components.gree.climate] update() 2025-08-08 23:02:14.693 INFO (SyncWorker_2) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:02:14.693 DEBUG (SyncWorker_2) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:02:24.696 INFO (SyncWorker_2) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:02:24.697 DEBUG (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'>] 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:02:24.697 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:02:24.697 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:02:24.699 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:02:24.699 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:02:24.699 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:02:24.702 DEBUG (SyncWorker_3) [custom_components.gree.climate] update() 2025-08-08 23:02:24.702 INFO (SyncWorker_3) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:02:24.702 DEBUG (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:02:34.712 INFO (SyncWorker_3) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:02:34.715 DEBUG (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'>] 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:02:34.715 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:02:34.715 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:02:34.716 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:03:14.696 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:03:14.696 DEBUG (SyncWorker_0) [custom_components.gree.climate] update() 2025-08-08 23:03:14.696 INFO (SyncWorker_0) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:03:14.697 DEBUG (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:03:24.707 INFO (SyncWorker_0) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:03:24.709 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:03:24.709 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:03:24.710 DEBUG (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'>] 2025-08-08 23:03:24.710 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:03:24.710 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:03:24.710 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:03:24.710 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:03:24.711 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:03:24.711 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:03:24.711 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:03:24.711 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:03:24.711 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:03:24.711 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:03:24.711 DEBUG (SyncWorker_4) [custom_components.gree.climate] update() 2025-08-08 23:03:24.712 INFO (SyncWorker_4) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:03:24.712 DEBUG (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:03:34.714 INFO (SyncWorker_4) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:03:34.715 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:03:34.715 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:03:34.715 DEBUG (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'>] 2025-08-08 23:03:34.715 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:03:34.715 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:03:34.717 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:03:34.717 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:03:34.717 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:03:34.717 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:03:34.717 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:03:34.717 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:03:34.718 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:04:14.698 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:04:14.699 DEBUG (SyncWorker_1) [custom_components.gree.climate] update() 2025-08-08 23:04:14.699 INFO (SyncWorker_1) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:04:14.699 DEBUG (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:04:24.700 INFO (SyncWorker_1) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:04:24.701 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:04:24.701 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:04:24.701 DEBUG (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'>] 2025-08-08 23:04:24.701 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:04:24.701 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:04:24.701 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:04:24.703 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:04:24.703 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:04:24.705 DEBUG (SyncWorker_2) [custom_components.gree.climate] update() 2025-08-08 23:04:24.705 INFO (SyncWorker_2) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:04:24.705 DEBUG (SyncWorker_2) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:04:34.707 INFO (SyncWorker_2) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:04:34.708 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:04:34.708 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:04:34.708 DEBUG (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'>] 2025-08-08 23:04:34.708 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:04:34.710 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:04:34.710 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:04:34.711 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:05:14.702 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:05:14.702 DEBUG (SyncWorker_2) [custom_components.gree.climate] update() 2025-08-08 23:05:14.702 INFO (SyncWorker_2) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:05:14.703 DEBUG (SyncWorker_2) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:05:24.706 INFO (SyncWorker_2) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:05:24.707 DEBUG (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'>] 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:05:24.707 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:05:24.708 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:05:24.709 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:05:24.709 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:05:24.709 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:05:24.709 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:05:24.709 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:05:24.712 DEBUG (SyncWorker_3) [custom_components.gree.climate] update() 2025-08-08 23:05:24.712 INFO (SyncWorker_3) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:05:24.712 DEBUG (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0}) 2025-08-08 23:05:34.725 INFO (SyncWorker_3) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:05:34.726 DEBUG (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'>] 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:05:34.726 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:05:34.728 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:05:34.728 DEBUG (MainThread) [custom_components.gree.climate] name(): Second AC 2025-08-08 23:05:34.728 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:06:14.704 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:06:14.705 DEBUG (SyncWorker_0) [custom_components.gree.climate] update() 2025-08-08 23:06:14.705 INFO (SyncWorker_0) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:06:14.705 DEBUG (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.0.10, 7000, 10, {"cid": "app","i": 1,"pack": "nAW6X/0g6fGC3+d7L+99juorzlHppJPacH4PTI+3YBOj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8aa1a38","uid": 0}) 2025-08-08 23:06:24.706 INFO (SyncWorker_0) [custom_components.gree.climate] Error getting device encryption key! 2025-08-08 23:06:24.707 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-08 23:06:24.708 DEBUG (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'>] 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-08 23:06:24.708 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] name(): First AC 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-08 23:06:24.708 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-08 23:06:24.715 DEBUG (SyncWorker_1) [custom_components.gree.climate] update() 2025-08-08 23:06:24.715 INFO (SyncWorker_1) [custom_components.gree.climate] Retrieving HVAC encryption key 2025-08-08 23:06:24.715 DEBUG (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.0.9, 7000, 10, {"cid": "app","i": 1,"pack": "MsCl4/hUQu5G4Bfphy9qLIfKHU1D/G0fbZuS0t4nEMWj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"9424b8c256e1","uid": 0})

sjg1993 avatar Aug 08 '25 15:08 sjg1993

Try setting the encryption_version to 1 or 2.

RobHofmann avatar Aug 08 '25 15:08 RobHofmann

Try setting the to 1 or 2.encryption_version

thanks,I have try it(1or2), restat the ha,But the logs show the same, yet it still reports Error getting device encryption key,are you have other methods?

sjg1993 avatar Aug 08 '25 15:08 sjg1993

I guess this means your Gree HVAC is not compatible then unfortunately.

What brand + type do you have?

RobHofmann avatar Aug 08 '25 15:08 RobHofmann

I guess this means your Gree HVAC is not compatible then unfortunately.

What brand + type do you have?

I am using a Gree K+ series ducted air conditioner with the control panel model XC71-24HCB1. The Gree+ app can normally perform remote control and obtain status updates.

sjg1993 avatar Aug 08 '25 16:08 sjg1993

i have the same issue with Gree ducted air conditioner

alhazmy13 avatar Aug 08 '25 18:08 alhazmy13

I'm unable to reproduce this. So I need someone who has this error to dive further into this.

RobHofmann avatar Aug 13 '25 14:08 RobHofmann

我无法复制这个。所以我需要有这个错误的人进一步深入研究这个问题。

Okay, thank you. I hope this solves the problem.

sjg1993 avatar Aug 14 '25 02:08 sjg1993

Check if you can ping the units from device that is running HA, because I've noticed in my setup that the AC units not always respond to requests from different IP-s in the network. For example if I try to ping one unit from my pc, it will respond fine, but try the same from second pc and get timeout, and in the integration I was also getting error about encryption key. Restarting AC or WiFi router (so the unit makes new connection) should help. And then once it made a connection it should work fine.

mako777 avatar Aug 18 '25 11:08 mako777

Check if you can ping the units from device that is running HA, because I've noticed in my setup that the AC units not always respond to requests from different IP-s in the network. For example if I try to ping one unit from my pc, it will respond fine, but try the same from second pc and get timeout, and in the integration I was also getting error about encryption key. Restarting AC or WiFi router (so the unit makes new connection) should help. And then once it made a connection it should work fine.

There is no issue with the connection between HA and the AC — the ping response is fine. However, I am still facing the same issue with the encryption key.

alhazmy13 avatar Aug 19 '25 12:08 alhazmy13

After testing this tool: gree-api-client, I noticed something unusual.

For all of my Gree split AC units that work without any issues, each device has only one MAC address and one encryption key.

However, for the ducted Gree AC units that are giving us problems, I found that each unit has two records:

  • Two different MAC addresses.
  • Both sharing the same encryption key.

Interestingly, at the network level, each of these ducted ACs is only registered as a single device with one MAC address.

Image

alhazmy13 avatar Aug 28 '25 10:08 alhazmy13

I found the same issue. Regarding the Gree ducted air conditioner, the extracted information after using the gree-api-client,

Image

The running log as follows: 2025-08-29 18:23:24.784 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gree which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2025-08-29 18:23:29.747 DEBUG (MainThread) [custom_components.gree] Setting up config entry 01K3TN9HE6EZHPX59DBZKDGD4R with data: {'encryption_key': 'F6v6I8VvP0WA36uO', 'encryption_version': 2, 'host': '192.168.0.11', 'mac': '9424b8c2545d', 'name': '客厅空调', 'port': 7000, 'timeout': 10} 2025-08-29 18:23:29.754 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform 2025-08-29 18:23:29.754 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass 2025-08-29 18:23:29.754 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device 2025-08-29 18:23:29.754 INFO (MainThread) [custom_components.gree.climate] Unit of measurement: °C 2025-08-29 18:23:29.755 INFO (MainThread) [custom_components.gree.climate] Using configured encryption key: F6v6I8VvP0WA36uO 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] name(): 客厅空调 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-29 18:23:29.756 DEBUG (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'>] 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-29 18:23:29.756 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:23:29.757 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass() 2025-08-29 18:23:29.757 DEBUG (MainThread) [custom_components.gree.climate] update() 2025-08-29 18:23:29.757 DEBUG (MainThread) [custom_components.gree.climate] Starting SyncState 2025-08-29 18:23:29.757 DEBUG (MainThread) [custom_components.gree.climate] Attempt to check whether device has an built-in temperature sensor 2025-08-29 18:23:29.822 DEBUG (MainThread) [custom_components.gree.climate] Fetching(192.168.0.11, 7000, 10, {"cid":"app","i":0,"pack":"dfpCD7UIsamtMRamLyPvNkSTc9qaFijAOaDQEuoSmS2FDXFYpO8bxU3UWAKfirEbWhrs9vY=","t":"pack","tcid":"9424b8c2545d","uid":0,"tag" : "4EFGR04b6L/FOqbaKm74gw=="}) 2025-08-29 18:23:39.833 DEBUG (MainThread) [custom_components.gree.climate] Could not determine whether device has an built-in temperature sensor. Retrying at next update() 2025-08-29 18:23:39.834 DEBUG (MainThread) [custom_components.gree.climate] Fetching(192.168.0.11, 7000, 10, {"cid":"app","i":0,"pack":"dfpCD7UIsamtMRKsNVKmeESDMJzVW2vAUOedcr1L2TnGHRMIwvtdy0OAWHnUi+dWDk3duORgh71sRLIoCrsp+EZygdG8p3wtkJUISShz1G5B46Vzk3cNFDClPfaQRH/W3clgeCdZlXmA3vQeluVA6mNj8DAo0ZLRz8o36PNtcB6Lme1k0lAs5zjPEnxK7JEM6+81/b0Jq/I6UCNxsSptHm4KKa420p6FSR6jmTv3GoX5/AqKYBpTdduA5Q7+GfanBps6nmrji/xGIhXgTfyZhSFTcrbZZSHl+9M=","t":"pack","tcid":"9424b8c2545d","uid":0,"tag" : "NxORnOK0Ot8JvxdF7iNLLA=="}) 2025-08-29 18:23:49.843 INFO (MainThread) [custom_components.gree.climate] Could not connect with device. 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-29 18:23:49.844 DEBUG (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'>] 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-29 18:23:49.844 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-29 18:23:49.844 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-29 18:23:49.845 DEBUG (MainThread) [custom_components.gree.climate] name(): 客厅空调 2025-08-29 18:23:49.845 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:23:49.845 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-29 18:24:49.847 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-29 18:24:49.847 DEBUG (SyncWorker_7) [custom_components.gree.climate] update() 2025-08-29 18:24:49.848 DEBUG (SyncWorker_7) [custom_components.gree.climate] Starting SyncState 2025-08-29 18:24:49.848 DEBUG (SyncWorker_7) [custom_components.gree.climate] Attempt to check whether device has an built-in temperature sensor 2025-08-29 18:24:49.849 DEBUG (SyncWorker_7) [custom_components.gree.climate] Fetching(192.168.0.11, 7000, 10, {"cid":"app","i":0,"pack":"dfpCD7UIsamtMRamLyPvNkSTc9qaFijAOaDQEuoSmS2FDXFYpO8bxU3UWAKfirEbWhrs9vY=","t":"pack","tcid":"9424b8c2545d","uid":0,"tag" : "4EFGR04b6L/FOqbaKm74gw=="}) 2025-08-29 18:24:59.856 DEBUG (SyncWorker_7) [custom_components.gree.climate] Could not determine whether device has an built-in temperature sensor. Retrying at next update() 2025-08-29 18:24:59.857 DEBUG (SyncWorker_7) [custom_components.gree.climate] Fetching(192.168.0.11, 7000, 10, {"cid":"app","i":0,"pack":"dfpCD7UIsamtMRKsNVKmeESDMJzVW2vAUOedcr1L2TnGHRMIwvtdy0OAWHnUi+dWDk3duORgh71sRLIoCrsp+EZygdG8p3wtkJUISShz1G5B46Vzk3cNFDClPfaQRH/W3clgeCdZlXmA3vQeluVA6mNj8DAo0ZLRz8o36PNtcB6Lme1k0lAs5zjPEnxK7JEM6+81/b0Jq/I6UCNxsSptHm4KKa420p6FSR6jmTv3GoX5/AqKYBpTdduA5Q7+GfanBps6nmrji/xGIhXgTfyZhSFTcrbZZSHl+9M=","t":"pack","tcid":"9424b8c2545d","uid":0,"tag" : "NxORnOK0Ot8JvxdF7iNLLA=="}) 2025-08-29 18:25:09.868 INFO (SyncWorker_7) [custom_components.gree.climate] Could not connect with device. 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] temperature_unit(): °C 2025-08-29 18:25:09.869 DEBUG (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'>] 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] min_temp(): 16 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] max_temp(): 30 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] target_temperature_step(): 1 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] fan_list(): ['auto', 'low', 'medium_low', 'medium', 'medium_high', 'high', 'turbo', 'quiet'] 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] swing_modes(): ['default', 'swing_full', 'fixed_upmost', 'fixed_middle_up', 'fixed_middle', 'fixed_middle_low', 'fixed_lowest', 'swing_downmost', 'swing_middle_low', 'swing_middle', 'swing_middle_up', 'swing_upmost'] 2025-08-29 18:25:09.869 DEBUG (MainThread) [custom_components.gree.climate] swing_horizontal_modes(): ['default', 'swing_full', 'fixed_leftmost', 'fixed_middle_left', 'fixed_middle', 'fixed_middle_right', 'fixed_rightmost'] 2025-08-29 18:25:09.870 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline 2025-08-29 18:25:09.870 DEBUG (MainThread) [custom_components.gree.climate] name(): 客厅空调 2025-08-29 18:25:09.870 DEBUG (MainThread) [custom_components.gree.climate] supported_features(): 937 2025-08-29 18:25:49.848 DEBUG (MainThread) [custom_components.gree.climate] should_poll() 2025-08-29 18:25:49.849 DEBUG (SyncWorker_17) [custom_components.gree.climate] update()

sjg1993 avatar Aug 29 '25 10:08 sjg1993

any news on this issue?

Jimnaldo avatar Oct 19 '25 12:10 Jimnaldo