hllhll / HomeAssistant-EKON-iAircon

EKON iAircon / Tadiran climate component written in Python3 for Home Assistant. On the bases of Gree Climate component for easier interfacing with HASS
GNU General Public License v3.0
14 stars 7 forks source link

AC Stop Working, needed hard reset #17

Closed HawkUser closed 2 years ago

HawkUser commented 3 years ago

After 3 minutes from starting the AC from the integration, the AC stopped working, the wall controller looks like he is "working" and the AirConet+ is not connected to the device, workaround: A. rest the AC using the Power Circuit breaker. B. pull off the power cable of the ekon device and replug it.

HawkUser commented 3 years ago

Log. 2020-09-18 07:10:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:10:11 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:10:31 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:10:51 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:11:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:11:11 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:11:31 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:11:51 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:11:53 INFO (SyncWorker_4) [custom_components.ekon.climate] set_hvac_mode(): cool 2020-09-18 07:11:53 INFO (SyncWorker_4) [custom_components.ekon.climate] SyncSelfToEkonObj 2020-09-18 07:11:53 INFO (SyncWorker_4) [custom_components.ekon.climate] Syncing to remote, state 2020-09-18 07:11:53 INFO (SyncWorker_4) [custom_components.ekon.climate] {"mac": "60019435AA7E", "onoff": 170, "mode": 17, "fan": 1, "envTemp": 28, "tgtTemp": 25} 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,0,0,0,1,24,0,-26,11,1,-65,37],"deviceStatus":{"id":2525,"mac":"60019435AA7E","onoff":85,"light":0,"mode":17,"fan":0,"envTemp":28,"envTempShow":28,"tgtTemp":23,"deviceType":"0","type":"AC"}} 2020-09-18 07:11:55 INFO (Thread-12) [custom_components.ekon.climate] (controller) Refreshing HVAC Data 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] [{'id': 2525, 'mac': '60019435AA7E', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 0, 'envTemp': 28, 'envTempShow': 28, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}] 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 28 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): auto 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:11:55 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] {"allOn":true} 2020-09-18 07:11:55 DEBUG (Thread-12) [custom_components.ekon.climate] allOn message! 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,-86,0,-86,0,17,0,1,0,0,1,24,0,-6,11,1,-52,51],"deviceStatus":{"id":2525,"mac":"60019435AA7E","onoff":170,"light":0,"mode":17,"fan":1,"envTemp":28,"envTempShow":28,"tgtTemp":25,"deviceType":"0","type":"AC"}} 2020-09-18 07:11:56 INFO (Thread-12) [custom_components.ekon.climate] (controller) Refreshing HVAC Data 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] [{'id': 2525, 'mac': '60019435AA7E', 'onoff': 170, 'light': 0, 'mode': 17, 'fan': 1, 'envTemp': 28, 'envTempShow': 28, 'tgtTemp': 25, 'deviceType': '0', 'type': 'AC'}] 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): off 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 28 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 25 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:11:56 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] {"allOn":false} 2020-09-18 07:11:56 DEBUG (Thread-12) [custom_components.ekon.climate] allOn message! 2020-09-18 07:11:56 INFO (SyncWorker_4) [custom_components.ekon.climate] b'{"returnCode":0,"values":[{"id":2525,"mac":"60019435AA7E","onoff":170,"light":0,"mode":17,"fan":1,"envTemp":28,"envTempShow":28,"tgtTemp":25,"deviceType":"0","type":"AC"}]}' 2020-09-18 07:11:56 INFO (SyncWorker_4) [custom_components.ekon.climate] onoff changed is_on: True 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): off 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 28 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 25 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:11:57 INFO (SyncWorker_7) [custom_components.ekon.climate] set_hvac_mode(): cool 2020-09-18 07:11:57 INFO (SyncWorker_7) [custom_components.ekon.climate] SyncSelfToEkonObj 2020-09-18 07:11:57 INFO (SyncWorker_7) [custom_components.ekon.climate] Syncing to remote, state 2020-09-18 07:11:57 INFO (SyncWorker_7) [custom_components.ekon.climate] {"mac": "60019435AA7E", "onoff": 170, "mode": 17, "fan": 1, "envTemp": 28, "tgtTemp": 25} 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,0,0,0,1,24,0,-26,11,1,-65,37],"deviceStatus":{"id":2525,"mac":"60019435AA7E","onoff":85,"light":0,"mode":17,"fan":0,"envTemp":28,"envTempShow":28,"tgtTemp":23,"deviceType":"0","type":"AC"}} 2020-09-18 07:11:57 INFO (Thread-12) [custom_components.ekon.climate] (controller) Refreshing HVAC Data 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] [{'id': 2525, 'mac': '60019435AA7E', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 0, 'envTemp': 28, 'envTempShow': 28, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}] 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] {"allOn":true} 2020-09-18 07:11:57 DEBUG (Thread-12) [custom_components.ekon.climate] allOn message! 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 28 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): auto 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:11:57 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:59 INFO (SyncWorker_7) [custom_components.ekon.climate] b'{"returnCode":0,"values":[{"id":2525,"mac":"60019435AA7E","onoff":170,"light":0,"mode":17,"fan":1,"envTemp":28,"envTempShow":28,"tgtTemp":25,"deviceType":"0","type":"AC"}]}' 2020-09-18 07:11:59 INFO (SyncWorker_7) [custom_components.ekon.climate] onoff changed is_on: True 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 28 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): auto 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:11:59 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:12:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:12:11 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:12:31 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:12:51 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:13:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:13:11 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:13:31 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:13:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:14:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:14:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:14:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:14:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:15:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:15:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:15:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:15:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:16:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:16:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:16:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,0,0,0,1,4,0,-26,11,1,110,-25],"deviceStatus":{"id":2525,"mac":"60019435AA7E","onoff":85,"light":0,"mode":17,"fan":0,"envTemp":26,"envTempShow":26,"tgtTemp":23,"deviceType":"0","type":"AC"}} 2020-09-18 07:16:42 INFO (Thread-12) [custom_components.ekon.climate] (controller) Refreshing HVAC Data 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] [{'id': 2525, 'mac': '60019435AA7E', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 0, 'envTemp': 26, 'envTempShow': 26, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}] 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 26 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): auto 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:16:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] {"allOn":true} 2020-09-18 07:16:42 DEBUG (Thread-12) [custom_components.ekon.climate] allOn message! 2020-09-18 07:16:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:17:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:17:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:17:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:17:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:18:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:18:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:18:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,0,0,0,0,-6,0,-26,11,1,70,-30],"deviceStatus":{"id":2525,"mac":"60019435AA7E","onoff":85,"light":0,"mode":17,"fan":0,"envTemp":25,"envTempShow":25,"tgtTemp":23,"deviceType":"0","type":"AC"}} 2020-09-18 07:18:42 INFO (Thread-12) [custom_components.ekon.climate] (controller) Refreshing HVAC Data 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] [{'id': 2525, 'mac': '60019435AA7E', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 0, 'envTemp': 25, 'envTempShow': 25, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}] 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off'] 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high'] 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 25 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): auto 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] name(): Ekon2525 2020-09-18 07:18:42 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] ws_on_message() - WS Got message: 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] {"allOn":true} 2020-09-18 07:18:42 DEBUG (Thread-12) [custom_components.ekon.climate] allOn message! 2020-09-18 07:18:52 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:19:02 INFO (MainThread) [custom_components.ekon.climate] should_poll():False 2020-09-18 07:19:12 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping 2020-09-18 07:19:32 DEBUG (Thread-13) [custom_components.ekon.climate] Sending WS Heartbeat ping

