You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed the last couple days that I am unable to toggle my Wyze bulbs on and off through HA. I can dim them, and change the color temperature, but not turn them all the way off. I updated HA, HACS, and the Wyze integration, with no change in behavior. The error entry in the log reads as follows:
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/wyzeapi/light.py:143
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 11:31:53 PM (9 occurrences)
Last logged: 11:36:01 PM
[548193491168] turn_on() missing 1 required positional argument: 'local_control'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 193, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1704, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1741, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 680, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 964, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 717, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/light/init.py", line 553, in async_handle_light_on_service
await light.async_turn_on(**filter_turn_on_params(light, params))
File "/config/custom_components/wyzeapi/light.py", line 143, in async_turn_on
loop.create_task(self._bulb_service.turn_on(self._bulb))
TypeError: turn_on() missing 1 required positional argument: 'local_control'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have noticed the last couple days that I am unable to toggle my Wyze bulbs on and off through HA. I can dim them, and change the color temperature, but not turn them all the way off. I updated HA, HACS, and the Wyze integration, with no change in behavior. The error entry in the log reads as follows:
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/wyzeapi/light.py:143
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 11:31:53 PM (9 occurrences)
Last logged: 11:36:01 PM
[548193491168] turn_on() missing 1 required positional argument: 'local_control'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 193, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1704, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1741, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 680, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 964, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 717, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/light/init.py", line 553, in async_handle_light_on_service
await light.async_turn_on(**filter_turn_on_params(light, params))
File "/config/custom_components/wyzeapi/light.py", line 143, in async_turn_on
loop.create_task(self._bulb_service.turn_on(self._bulb))
TypeError: turn_on() missing 1 required positional argument: 'local_control'
Beta Was this translation helpful? Give feedback.
All reactions