Mmodarre / pyfujitsu_for_homeassistant

MIT License
31 stars 33 forks source link

Unable to set Swing Mode #10

Open justinbyoung opened 5 years ago

justinbyoung commented 5 years ago

I get the following error when trying to set the swing mode:

Failed to call service climate/set_swing_mode.

and the following appears in the HA log:

Log Details (ERROR) Mon Jul 08 2019 10:07:09 GMT+1200 (New Zealand Standard Time) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 121, in handle_call_service connection.context(msg)) File "/usr/src/homeassistant/homeassistant/core.py", line 1150, in async_call self._execute_service(handler, service_call)) File "/usr/src/homeassistant/homeassistant/core.py", line 1172, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 194, in handle_service required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 316, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 337, in _handle_service_platform_call await getattr(entity, func)(*data) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 414, in set_swing_mode raise NotImplementedError() NotImplementedError