i did the auth in my hassio UI but if i start my coffeemachine nothing happens.
if i start my machine manually, it is working and i can get my coffee via the buttons in the UI
2018-12-12 23:06:41 WARNING (MainThread) [homeassistant.loader] You are using a custom component for homeconnect which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-12-12 23:06:44 ERROR (SyncWorker_3) [custom_components.homeconnect] <bound method HomeConnectAppliance.get_programs_active of HomeConnectAppliance(hc, haId='SIEMENS-XXXXXXX', vib='XXXXXXX', brand='Siemens', type='CoffeeMaker', name='Kaffeevollautomat', enumber='XXXXXX/03', connected=True)> {'key': 'SDK.Error.NoProgramActive', 'description': 'There is no program active'}
2018-12-12 23:06:45 ERROR (SyncWorker_3) [custom_components.homeconnect] Error while executing <bound method HomeConnectAppliance.get_programs_active of HomeConnectAppliance(hc, haId='SIEMENS-TXXXXXXXXXXX', vib='TI909701HC', brand='Siemens', type='CoffeeMaker', name='Kaffeevollautomat', enumber='XXXXXX3', connected=True)>. Retry #1
2018-12-12 23:06:45 ERROR (SyncWorker_3) [custom_components.homeconnect] <bound method HomeConnectAppliance.get_programs_active of HomeConnectAppliance(hc, haId='SIEMENS-XXXXX', vib='TXXXXXXX', brand='Siemens', type='CoffeeMaker', name='Kaffeevollautomat', enumber='XXXXXC/03', connected=True)> {'key': 'SDK.Error.NoProgramActive', 'description': 'There is no program active'}
2018-12-13 00:10:08 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2967527792] Received {'type': 'call_service', 'domain': 'switch', 'service': 'turn_on', 'service_data': {'entity_id': 'switch.kaffeevollautomat'}, 'id': 16}
2018-12-13 00:10:08 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=switch, service=turn_on, service_data=entity_id=switch.kaffeevollautomat>
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [custom_components.switch.homeconnect] tried to switch on Kaffeevollautomat
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [requests_oauthlib.oauth2_session] Invoking 0 protected resource request hooks.
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [requests_oauthlib.oauth2_session] Adding token {'id_token': 'xxx', 'access_token': 'xxx', 'expires_in': 81336.79819726944, 'scope': ['Dryer-Settings', 'Washer-Control', 'Dryer-Monitor', 'Settings', 'IdentifyAppliance', 'Washer-Settings', 'CoffeeMaker', 'Washer', 'Hob-Settings', 'Oven-Monitor', 'Hood-Control', 'WasherDryer-Monitor', 'Oven-Settings', 'CoffeeMaker-Monitor', 'Monitor', 'Hob-Monitor', 'WasherDryer-Control', 'Dishwasher-Control', 'Dishwasher', 'Dryer-Control', 'CleaningRobot-Control', 'WasherDryer', 'Dishwasher-Settings', 'Hood', 'Dryer', 'FridgeFreezer-Monitor', 'CleaningRobot-Settings', 'Dishwasher-Monitor', 'CoffeeMaker-Settings', 'FridgeFreezer-Settings', 'CleaningRobot-Monitor', 'CoffeeMaker-Control', 'Washer-Monitor', 'Hood-Monitor', 'Hood-Settings', 'WasherDryer-Settings'], 'refresh_token': 'xxx', 'token_type': 'Bearer', 'expires_at': 1544737302.7981973} to request.
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [requests_oauthlib.oauth2_session] Requesting url https://api.home-connect.com/api/homeappliances/SIEMENS-TI909701HC-68A40E07D5B7/settings/BSH.Common.Setting.PowerState using method PUT.
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [requests_oauthlib.oauth2_session] Supplying headers {'Content-Type': 'application/vnd.bsh.sdk.v1+json', 'Authorization': 'Bearer xxx'} and data {"data": {"key": "BSH.Common.Setting.PowerState.On"}}
2018-12-13 00:10:08 DEBUG (SyncWorker_4) [requests_oauthlib.oauth2_session] Passing through key word arguments {}.
2018-12-13 00:10:08 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2967527792] Sending {'id': 16, 'type': 'result', 'success': True, 'result': None}