hllhll commented 3 years ago

First, thanks for reporting Second, Could you update to the latest version and see if it still persists? (or was it on the latest ver) Did it used to happen with Tadiran connect?

Frankly, I have no Idea why such thing happen. though I Have yet to test on/off thoroughly (I have it on 24/7) At first when I was developing this I did stumbled upon similar issues but since then I've not encountered them.

P.S. The log also does not provide any hint to what is the problem :/ everything seems fine

HawkUser commented 3 years ago

First, thanks for reporting Second, Could you update to the latest version and see if it still persists? (or was it on the latest ver) Did it used to happen with Tadiran connect?

Frankly, I have no Idea why such thing happen. though I Have yet to test on/off thoroughly (I have it on 24/7) At first when I was developing this I did stumbled upon similar issues but since then I've not encountered them.

P.S. The log also does not provide any hint to what is the problem :/ everything seems fine

Hi, I tried 2 days in a raw, using Airconet+ And. 2 days with your magical plug-in ;), unfortunately it is happening only when using your plugin

hllhll commented 3 years ago

The only thing I can currently suggest is to go back to Tadiran with v0.2 here.

When I'll have a long-lasting working setup of my HA and I might encounter it it might get debugged. Also if you could find a trigger for that that would also be great.

HawkUser commented 3 years ago

Hi, after more than a week that I used the AirConet+ directly without any issues, I decided to reinstall the plugin from scratch on a clean installation, but the same problem again, after 30 seconds - 1 minute the AC stops working and the wifi box stuck and need to restart it, when I just restarting the wifi box, the AC continue to work.

liorm0505 commented 3 years ago

Hi Niv,

I had the same problem like you. I ended up returning to tadiran's app. I am not experience any issues with the box ever since, however sometimes the 'off' command doesn't work (this is what drove me to move to airconnect+). For me it seems like a plausible solution.

HawkUser commented 3 years ago

I moved to airconet+ from airconet due airconet sunset, the Tadiran connect app was really terrible

hllhll commented 3 years ago

Does this happens usually in response to on/off commands? -My ac was off, tried to switch to cool, that shouldn't look like this: image

Note that for my testing, I Rarely turn off/on, usually just degrees and checking against the app and the lcd screen (AC is on for me 100% of the summer, let alone these closures...

Log:

home-assistant   | 2020-10-14 22:19:15 INFO (SyncWorker_8) [custom_components.ekon.climate] set_hvac_mode(): cool
home-assistant   | /usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host 'www.activate-ac.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
home-assistant   |   warnings.warn(
home-assistant   | 2020-10-14 22:19:15 INFO (SyncWorker_8) [custom_components.ekon.climate] SyncSelfToEkonObj
home-assistant   | 2020-10-14 22:19:15 INFO (SyncWorker_8) [custom_components.ekon.climate] Syncing to remote, state
home-assistant   | 2020-10-14 22:19:15 INFO (SyncWorker_8) [custom_components.ekon.climate] {"mac": "xxxxxxx", "onoff": 170, "mode": 17, "fan": 1, "envTemp": 26, "tgtTemp": 25}
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,1,0,0,1,4,0,-26,11,1,99,119],"deviceStatus":{"id":yyyy,"mac":"xxxxxxx","onoff":85,"light":0,"mode":17,"fan":1,"envTemp":26,"envTempShow":26,"tgtTemp":23,"deviceType":"0","type":"AC"}}
home-assistant   | 2020-10-14 22:19:16 INFO (Thread-5) [custom_components.ekon.climate] (controller) Refreshing HVAC Data
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] [{'id': yyyy, 'mac': 'xxxxxxx', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 1, 'envTemp': 26, 'envTempShow': 26, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}]
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high']
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 26
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] name(): MyHvac
home-assistant   | 2020-10-14 22:19:16 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] {"allOn":true}
home-assistant   | 2020-10-14 22:19:16 DEBUG (Thread-5) [custom_components.ekon.climate] allOn message!
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,-86,0,-86,0,17,0,1,0,0,1,4,0,-6,11,1,29,-15],"deviceStatus":{"id":yyyy,"mac":"xxxxxxx","onoff":170,"light":0,"mode":17,"fan":1,"envTemp":26,"envTempShow":26,"tgtTemp":25,"deviceType":"0","type":"AC"}}
home-assistant   | 2020-10-14 22:19:17 INFO (Thread-5) [custom_components.ekon.climate] (controller) Refreshing HVAC Data
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] [{'id': yyyy, 'mac': 'xxxxxxx', 'onoff': 170, 'light': 0, 'mode': 17, 'fan': 1, 'envTemp': 26, 'envTempShow': 26, 'tgtTemp': 25, 'deviceType': '0', 'type': 'AC'}]
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high']
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): off
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 26
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 25
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] name(): MyHvac
home-assistant   | 2020-10-14 22:19:17 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] {"allOn":false}
home-assistant   | 2020-10-14 22:19:17 DEBUG (Thread-5) [custom_components.ekon.climate] allOn message!
home-assistant   | 2020-10-14 22:19:17 INFO (SyncWorker_8) [custom_components.ekon.climate] b'{"returnCode":0,"values":[{"id":yyyy,"mac":"xxxxxxx","onoff":170,"light":0,"mode":17,"fan":1,"envTemp":26,"envTempShow":26,"tgtTemp":25,"deviceType":"0","type":"AC"}]}'
home-assistant   | /usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host 'www.activate-ac.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
home-assistant   |   warnings.warn(
home-assistant   | 2020-10-14 22:19:17 INFO (SyncWorker_8) [custom_components.ekon.climate] onoff changed is_on: True
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high']
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): off
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 26
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 25
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] name(): MyHvac
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] should_poll():False
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] {"requestBytes":[1,3,16,0,85,0,-86,0,17,0,1,0,0,1,4,0,-26,11,1,99,119],"deviceStatus":{"id":yyyy,"mac":"xxxxxxx","onoff":85,"light":0,"mode":17,"fan":1,"envTemp":26,"envTempShow":26,"tgtTemp":23,"deviceType":"0","type":"AC"}}
home-assistant   | 2020-10-14 22:19:18 INFO (Thread-5) [custom_components.ekon.climate] (controller) Refreshing HVAC Data
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] [{'id': yyyy, 'mac': 'xxxxxxx', 'onoff': 85, 'light': 0, 'mode': 17, 'fan': 1, 'envTemp': 26, 'envTempShow': 26, 'tgtTemp': 23, 'deviceType': '0', 'type': 'AC'}]
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] hvac_modes(): ['auto', 'cool', 'dry', 'fan_only', 'heat', 'off']
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] min_temp(): 16
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] max_temp(): 30
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature_step(): 1
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] fan_list(): ['auto', 'low', 'medium', 'high']
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] hvac_mode(): cool
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] current_temperature(): 26
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] target_temperature(): 23
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] temperature_unit(): °C
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] fan_mode(): low
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] name(): MyHvac
home-assistant   | 2020-10-14 22:19:18 INFO (MainThread) [custom_components.ekon.climate] supported_features(): 9
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] ws_on_message() - WS Got message:
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] {"allOn":true}
home-assistant   | 2020-10-14 22:19:18 DEBUG (Thread-5) [custom_components.ekon.climate] allOn message!