Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 6.51 KB | None | 0 0
  1. 2019-10-23 07:44:50 INFO (SyncWorker_28) [homeassistant.components.influxdb.sensor] Running query: select min(value) as value from "°F" where "entity_id" = 'dark_sky_temperature' and time > now() - 24h
  2. 2019-10-23 07:45:11 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  3. Traceback (most recent call last):
  4.   File "/usr/src/homeassistant/homeassistant/core.py", line 1258, in _execute_service
  5.     await handler.func(service_call)
  6.   File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
  7.     self._platforms.values(), func, call, service_name, required_features
  8.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 348, in entity_service_call
  9.     future.result()  # pop exception if have
  10.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 370, in _handle_service_platform_call
  11.     await getattr(entity, func)(**data)
  12.   File "/usr/src/homeassistant/homeassistant/components/smartthings/switch.py", line 42, in async_turn_off
  13.     await self._device.switch_off(set_status=True)
  14.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 836, in switch_off
  15.     component_id, Capability.switch, Command.off)
  16.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 671, in command
  17.     self._device_id, component_id, capability, command, args)
  18.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 148, in post_device_command
  19.     API_DEVICE_COMMAND.format(device_id=device_id), data)
  20.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 387, in post
  21.     data=data)
  22.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 365, in request
  23.     data=data)
  24. pysmartthings.errors.APIResponseError: Internal Server Error (500): {"requestId": "931500F8-63E3-428A-BBFC-90C3E363D7EB", "error": {"code": "UnexpectedError", "message": "failed-acl-check", "details": []}}
  25. 2019-10-23 07:45:12 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.140581791022608] Internal Server Error (500): {"requestId": "33E494E3-DFC6-40E9-ACFF-0560B9D62A55", "error": {"code": "UnexpectedError", "message": "failed-acl-check", "details": []}}
  26. Traceback (most recent call last):
  27.   File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 133, in handle_call_service
  28.     connection.context(msg),
  29.   File "/usr/src/homeassistant/homeassistant/core.py", line 1233, in async_call
  30.     await asyncio.shield(self._execute_service(handler, service_call))
  31.   File "/usr/src/homeassistant/homeassistant/core.py", line 1258, in _execute_service
  32.     await handler.func(service_call)
  33.   File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
  34.     self._platforms.values(), func, call, service_name, required_features
  35.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 348, in entity_service_call
  36.     future.result()  # pop exception if have
  37.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 370, in _handle_service_platform_call
  38.     await getattr(entity, func)(**data)
  39.   File "/usr/src/homeassistant/homeassistant/components/smartthings/switch.py", line 42, in async_turn_off
  40.     await self._device.switch_off(set_status=True)
  41.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 836, in switch_off
  42.     component_id, Capability.switch, Command.off)
  43.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 671, in command
  44.     self._device_id, component_id, capability, command, args)
  45.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 148, in post_device_command
  46.     API_DEVICE_COMMAND.format(device_id=device_id), data)
  47.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 387, in post
  48.     data=data)
  49.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 365, in request
  50.     data=data)
  51. pysmartthings.errors.APIResponseError: Internal Server Error (500): {"requestId": "33E494E3-DFC6-40E9-ACFF-0560B9D62A55", "error": {"code": "UnexpectedError", "message": "failed-acl-check", "details": []}}
  52. 2019-10-23 07:45:14 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.140581791022608] Internal Server Error (500): {"requestId": "FEDFDB61-DD19-4F08-84B3-04FD5E606E24", "error": {"code": "UnexpectedError", "message": "failed-acl-check", "details": []}}
  53. Traceback (most recent call last):
  54.   File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 133, in handle_call_service
  55.     connection.context(msg),
  56.   File "/usr/src/homeassistant/homeassistant/core.py", line 1233, in async_call
  57.     await asyncio.shield(self._execute_service(handler, service_call))
  58.   File "/usr/src/homeassistant/homeassistant/core.py", line 1258, in _execute_service
  59.     await handler.func(service_call)
  60.   File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
  61.     self._platforms.values(), func, call, service_name, required_features
  62.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 348, in entity_service_call
  63.     future.result()  # pop exception if have
  64.   File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 370, in _handle_service_platform_call
  65.     await getattr(entity, func)(**data)
  66.   File "/usr/src/homeassistant/homeassistant/components/smartthings/switch.py", line 42, in async_turn_off
  67.     await self._device.switch_off(set_status=True)
  68.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 836, in switch_off
  69.     component_id, Capability.switch, Command.off)
  70.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/device.py", line 671, in command
  71.     self._device_id, component_id, capability, command, args)
  72.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 148, in post_device_command
  73.     API_DEVICE_COMMAND.format(device_id=device_id), data)
  74.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 387, in post
  75.     data=data)
  76.   File "/usr/local/lib/python3.7/site-packages/pysmartthings/api.py", line 365, in request
  77.     data=data)
  78. pysmartthings.errors.APIResponseError: Internal Server Error (500): {"requestId": "FEDFDB61-DD19-4F08-84B3-04FD5E606E24", "error": {"code": "UnexpectedError", "message": "failed-acl-check", "details": []}}
  79. 2019-10-23 07:45:21 INFO (SyncWorker_19) [homeassistant.components.influxdb.sensor] Rendering where: Template("time > now() - 30s")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement