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
303 stars 103 forks source link

The data is read, but can't set anything #190

Open jaku2019 opened 1 month ago

jaku2019 commented 1 month ago

Hello, thank you for developing this component.

I have a problem, because the component doesn't link with my Gree AC. What's interesting when I installed TomaszDuda23 fork (the one made with encryption_version in mind), the AC was added to HA - I was able to see the current state of AC, but I couldn't controll anything - I was getting timeouts. I attatch logs from both described situations.

The official integration works without a hassle, but since my AC doesn't show its thermometer reading, I'd prefer to install GreeClimateComponent and insert data from a virtual one.

Configuration

HA OS 2024.7.2

Logs

2024-07-12` 12:52:58.345 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-07-12 12:52:58.345 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-07-12 12:52:58.346 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-07-12 12:52:58.346 INFO (MainThread) [custom_components.gree.climate] Using configured encryption key: _key retrieved from official HA integration_
2024-07-12 12:52:58.349 INFO (MainThread) [custom_components.gree.climate] Setting up temperature sensor: sensor.sr_temperatura_pietro
2024-07-12 12:52:58.350 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.gree_health
2024-07-12 12:52:58.350 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.gree_sleep
2024-07-12 12:52:58.350 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.gree_air
2024-07-12 12:52:58.350 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-12 12:52:58.351 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-12 12:52:58.351 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:52:58.351 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-12 12:52:58.351 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-07-12 12:52:58.351 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-12 12:52:58.352 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-12 12:52:58.352 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-12 12:52:58.352 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-12 12:52:58.352 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-07-12 12:52:58.352 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:52:58.353 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2024-07-12 12:52:58.353 INFO (MainThread) [custom_components.gree.climate] update()
2024-07-12 12:52:58.353 INFO (MainThread) [custom_components.gree.climate] Starting SyncState
2024-07-12 12:52:58.359 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"mebrVDNe8TiQA7P3A0Kf051JCh4kG1BL5EchEUtZtc7fdC6ghYzMoOydF6lpFXCFLk69XWDaEHKylrNgFjpAFa8WtAeS+/rf+mMAS1o7L+lUTr//+5tSCYZt8cjIxmXUXTJn3po32f10P+zsrLe6LpUaTWJi5Pi84TklpoUevuxCHOKJMV+QvcSzyCUNwMYDoXoM+0HFMS7/MKKBFw9SjsJ5Fp7OHgMIPyNYaOKhBVNJe8G298+q5ifJKwkqfXavLPGxVGeH2Dstss+M9mYOHNf2Y2tbmA5eUI4yQGrwiKJYIRq6jknU8qx2/Fi+B2bY","t":"pack","tcid":"502cc62940f4","uid":0})

Logs - TomaszDuda23 fork

024-07-12 12:35:28.401 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-07-12 12:35:28.401 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-07-12 12:35:28.401 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-07-12 12:35:28.402 INFO (MainThread) [custom_components.gree.climate] Using configured encryption key: _key retrieved from official HA integration_
2024-07-12 12:35:28.406 INFO (MainThread) [custom_components.gree.climate] Setting up temperature sensor: sensor.sr_temperatura_pietro
2024-07-12 12:35:28.406 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.gree_health
2024-07-12 12:35:28.406 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.gree_sleep
2024-07-12 12:35:28.406 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.gree_air
2024-07-12 12:35:28.407 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 1
2024-07-12 12:35:28.407 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 1
2024-07-12 12:35:28.407 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:35:28.407 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-12 12:35:28.407 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-07-12 12:35:28.408 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-12 12:35:28.408 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-12 12:35:28.408 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-12 12:35:28.408 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-12 12:35:28.408 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-07-12 12:35:28.408 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-07-12 12:35:28.408 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:35:28.409 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2024-07-12 12:35:28.409 INFO (MainThread) [custom_components.gree.climate] Starting SyncState
2024-07-12 12:35:28.415 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"mebrVDNe8TiQA7P3A0Kf051JCh4kG1BL5EchEUtZtc7fdC6ghYzMoOydF6lpFXCFLk69XWDaEHKylrNgFjpAFa8WtAeS+/rf+mMAS1o7L+lUTr//+5tSCYZt8cjIxmXUXTJn3po32f10P+zsrLe6LpUaTWJi5Pi84TklpoUevuxCHOKJMV+QvcSzyCUNwMYDoXoM+0HFMS7/MKKBFw9SjsJ5Fp7OHgMIPyNYaOKhBVOO7ezMoC42IRSN4BIHzWiRCS4gRtDVhI3wzMNhDeQxtXz2pRVJj3NCZi3xVxZgURE=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Pow: 1
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Mod: 1
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting SetTem: 22
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Air: 0
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Blo: 0
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Health: 0
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-12 12:35:28.514 INFO (MainThread) [custom_components.gree.climate] Setting Lig: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting Quiet: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting Tur: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting StHt: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting TemUn: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting TemRec: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting SvSt: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-12 12:35:28.515 INFO (MainThread) [custom_components.gree.climate] Done setting acOptions
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA target temp set according to HVAC state to: 22
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-12 12:35:28.516 INFO (MainThread) [custom_components.gree.climate] HA operation mode set according to HVAC state to: cool
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] HA preset mode set according to HVAC state to: Default
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] Finished SyncState
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:35:28.517 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-12 12:35:28.517 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-07-12 12:35:28.518 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-12 12:35:28.518 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-12 12:35:28.518 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-12 12:35:28.518 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-12 12:35:28.518 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-07-12 12:35:28.518 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-07-12 12:35:28.518 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): cool
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] current_temperature(): None
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 22
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] preset_mode(): Default
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 1
2024-07-12 12:35:28.519 INFO (MainThread) [custom_components.gree.climate] supported_features(): 441
2024-07-12 12:35:28.520 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-12 12:35:35.775 ERROR (MainThread) [custom_components.wellbeing] Error, got error 429 () from server https://api.ocp.electrolux.one/one-account-authorization/api/v1/token - 429, message='', url=URL('https://api.ocp.electrolux.one/one-account-authorization/api/v1/token')
2024-07-12 12:35:35.775 ERROR (MainThread) [custom_components.wellbeing] AccessToken 2 is missing
2024-07-12 12:35:36.777 ERROR (MainThread) [custom_components.wellbeing] Error, got error 429 () from server https://api.ocp.electrolux.one/one-account-authorization/api/v1/token - 429, message='', url=URL('https://api.ocp.electrolux.one/one-account-authorization/api/v1/token')
2024-07-12 12:35:36.777 ERROR (MainThread) [custom_components.wellbeing] AccessToken 2 is missing
2024-07-12 12:35:38.100 ERROR (MainThread) [custom_components.wellbeing] Error, got error 429 () from server https://api.ocp.electrolux.one/one-account-authorization/api/v1/token - 429, message='', url=URL('https://api.ocp.electrolux.one/one-account-authorization/api/v1/token')
2024-07-12 12:35:38.100 ERROR (MainThread) [custom_components.wellbeing] AccessToken 2 is missing
2024-07-12 12:35:38.554 ERROR (MainThread) [custom_components.wellbeing] Error, got error 429 () from server https://api.ocp.electrolux.one/one-account-authorization/api/v1/token - 429, message='', url=URL('https://api.ocp.electrolux.one/one-account-authorization/api/v1/token')
2024-07-12 12:35:38.554 ERROR (MainThread) [custom_components.wellbeing] AccessToken 2 is missing
2024-07-12 12:35:43.648 INFO (SyncWorker_4) [custom_components.gree.climate] set_hvac_mode(): off
2024-07-12 12:35:43.649 INFO (SyncWorker_4) [custom_components.gree.climate] Starting SyncState
2024-07-12 12:35:43.649 INFO (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"mebrVDNe8TiQA7P3A0Kf051JCh4kG1BL5EchEUtZtc7fdC6ghYzMoOydF6lpFXCFLk69XWDaEHKylrNgFjpAFa8WtAeS+/rf+mMAS1o7L+lUTr//+5tSCYZt8cjIxmXUXTJn3po32f10P+zsrLe6LpUaTWJi5Pi84TklpoUevuxCHOKJMV+QvcSzyCUNwMYDoXoM+0HFMS7/MKKBFw9SjsJ5Fp7OHgMIPyNYaOKhBVOO7ezMoC42IRSN4BIHzWiRCS4gRtDVhI3wzMNhDeQxtXz2pRVJj3NCZi3xVxZgURE=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Pow: 1
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Mod: 1
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SetTem: 22
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Air: 0
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Blo: 0
2024-07-12 12:35:43.672 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Health: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Lig: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Quiet: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Tur: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting StHt: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting TemUn: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting TemRec: 0
2024-07-12 12:35:43.673 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SvSt: 0
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Done setting acOptions
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Overwriting Pow: 0
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Done overwriting acOptions
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Start sending state to HVAC
2024-07-12 12:35:43.674 INFO (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"EXEo6T2fIcLta7BmBf536neOXEQr7PiwrphUkdtoAb85Z6QmqZMo00tlyUKAXBJ7PVKfsmV0cUV6DrKenfylstPeL6aNdMZ3GIrDl1BNo8A+mPesdYmr3zWIfPpIxp88ABOZWWJIq1yUTGdmOXQBHCAEmN52XTEdZvQ6PVMHbhdqmd84BgfzuVxzp5Bl3HFQKGW8v7NlMeKuzIaCsgqn//aC4rCvS5D7wuaUBtKFsFpywc/ZqT0Bo/bMPFx5/cTqcsHP2ak9AaP2zDxcef3E6pIgHKxS40lxZg3vwdAiTEc=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-12 12:35:44.417 ERROR (MainThread) [custom_components.wellbeing] Error, got error 429 () from server https://api.ocp.electrolux.one/one-account-authorization/api/v1/token - 429, message='', url=URL('https://api.ocp.electrolux.one/one-account-authorization/api/v1/token')
2024-07-12 12:35:44.417 ERROR (MainThread) [custom_components.wellbeing] AccessToken 2 is missing
2024-07-12 12:35:52.819 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Sterowanie lampkami nad biurkiem z przycisku koło łóżka' failed to setup triggers and has been disabled: Unknown device '2931e8c4c8f45f2357ba110e00223920'
2024-07-12 12:35:52.859 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Klimatyzacja - tryb cichy' failed to setup conditions and has been disabled: Unknown device '613bc2331c7c9ed19e1d6179a4739e1f'
2024-07-12 12:35:52.862 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Wyłączanie trybu cichego klimatyzacji' failed to setup conditions and has been disabled: Unknown device '613bc2331c7c9ed19e1d6179a4739e1f'
2024-07-12 12:35:52.864 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'X-Fan (Gree)' failed to setup conditions and has been disabled: Unknown device '613bc2331c7c9ed19e1d6179a4739e1f'
2024-07-12 12:35:52.877 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'Wyłączanie klimatyzacji gdy przepustnice zamknięte' failed to setup actions and has been disabled: Unknown device '613bc2331c7c9ed19e1d6179a4739e1f'
2024-07-12 12:35:53.695 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547755596320] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2731, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2774, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 756, in async_set_hvac_mode
    await self.hass.async_add_executor_job(self.set_hvac_mode, hvac_mode)
TimeoutError: timed out
jaku2019 commented 1 month ago

Even with the auto_xfan set correctly (input_boolean instaed of true), the AC doesn't show up (with this repo current version). LpGZDTbLRc

toughvj commented 1 month ago

@jaku2019 post log please

jaku2019 commented 1 month ago

Thank you for the reply. During tests I found out that I can repruduce the same problem (i.e. I can see AC in HA, but can't control it due to timeouts problem) on the current version when I remove enryption_version and encryption_key from the config.

After enabling HA I tried to make any action with the AC, but I got timeout errors. Logs:

2024-07-15 15:46:18.201 INFO (MainThread) [homeassistant.components.climate] Setting up gree.climate
2024-07-15 15:46:18.201 INFO (MainThread) [custom_components.gree.climate] Setting up Gree climate platform
2024-07-15 15:46:18.201 INFO (MainThread) [custom_components.gree.climate] Adding Gree climate device to hass
2024-07-15 15:46:18.201 INFO (MainThread) [custom_components.gree.climate] Initialize the GREE climate device
2024-07-15 15:46:18.201 INFO (MainThread) [custom_components.gree.climate] Setting up temperature sensor: sensor.sr_temperatura_pietro
2024-07-15 15:46:18.201 INFO (MainThread) [custom_components.gree.climate] Setting up xfan entity: input_boolean.gree_xfan
2024-07-15 15:46:18.202 INFO (MainThread) [custom_components.gree.climate] Setting up health entity: input_boolean.gree_health
2024-07-15 15:46:18.202 INFO (MainThread) [custom_components.gree.climate] Setting up sleep entity: input_boolean.gree_sleep
2024-07-15 15:46:18.202 INFO (MainThread) [custom_components.gree.climate] Setting up air entity: input_boolean.gree_air
2024-07-15 15:46:18.202 INFO (MainThread) [custom_components.gree.climate] Setting up auto xfan entity: input_boolean.auto_x_fan
2024-07-15 15:46:18.203 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:46:18.203 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:46:18.204 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-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:46:18.204 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:46:18.205 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-07-15 15:46:18.205 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:18.205 INFO (MainThread) [custom_components.gree.climate] Gree climate device added to hass()
2024-07-15 15:46:18.205 INFO (MainThread) [custom_components.gree.climate] update()
2024-07-15 15:46:18.205 INFO (MainThread) [custom_components.gree.climate] Retrieving HVAC encryption key
2024-07-15 15:46:18.213 INFO (MainThread) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid": "app","i": 1,"pack": "xD4HutG0LNsmZCwZqwfBSR9wltAXnbVdXDaRJXKXalaj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"502cc62940f4","uid": 0})
2024-07-15 15:46:28.231 INFO (MainThread) [custom_components.gree.climate] Error getting device encryption key!
2024-07-15 15:46:28.233 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:28.234 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:46:28.234 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-07-15 15:46:28.234 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:46:28.235 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:46:28.235 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:46:28.235 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:46:28.235 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-07-15 15:46:28.236 INFO (MainThread) [custom_components.gree.climate] available(): Device is offline
2024-07-15 15:46:28.236 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:46:28.236 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:28.238 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:46:44.443 INFO (MainThread) [custom_components.gree.climate] temp_sensor state changed | sensor.sr_temperatura_pietro from unavailable to 23.9
2024-07-15 15:46:44.443 INFO (MainThread) [custom_components.gree.climate] Thermostat updated with changed temp_sensor state | 23.9
2024-07-15 15:46:44.443 INFO (MainThread) [custom_components.gree.climate] Current state temp_sensor: 23.9
2024-07-15 15:46:44.451 INFO (MainThread) [custom_components.gree.climate] temp_sensor state represents_float |23.9
2024-07-15 15:46:44.451 INFO (MainThread) [custom_components.gree.climate] Current temp: 23.9
2024-07-15 15:46:44.513 INFO (SyncWorker_0) [custom_components.gree.climate] update()
2024-07-15 15:46:44.513 INFO (SyncWorker_0) [custom_components.gree.climate] Retrieving HVAC encryption key
2024-07-15 15:46:44.513 INFO (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid": "app","i": 1,"pack": "xD4HutG0LNsmZCwZqwfBSR9wltAXnbVdXDaRJXKXalaj9mrs/0p7GUTdWxmNaBUt","t":"pack","tcid":"502cc62940f4","uid": 0})
2024-07-15 15:46:44.545 INFO (SyncWorker_0) [custom_components.gree.climate] Fetched device encrytion key: b'Lm3Op6Rs9Uv2Xy5A'
2024-07-15 15:46:44.545 INFO (SyncWorker_0) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:46:44.546 INFO (SyncWorker_0) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:46:44.659 INFO (SyncWorker_0) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:46:44.659 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:46:44.659 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:46:44.660 INFO (SyncWorker_0) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:46:44.661 INFO (SyncWorker_0) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:46:44.662 INFO (SyncWorker_0) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:46:44.674 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:44.674 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:46:44.674 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-07-15 15:46:44.674 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:46:44.674 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:46:44.675 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-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:46:44.675 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:46:44.676 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:46:44.676 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:46:44.676 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:46:44.676 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:28.240 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:47:28.240 INFO (SyncWorker_6) [custom_components.gree.climate] update()
2024-07-15 15:47:28.241 INFO (SyncWorker_6) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:47:28.241 INFO (SyncWorker_6) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:47:28.265 INFO (SyncWorker_6) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:47:28.265 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:47:28.265 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:47:28.266 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:47:28.267 INFO (SyncWorker_6) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:47:28.268 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:47:28.268 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:47:28.268 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:47:28.268 INFO (SyncWorker_6) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:47:28.269 INFO (SyncWorker_6) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:47:28.269 INFO (SyncWorker_6) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:47:28.269 INFO (SyncWorker_6) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:47:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:47:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:47:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:47:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:47:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:47:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:47:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:47:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:47:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:47:28.275 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:28.276 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:47:28.276 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-07-15 15:47:28.277 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:47:28.277 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:47:28.277 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:47:28.277 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:47:28.278 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-07-15 15:47:28.278 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:47:28.278 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:47:28.278 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:28.279 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:47:28.279 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:47:28.279 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:47:28.279 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:47:28.279 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:47:28.280 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:47:28.280 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:39.796 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:47:39.797 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:39.797 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:39.798 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:47:39.799 INFO (SyncWorker_14) [custom_components.gree.climate] set_temperature(): 25.0
2024-07-15 15:47:39.799 INFO (SyncWorker_14) [custom_components.gree.climate] SyncState with SetTem=25.0
2024-07-15 15:47:39.799 INFO (SyncWorker_14) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:47:39.800 INFO (SyncWorker_14) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:47:39.828 INFO (SyncWorker_14) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:47:39.829 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:47:39.829 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:47:39.829 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:47:39.829 INFO (SyncWorker_14) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:47:39.830 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:47:39.830 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:47:39.830 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:47:39.830 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:47:39.830 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:47:39.831 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:47:39.831 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:47:39.831 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:47:39.831 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:47:39.831 INFO (SyncWorker_14) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:47:39.832 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:47:39.832 INFO (SyncWorker_14) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:47:39.832 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:47:39.832 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:47:39.832 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:47:39.833 INFO (SyncWorker_14) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:47:39.833 INFO (SyncWorker_14) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 15:47:39.833 INFO (SyncWorker_14) [custom_components.gree.climate] Overwriting SetTem: 25
2024-07-15 15:47:39.833 INFO (SyncWorker_14) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 15:47:39.834 INFO (SyncWorker_14) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXqixzYoT+dn3HwvEjvlnK3Vw5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:47:57.372 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:47:57.373 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:57.373 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:47:57.375 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:47:57.381 INFO (SyncWorker_14) [custom_components.gree.climate] set_temperature(): 24.0
2024-07-15 15:47:57.381 INFO (SyncWorker_14) [custom_components.gree.climate] SyncState with SetTem=24.0
2024-07-15 15:47:57.381 INFO (SyncWorker_14) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:47:57.382 INFO (SyncWorker_14) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:47:57.400 INFO (SyncWorker_14) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:47:57.400 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:47:57.400 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:47:57.401 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:47:57.402 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Overwriting SetTem: 24
2024-07-15 15:47:57.403 INFO (SyncWorker_14) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 15:47:57.404 INFO (SyncWorker_14) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXlQ4/HnZqxscrV5sO2Cd0u1w5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:48:28.240 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:48:28.242 INFO (SyncWorker_14) [custom_components.gree.climate] update()
2024-07-15 15:48:28.242 INFO (SyncWorker_14) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:48:28.243 INFO (SyncWorker_14) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:48:28.261 INFO (SyncWorker_14) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:48:28.261 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:48:28.261 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:48:28.261 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:48:28.262 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:48:28.263 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:48:28.263 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:48:28.263 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:48:28.263 INFO (SyncWorker_14) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:48:28.263 INFO (SyncWorker_14) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:48:28.264 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:48:28.264 INFO (SyncWorker_14) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:48:28.264 INFO (SyncWorker_14) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:48:28.264 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:48:28.264 INFO (SyncWorker_14) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:48:28.265 INFO (SyncWorker_14) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:48:28.265 INFO (SyncWorker_14) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:48:28.265 INFO (SyncWorker_14) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:48:28.265 INFO (SyncWorker_14) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:48:28.266 INFO (SyncWorker_14) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:48:28.266 INFO (SyncWorker_14) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:48:28.267 INFO (SyncWorker_14) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:48:28.267 INFO (SyncWorker_14) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:48:28.267 INFO (SyncWorker_14) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:48:28.268 INFO (SyncWorker_14) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:48:28.268 INFO (SyncWorker_14) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:48:28.268 INFO (SyncWorker_14) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:48:28.268 INFO (SyncWorker_14) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:48:28.273 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:48:28.273 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:48:28.273 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-07-15 15:48:28.273 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:48:28.273 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:48:28.274 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-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:48:28.274 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:48:28.275 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:49:28.242 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:49:28.243 INFO (SyncWorker_4) [custom_components.gree.climate] update()
2024-07-15 15:49:28.243 INFO (SyncWorker_4) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:49:28.244 INFO (SyncWorker_4) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:49:28.260 INFO (SyncWorker_4) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:49:28.260 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:49:28.261 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:49:28.261 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:49:28.261 INFO (SyncWorker_4) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:49:28.261 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:49:28.261 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:49:28.262 INFO (SyncWorker_4) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:49:28.263 INFO (SyncWorker_4) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:49:28.264 INFO (SyncWorker_4) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:49:28.264 INFO (SyncWorker_4) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:49:28.264 INFO (SyncWorker_4) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:49:28.264 INFO (SyncWorker_4) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:49:28.264 INFO (SyncWorker_4) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:49:28.265 INFO (SyncWorker_4) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:49:28.266 INFO (SyncWorker_4) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:49:28.267 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:49:28.267 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:49:28.268 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-07-15 15:49:28.268 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:49:28.268 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:49:28.268 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:49:28.268 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:49:28.269 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-07-15 15:49:28.269 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:49:28.269 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:49:28.269 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:49:28.269 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:49:28.269 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:49:28.270 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:49:28.270 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:49:28.270 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:49:28.270 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:49:28.270 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:50:28.243 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:50:28.244 INFO (SyncWorker_2) [custom_components.gree.climate] update()
2024-07-15 15:50:28.245 INFO (SyncWorker_2) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:50:28.245 INFO (SyncWorker_2) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:50:28.288 INFO (SyncWorker_2) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:50:28.289 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:50:28.289 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:50:28.289 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:50:28.289 INFO (SyncWorker_2) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:50:28.289 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:50:28.290 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:50:28.291 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:50:28.291 INFO (SyncWorker_2) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:50:28.291 INFO (SyncWorker_2) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:50:28.291 INFO (SyncWorker_2) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:50:28.291 INFO (SyncWorker_2) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:50:28.292 INFO (SyncWorker_2) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:50:28.293 INFO (SyncWorker_2) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:50:28.294 INFO (SyncWorker_2) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:50:28.294 INFO (SyncWorker_2) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:50:28.295 INFO (SyncWorker_2) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:50:28.295 INFO (SyncWorker_2) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:50:28.295 INFO (SyncWorker_2) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:50:28.295 INFO (SyncWorker_2) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:50:28.296 INFO (SyncWorker_2) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:50:28.296 INFO (SyncWorker_2) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:50:28.296 INFO (SyncWorker_2) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:50:28.300 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:50:28.300 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:50:28.300 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-07-15 15:50:28.301 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:50:28.301 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:50:28.301 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:50:28.301 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:50:28.301 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-07-15 15:50:28.301 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:50:28.302 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:50:28.303 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:51:28.245 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:51:28.247 INFO (SyncWorker_7) [custom_components.gree.climate] update()
2024-07-15 15:51:28.248 INFO (SyncWorker_7) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:51:28.248 INFO (SyncWorker_7) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:51:28.289 INFO (SyncWorker_7) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:51:28.290 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:51:28.290 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:51:28.290 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:51:28.290 INFO (SyncWorker_7) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:51:28.290 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:51:28.291 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:51:28.292 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:51:28.293 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:51:28.293 INFO (SyncWorker_7) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:51:28.293 INFO (SyncWorker_7) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:51:28.293 INFO (SyncWorker_7) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:51:28.293 INFO (SyncWorker_7) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:51:28.294 INFO (SyncWorker_7) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:51:28.294 INFO (SyncWorker_7) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:51:28.294 INFO (SyncWorker_7) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:51:28.294 INFO (SyncWorker_7) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:51:28.294 INFO (SyncWorker_7) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:51:28.295 INFO (SyncWorker_7) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:51:28.295 INFO (SyncWorker_7) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:51:28.295 INFO (SyncWorker_7) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:51:28.295 INFO (SyncWorker_7) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:51:28.297 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:51:28.297 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:51:28.297 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-07-15 15:51:28.297 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:51:28.298 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:51:28.298 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:51:28.298 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:51:28.298 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-07-15 15:51:28.298 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:51:28.299 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:51:28.300 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:51:28.300 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:52:28.246 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:52:28.247 INFO (SyncWorker_10) [custom_components.gree.climate] update()
2024-07-15 15:52:28.248 INFO (SyncWorker_10) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:52:28.249 INFO (SyncWorker_10) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:52:28.276 INFO (SyncWorker_10) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:52:28.276 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:52:28.276 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:52:28.277 INFO (SyncWorker_10) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:52:28.278 INFO (SyncWorker_10) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:52:28.279 INFO (SyncWorker_10) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:52:28.280 INFO (SyncWorker_10) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:52:28.280 INFO (SyncWorker_10) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:52:28.280 INFO (SyncWorker_10) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:52:28.288 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:52:28.289 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:52:28.289 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-07-15 15:52:28.289 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:52:28.289 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:52:28.290 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:52:28.290 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:52:28.290 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-07-15 15:52:28.290 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:52:28.290 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:52:28.290 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:52:28.291 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:53:28.248 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:53:28.249 INFO (SyncWorker_11) [custom_components.gree.climate] update()
2024-07-15 15:53:28.250 INFO (SyncWorker_11) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:53:28.250 INFO (SyncWorker_11) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:53:28.282 INFO (SyncWorker_11) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:53:28.282 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:53:28.282 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:53:28.283 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:53:28.284 INFO (SyncWorker_11) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:53:28.285 INFO (SyncWorker_11) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:53:28.286 INFO (SyncWorker_11) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:53:28.286 INFO (SyncWorker_11) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:53:28.286 INFO (SyncWorker_11) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:53:28.286 INFO (SyncWorker_11) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:53:28.286 INFO (SyncWorker_11) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:53:28.287 INFO (SyncWorker_11) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:53:28.287 INFO (SyncWorker_11) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:53:28.287 INFO (SyncWorker_11) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:53:28.287 INFO (SyncWorker_11) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:53:28.288 INFO (SyncWorker_11) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:53:28.288 INFO (SyncWorker_11) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:53:28.289 INFO (SyncWorker_11) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:53:28.290 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:53:28.291 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:53:28.291 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-07-15 15:53:28.291 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:53:28.291 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:53:28.291 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:53:28.292 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-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:53:28.292 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:53:28.293 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:53:28.293 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:53:28.293 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:53:28.293 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:53:28.293 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:54:28.248 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:54:28.250 INFO (SyncWorker_9) [custom_components.gree.climate] update()
2024-07-15 15:54:28.250 INFO (SyncWorker_9) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:54:28.251 INFO (SyncWorker_9) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:54:28.268 INFO (SyncWorker_9) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:54:28.268 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:54:28.268 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:54:28.268 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:54:28.269 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:54:28.270 INFO (SyncWorker_9) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:54:28.271 INFO (SyncWorker_9) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:54:28.272 INFO (SyncWorker_9) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:54:28.273 INFO (SyncWorker_9) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:54:28.273 INFO (SyncWorker_9) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:54:28.273 INFO (SyncWorker_9) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:54:28.274 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:54:28.275 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:54:28.275 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-07-15 15:54:28.275 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:54:28.275 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:54:28.275 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:54:28.276 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:54:28.276 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-07-15 15:54:28.276 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:54:28.276 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:54:28.276 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:54:28.276 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:54:28.277 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:54:28.277 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:54:28.277 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:54:28.277 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:54:28.277 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:54:28.278 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:55:28.249 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:55:28.250 INFO (SyncWorker_6) [custom_components.gree.climate] update()
2024-07-15 15:55:28.250 INFO (SyncWorker_6) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:55:28.251 INFO (SyncWorker_6) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:55:28.269 INFO (SyncWorker_6) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:55:28.270 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:55:28.271 INFO (SyncWorker_6) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:55:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:55:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:55:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:55:28.272 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:55:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:55:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:55:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:55:28.273 INFO (SyncWorker_6) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:55:28.274 INFO (SyncWorker_6) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:55:28.274 INFO (SyncWorker_6) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:55:28.274 INFO (SyncWorker_6) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:55:28.275 INFO (SyncWorker_6) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:55:28.276 INFO (SyncWorker_6) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:55:28.276 INFO (SyncWorker_6) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:55:28.277 INFO (SyncWorker_6) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:55:28.277 INFO (SyncWorker_6) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:55:28.277 INFO (SyncWorker_6) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:55:28.277 INFO (SyncWorker_6) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:55:28.282 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:55:28.282 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:55:28.283 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-07-15 15:55:28.283 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:55:28.283 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:55:28.284 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-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:55:28.284 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:55:28.285 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:55:28.285 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:55:28.285 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:55:28.285 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:55:44.416 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:55:44.417 INFO (SyncWorker_5) [custom_components.gree.climate] set_hvac_mode(): cool
2024-07-15 15:55:44.418 INFO (SyncWorker_5) [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-07-15 15:55:44.418 INFO (SyncWorker_5) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:55:44.418 INFO (SyncWorker_5) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:55:44.476 INFO (SyncWorker_5) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:55:44.476 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:55:44.476 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:55:44.477 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:55:44.477 INFO (SyncWorker_5) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:55:44.477 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:55:44.477 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:55:44.477 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:55:44.478 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:55:44.478 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:55:44.478 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:55:44.478 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:55:44.478 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:55:44.479 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:55:44.480 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:55:44.480 INFO (SyncWorker_5) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:55:44.480 INFO (SyncWorker_5) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 15:55:44.480 INFO (SyncWorker_5) [custom_components.gree.climate] Overwriting Pow: 1
2024-07-15 15:55:44.480 INFO (SyncWorker_5) [custom_components.gree.climate] Overwriting Mod: 1
2024-07-15 15:55:44.481 INFO (SyncWorker_5) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 15:55:44.482 INFO (SyncWorker_5) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXnSJhFtEFr4EYNnsO9XJQppw5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:56:28.250 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 15:56:28.251 INFO (SyncWorker_12) [custom_components.gree.climate] update()
2024-07-15 15:56:28.252 INFO (SyncWorker_12) [custom_components.gree.climate] Starting SyncState
2024-07-15 15:56:28.252 INFO (SyncWorker_12) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 15:56:28.268 INFO (SyncWorker_12) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Air: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Health: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 15:56:28.269 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 15:56:28.270 INFO (SyncWorker_12) [custom_components.gree.climate] Done setting acOptions
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 15:56:28.271 INFO (SyncWorker_12) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 15:56:28.272 INFO (SyncWorker_12) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 15:56:28.272 INFO (SyncWorker_12) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 15:56:28.272 INFO (SyncWorker_12) [custom_components.gree.climate] Finished SyncState
2024-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:56:28.273 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-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 15:56:28.273 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 15:56:28.274 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-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 23.9
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 15:56:28.274 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 15:56:28.275 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 15:56:28.275 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 15:56:28.275 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
toughvj commented 1 month ago

try this file and let me know. climate.txt

jaku2019 commented 1 month ago

@toughvj Thank you. I didn't see the previously shown "Update is taking over", but I am still getting timeout error. Logs:

2024-07-15 19:34:36.201 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:34:36.202 INFO (SyncWorker_7) [custom_components.gree.climate] update()
2024-07-15 19:34:36.203 INFO (SyncWorker_7) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:34:36.204 INFO (SyncWorker_7) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:34:36.221 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:34:36.222 INFO (SyncWorker_7) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:34:36.223 INFO (SyncWorker_7) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 19:34:36.224 INFO (SyncWorker_7) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 19:34:36.224 INFO (SyncWorker_7) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 19:34:36.224 INFO (SyncWorker_7) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 19:34:36.224 INFO (SyncWorker_7) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 19:34:36.224 INFO (SyncWorker_7) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 19:34:36.225 INFO (SyncWorker_7) [custom_components.gree.climate] Finished SyncState
2024-07-15 19:34:36.227 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:34:36.227 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:34:36.228 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-07-15 19:34:36.228 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 19:34:36.228 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 19:34:36.228 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 19:34:36.228 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 19:34:36.228 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-07-15 19:34:36.228 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 22.775
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 19:34:36.229 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 19:34:36.230 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 19:34:36.230 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:24.970 WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.browser_mod.media_player.BrowserModPlayer'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <MediaPlayerEntityFeature.PAUSE|SEEK|VOLUME_SET|VOLUME_MUTE|TURN_ON|TURN_OFF|PLAY_MEDIA|STOP|PLAY|BROWSE_MEDIA: 152463>, please report it to the author of the 'browser_mod' custom integration and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation
2024-07-15 19:35:36.201 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:35:36.203 INFO (SyncWorker_3) [custom_components.gree.climate] update()
2024-07-15 19:35:36.204 INFO (SyncWorker_3) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:35:36.205 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:35:36.222 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:35:36.223 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:35:36.224 INFO (SyncWorker_3) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 19:35:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 19:35:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Finished SyncState
2024-07-15 19:35:36.228 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:36.228 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:35:36.228 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-07-15 19:35:36.228 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 19:35:36.229 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 19:35:36.229 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 19:35:36.229 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 19:35:36.229 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-07-15 19:35:36.229 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:35:36.229 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 22.775
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 19:35:36.230 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 19:35:36.231 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 19:35:36.231 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:52.849 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:35:52.850 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:52.850 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:35:52.850 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:35:52.851 INFO (SyncWorker_1) [custom_components.gree.climate] set_temperature(): 23.0
2024-07-15 19:35:52.852 INFO (SyncWorker_1) [custom_components.gree.climate] SyncState with SetTem=23.0
2024-07-15 19:35:52.852 INFO (SyncWorker_1) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:35:52.852 INFO (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:35:52.906 INFO (SyncWorker_1) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:35:52.906 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:35:52.907 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:35:52.907 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:35:52.907 INFO (SyncWorker_1) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:35:52.907 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:35:52.907 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:35:52.908 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:35:52.909 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:35:52.910 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:35:52.910 INFO (SyncWorker_1) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:35:52.910 INFO (SyncWorker_1) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 19:35:52.910 INFO (SyncWorker_1) [custom_components.gree.climate] Overwriting SetTem: 23
2024-07-15 19:35:52.910 INFO (SyncWorker_1) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 19:35:52.911 INFO (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXhGhHqsCOEO+8gobC9taW3tw5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:36:02.921 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547278933728] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2731, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2774, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 924, in async_service_temperature_set
    await entity.async_set_temperature(**kwargs)
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 724, in async_set_temperature
    await self.hass.async_add_executor_job(
TimeoutError: timed out
2024-07-15 19:36:36.202 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:36:36.203 INFO (SyncWorker_1) [custom_components.gree.climate] update()
2024-07-15 19:36:36.204 INFO (SyncWorker_1) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:36:36.205 INFO (SyncWorker_1) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:36:36.222 INFO (SyncWorker_1) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:36:36.222 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:36:36.222 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:36:36.222 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:36:36.223 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:36:36.224 INFO (SyncWorker_1) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 19:36:36.225 INFO (SyncWorker_1) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 19:36:36.226 INFO (SyncWorker_1) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 19:36:36.226 INFO (SyncWorker_1) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 19:36:36.226 INFO (SyncWorker_1) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 19:36:36.226 INFO (SyncWorker_1) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 19:36:36.227 INFO (SyncWorker_1) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 19:36:36.227 INFO (SyncWorker_1) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 19:36:36.227 INFO (SyncWorker_1) [custom_components.gree.climate] Finished SyncState
2024-07-15 19:36:36.229 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:36:36.229 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:36:36.230 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-07-15 19:36:36.230 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 19:36:36.230 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 19:36:36.230 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 19:36:36.230 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 19:36:36.231 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-07-15 19:36:36.231 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:36:36.231 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 19:36:36.231 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:36:36.231 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:36:36.232 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 22.775
2024-07-15 19:36:36.232 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 19:36:36.232 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 19:36:36.232 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 19:36:36.233 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 19:36:36.233 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:37:36.203 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:37:36.205 INFO (SyncWorker_3) [custom_components.gree.climate] update()
2024-07-15 19:37:36.206 INFO (SyncWorker_3) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:37:36.207 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:37:36.225 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:37:36.226 INFO (SyncWorker_3) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:37:36.227 INFO (SyncWorker_3) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 19:37:36.228 INFO (SyncWorker_3) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 19:37:36.229 INFO (SyncWorker_3) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 19:37:36.229 INFO (SyncWorker_3) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 19:37:36.229 INFO (SyncWorker_3) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 19:37:36.229 INFO (SyncWorker_3) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 19:37:36.229 INFO (SyncWorker_3) [custom_components.gree.climate] Finished SyncState
2024-07-15 19:37:36.232 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:37:36.232 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:37:36.233 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-07-15 19:37:36.233 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 19:37:36.233 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 19:37:36.233 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 19:37:36.233 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 19:37:36.234 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-07-15 19:37:36.234 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:37:36.234 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 19:37:36.234 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:37:36.234 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:37:36.234 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 22.775
2024-07-15 19:37:36.235 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 19:37:36.235 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 19:37:36.235 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 19:37:36.235 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 19:37:36.235 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:36.204 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:38:36.206 INFO (SyncWorker_5) [custom_components.gree.climate] update()
2024-07-15 19:38:36.207 INFO (SyncWorker_5) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:38:36.208 INFO (SyncWorker_5) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:38:36.229 INFO (SyncWorker_5) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:38:36.229 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:38:36.229 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:38:36.229 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:38:36.230 INFO (SyncWorker_5) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:38:36.230 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:38:36.230 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:38:36.230 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:38:36.230 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:38:36.231 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:38:36.231 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:38:36.231 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:38:36.231 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:38:36.231 INFO (SyncWorker_5) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:38:36.232 INFO (SyncWorker_5) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:38:36.232 INFO (SyncWorker_5) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:38:36.232 INFO (SyncWorker_5) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:38:36.232 INFO (SyncWorker_5) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:38:36.233 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:38:36.233 INFO (SyncWorker_5) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:38:36.233 INFO (SyncWorker_5) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:38:36.233 INFO (SyncWorker_5) [custom_components.gree.climate] HA target temp set according to HVAC state to: 24
2024-07-15 19:38:36.233 INFO (SyncWorker_5) [custom_components.gree.climate] HA lights option set according to HVAC state to: off
2024-07-15 19:38:36.234 INFO (SyncWorker_5) [custom_components.gree.climate] HA xfan option set according to HVAC state to: off
2024-07-15 19:38:36.235 INFO (SyncWorker_5) [custom_components.gree.climate] HA health option set according to HVAC state to: off
2024-07-15 19:38:36.235 INFO (SyncWorker_5) [custom_components.gree.climate] HA powersave option set according to HVAC state to: off
2024-07-15 19:38:36.236 INFO (SyncWorker_5) [custom_components.gree.climate] HA sleep option set according to HVAC state to: off
2024-07-15 19:38:36.236 INFO (SyncWorker_5) [custom_components.gree.climate] HA 8℃ heat option set according to HVAC state to: off
2024-07-15 19:38:36.236 INFO (SyncWorker_5) [custom_components.gree.climate] HA air option set according to HVAC state to: off
2024-07-15 19:38:36.236 INFO (SyncWorker_5) [custom_components.gree.climate] HA operation mode set according to HVAC state to: auto
2024-07-15 19:38:36.237 INFO (SyncWorker_5) [custom_components.gree.climate] HA swing mode set according to HVAC state to: Default
2024-07-15 19:38:36.237 INFO (SyncWorker_5) [custom_components.gree.climate] HA fan mode set according to HVAC state to: Auto
2024-07-15 19:38:36.237 INFO (SyncWorker_5) [custom_components.gree.climate] Finished SyncState
2024-07-15 19:38:36.239 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:36.239 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:38:36.239 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-07-15 19:38:36.240 INFO (MainThread) [custom_components.gree.climate] min_temp(): 16
2024-07-15 19:38:36.240 INFO (MainThread) [custom_components.gree.climate] max_temp(): 30
2024-07-15 19:38:36.240 INFO (MainThread) [custom_components.gree.climate] target_temperature_step(): 1.0
2024-07-15 19:38:36.240 INFO (MainThread) [custom_components.gree.climate] fan_list(): ['Auto', 'Low', 'Medium-Low', 'Medium', 'Medium-High', 'High', 'Turbo', 'Quiet']
2024-07-15 19:38:36.241 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-07-15 19:38:36.241 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:38:36.241 INFO (MainThread) [custom_components.gree.climate] hvac_mode(): auto
2024-07-15 19:38:36.241 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] current_temperature(): 22.775
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] target_temperature(): 24
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] fan_mode(): Auto
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] swing_mode(): Default
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] name(): Klima gree 2b
2024-07-15 19:38:36.242 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:52.154 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:38:52.155 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:52.155 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:52.155 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:38:52.157 INFO (SyncWorker_3) [custom_components.gree.climate] set_temperature(): 24.0
2024-07-15 19:38:52.157 INFO (SyncWorker_3) [custom_components.gree.climate] SyncState with SetTem=24.0
2024-07-15 19:38:52.157 INFO (SyncWorker_3) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:38:52.157 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:38:52.176 INFO (SyncWorker_3) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:38:52.176 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:38:52.176 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:38:52.176 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:38:52.177 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:38:52.178 INFO (SyncWorker_3) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 19:38:52.179 INFO (SyncWorker_3) [custom_components.gree.climate] Overwriting SetTem: 24
2024-07-15 19:38:52.179 INFO (SyncWorker_3) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 19:38:52.179 INFO (SyncWorker_3) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXlQ4/HnZqxscrV5sO2Cd0u1w5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:38:54.964 INFO (MainThread) [custom_components.gree.climate] available(): Device is online
2024-07-15 19:38:54.964 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:54.965 INFO (MainThread) [custom_components.gree.climate] supported_features(): 425
2024-07-15 19:38:54.965 INFO (MainThread) [custom_components.gree.climate] temperature_unit(): °C
2024-07-15 19:38:54.966 INFO (SyncWorker_6) [custom_components.gree.climate] set_temperature(): 23.0
2024-07-15 19:38:54.966 INFO (SyncWorker_6) [custom_components.gree.climate] SyncState with SetTem=23.0
2024-07-15 19:38:54.966 INFO (SyncWorker_6) [custom_components.gree.climate] Starting SyncState
2024-07-15 19:38:54.967 INFO (SyncWorker_6) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"KjqJvLi2KKKppyDnb5o0Os8nqruve9FQf8rsG9RnpK/9Sy37gcXi7RO665VwpDAcxFq6ofdUrmKlGGWMgT4fv2HrTN9fcUaPTin7sE51CcMm4ULeIRp/RkL0jFtos8qppdYf/zjMVzJ5UyuN1UtXCyy0brboMASPbChEMMho/GpK4yXlmKNH1xe6YG9oCg/xOXx9lQAd4MFgiZIMRhI7alBbkxKRPWTGYSu8KAfVyFSM1/YW2CafB64b9zBZwFi5441Ii6hoAzOswo/EHIOj/guyB+hhXRAz92/MUwPCq1I=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:38:54.984 INFO (SyncWorker_6) [custom_components.gree.climate] Setting acOptions with retrieved HVAC values
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Pow: 1
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Mod: 0
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SetTem: 24
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting WdSpd: 0
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Air: 0
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Blo: 0
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Health: 0
2024-07-15 19:38:54.985 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwhSlp: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Lig: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwingLfRig: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SwUpDn: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Quiet: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting Tur: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting StHt: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemUn: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting HeatCoolType: 0
2024-07-15 19:38:54.986 INFO (SyncWorker_6) [custom_components.gree.climate] Setting TemRec: 0
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SvSt: 0
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Setting SlpMod: 0
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Done setting acOptions
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Overwriting acOptions with new settings
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Overwriting SetTem: 23
2024-07-15 19:38:54.987 INFO (SyncWorker_6) [custom_components.gree.climate] Done overwriting acOptions
2024-07-15 19:38:54.988 INFO (SyncWorker_6) [custom_components.gree.climate] Fetching(192.168.2.149, 7000, 10, {"cid":"app","i":0,"pack":"LLD0PG9hOKIEo+6qG3P7qAIOQDcTzfZLlUQZu0/A5pjYrdgpJwUrdqIv8aHdma3zcxo5vsvwu4Gri30g7unLCGeTpv7qzWvBTjDb+eb1HXICKPal6XrxI6k3pkIp0qWrNK4k6vZkPkAheKDnfvtS3L9OSk1LIOtDCOK2sWNMzT8RYQnX9sqtOd6HSHjmCblOoBYEmbw0ND1HiA3ufAhoXhGhHqsCOEO+8gobC9taW3tw5XVTLHh4jtwIMEJjmF7ucOV1Uyx4eI7cCDBCY5he7pc4y1fxAawBugYegz8jlKs=","t":"pack","tcid":"502cc62940f4","uid":0})
2024-07-15 19:39:02.193 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547278933728] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2731, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2774, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 924, in async_service_temperature_set
    await entity.async_set_temperature(**kwargs)
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 724, in async_set_temperature
    await self.hass.async_add_executor_job(
TimeoutError: timed out
2024-07-15 19:39:05.001 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547278933728] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2731, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2774, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 924, in async_service_temperature_set
    await entity.async_set_temperature(**kwargs)
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 724, in async_set_temperature
    await self.hass.async_add_executor_job(
TimeoutError: timed out
2024-07-15 19:39:36.204 INFO (MainThread) [custom_components.gree.climate] should_poll()
2024-07-15 19:39:36.206 INFO (SyncWorker_8) [custom_components.gree.climate] update()
2024-07-15 19:39:36.207 INFO (SyncWorker_8) [custom_components.gree.climate] Starting SyncState
toughvj commented 1 month ago

do you use the HA mobile application to operate the device? Are you doing it through a browser? This integration does not use the websocket API and in the logs you have errors related to this.

jaku2019 commented 1 month ago

@toughvj I'm using Home Assistant in the Chromium browser. Through the app it isn't working neither.

Those websocket errors show every time I want to perform an action on the AC through the integration (mostly entity popup as it is the most convenient way - I simply search for gree entity, click on it and try to change random parameter).

vantech14 commented 1 month ago

I am also having issues with connections. The ACs are readily accessible but the integration fails to connect.

Interesting the nodered integration also fails to connect.

I don't have any encryption setup, didn't think this was required as the integration worked fine before?

jaku2019 commented 1 month ago

@vantech14 Thank you for joining the discussion. Right now I don't have the encryption_key set either.

@toughvj I don't think it's relevant, but some time ago I had to roll HA back to an older version. Right now I'm on 2024.7.2.

toughvj commented 1 month ago

@jaku2019 I think, you have a mess with your websocket API, maybe because of rolling back HA.

jaku2019 commented 1 month ago

@toughvj Thank you. Unfortunately reinstalling the oldest backup possible didn't help. Do you know if there is any "check files" option?

spupetic commented 1 month ago

The same thing happens with my unit as well. Sometimes, the action works, but like 10-20 seconds after I press the button, and I have timeout errors, and nowadays no action works at all, I don't get any errors, but the device becomes unavailable frequently.

RobHofmann commented 1 month ago

@toughvj I must say I have similar experiences since we started messing with the way we check for the device "online"/"offline" (the PR from a while back).

Gree devices are unfortunately a lot less stable than you'd like. I think we need to revisit this.

toughvj commented 1 month ago

device availability check can be disabled by disable_available_check: true

RobHofmann commented 1 month ago

This works initially. However after a while (not all the time) HomeAssistant can no longer send commands to the AC or they will take minutes to be executed. Something appears to go broke/stuck here.

jaku2019 commented 2 weeks ago

@jaku2019 I think, you have a mess with your websocket API, maybe because of rolling back HA.

I checked on a clean installation and the same problem occurs. The same Websocket API is displayed, I've created a thread on HA forum. https://community.home-assistant.io/t/unexpected-exception-websocket-api-error-with-gree-hvac/762026