Hi there,
I’m doing some tests to play with Motion Detection and found the service ‘camera.enable_motion_detection’.
When I try to use it I receive the below message:
e[31m2017-12-10 10:31:39 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrievede[0m
Traceback (most recent call last):
File "/usr/lib/python3.6/asyncio/tasks.py", line 181, in _step
result = coro.throw(exc)
File "/usr/lib/python3.6/site-packages/homeassistant/core.py", line 1031, in _event_to_service_call
yield from service_handler.func(service_call)
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 152, in async_handle_camera_service
yield from camera.async_enable_motion_detection()
File "/usr/lib/python3.6/asyncio/futures.py", line 331, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
future.result()
File "/usr/lib/python3.6/asyncio/futures.py", line 244, in result
raise self._exception
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/camera/__init__.py", line 323, in enable_motion_detection
raise NotImplementedError()
Well, it’s clear is not implemented yet. Anyone knows the timelines for this?
Thanks in advance!