Hi.
I finally configured smartthing integration and defined sensors and scripts (no automations yet) for managing my 2 samsung windfree units.
Everytime I restart home assistant, one of my ACs switches on.
I can’t understand why…
I activated logs by doing this:
logger:
default: info
logs:
homeassistant.components.smartthings: debug
homeassistant.components.climate: debug
Then I rebooted (AC turned on again) and I checked the home-assistant.log.
Here are the debug lines:
2019-11-28 14:16:06 DEBUG (MainThread) [homeassistant.components.smartthings.smartapp] Setup endpoint for MYDDNSURL/api/webhook/f8dc1cdafd68659fef2dbf437c629c24f41eb6252faf600c5510357df90e7234
2019-11-28 14:16:31 DEBUG (MainThread) [homeassistant.components.smartthings.smartapp] Subscriptions for app 'a6a857f4-d91d-470d-9f8e-f56589bcdc28' are up-to-date
2019-11-28 14:16:33 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Alex&May (198f1df5-5960-d64b-37e1-7f9799c5a9ba) returned an invalid supported AC mode: wind
2019-11-28 14:16:33 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Myria (7394c24d-9f58-e912-892d-c583fce026e0) returned an invalid supported AC mode: wind
2019-11-28 14:17:46 DEBUG (MainThread) [homeassistant.components.smartthings] Push update received: {'location_id': '3d95cdee-5ce0-40ec-9999-737a6240cba3', 'device_id': '198f1df5-5960-d64b-37e1-7f9799c5a9ba', 'component_id': 'main', 'capability': 'execute', 'attribute': 'data', 'value': {'payload': {'supportedModes': ['Cool', 'Dry', 'Wind', 'Auto', 'Heat'], 'if': ['oic.if.baseline', 'oic.if.a'], 'rt': ['oic.r.mode'], 'modes': ['Heat']}}, 'data': {}}
2019-11-28 14:17:46 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Alex&May (198f1df5-5960-d64b-37e1-7f9799c5a9ba) returned an invalid supported AC mode: wind
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings] Push update received: {'location_id': '3d95cdee-5ce0-40ec-9999-737a6240cba3', 'device_id': '198f1df5-5960-d64b-37e1-7f9799c5a9ba', 'component_id': 'main', 'capability': 'execute', 'attribute': 'data', 'value': {'payload': {'x.com.samsung.da.supportedModes': ['Cool', 'Dry', 'Wind', 'Auto', 'Heat'], 'x.com.samsung.da.options': ['Comode_Nano', 'Sleep_0', 'OutdoorTemp_69', 'CoolCapa_20', 'WarmCapa_22', 'Autoclean_Off', 'Light_Off', 'Volume_100', 'AirMonitoring_Off', 'AutocleanProgress_1', 'StopAutoClean_Idle', 'FilterTime_4815', 'FilterAlarmTime_500', 'OptionCode_35880', 'ExtendOptionCode_7', 'RacInfo_None', 'UpdateAllow_NotAllowed'], 'if': ['oic.if.baseline', 'oic.if.a'], 'rt': ['x.com.samsung.da.mode'], 'x.com.samsung.da.modes': ['Heat']}}, 'data': {}}
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Alex&May (198f1df5-5960-d64b-37e1-7f9799c5a9ba) returned an invalid supported AC mode: wind
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings] Push update received: {'location_id': '3d95cdee-5ce0-40ec-9999-737a6240cba3', 'device_id': '7394c24d-9f58-e912-892d-c583fce026e0', 'component_id': 'main', 'capability': 'execute', 'attribute': 'data', 'value': {'payload': {'supportedModes': ['Cool', 'Dry', 'Wind', 'Auto', 'Heat'], 'if': ['oic.if.baseline', 'oic.if.a'], 'rt': ['oic.r.mode'], 'modes': ['Cool']}}, 'data': {}}
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Myria (7394c24d-9f58-e912-892d-c583fce026e0) returned an invalid supported AC mode: wind
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings] Push update received: {'location_id': '3d95cdee-5ce0-40ec-9999-737a6240cba3', 'device_id': '7394c24d-9f58-e912-892d-c583fce026e0', 'component_id': 'main', 'capability': 'execute', 'attribute': 'data', 'value': {'payload': {'x.com.samsung.da.supportedModes': ['Cool', 'Dry', 'Wind', 'Auto', 'Heat'], 'x.com.samsung.da.options': ['Comode_Off', 'Sleep_0', 'OutdoorTemp_69', 'CoolCapa_20', 'WarmCapa_22', 'Autoclean_Off', 'Light_Off', 'Volume_100', 'AirMonitoring_Off', 'AutocleanProgress_1', 'StopAutoClean_Idle', 'FilterTime_480', 'FilterAlarmTime_500', 'OptionCode_35880', 'ExtendOptionCode_7', 'RacInfo_None', 'UpdateAllow_NotAllowed'], 'if': ['oic.if.baseline', 'oic.if.a'], 'rt': ['x.com.samsung.da.mode'], 'x.com.samsung.da.modes': ['Cool']}}, 'data': {}}
2019-11-28 14:17:47 DEBUG (MainThread) [homeassistant.components.smartthings.climate] Device Clima Myria (7394c24d-9f58-e912-892d-c583fce026e0) returned an invalid supported AC mode: wind
2019-11-28 14:19:40 DEBUG (MainThread) [homeassistant.components.smartthings] Push update received: {'location_id': '3d95cdee-5ce0-40ec-9999-737a6240cba3', 'device_id': 'b66021f6-081d-4991-885b-949b1345c349', 'component_id': 'main', 'capability': 'switch', 'attribute': 'switch', 'value': 'off', 'data': {}}
(I removed my address)
It’s the first time that I activate and check debug, so please tell me if I did something wrong.
How can I find what switches that AC on everytime I restart?
Thanks