Hi Ashley, thank you for the guidance. Here is the log after clicking Run twice. The first click didn’t turn the lights up but it did trigger a log. The second click finally turned on the light but it still is dim.
Edit: Looks my WyzeAPI error creeped in there as I took down the log
2024-02-01 22:44:14.645 WARNING (MainThread) [homeassistant.components.system_log.external] easeOutCubic easing type with 100 ms delay. remainingTimeInMilliseconds = 4873, and absoluteBrightnessSpan = 50
2024-02-01 22:44:14.645 WARNING (MainThread) [homeassistant.components.system_log.external] startBrightness = 0, endBrightness = 50, and processingDelayInMilliseconds = 125
2024-02-01 22:44:14.787 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 4 brightness. (Linear brightness would have been 1.) Delay is 100 ms. Elapsed time is 0.27 seconds. (endBrightness is 50.)
2024-02-01 22:44:14.890 WARNING (MainThread) [homeassistant.components.system_log.external] Stopped Ashley’s Light Fader because Kitchen Light was turned off during the fade.
2024-02-01 22:44:21.803 ERROR (MainThread) [homeassistant.util.logging] Exception in handle_camera_update when dispatching 'wyzeapi.camera_updated-GW_GC1_D03F2773143A': (<Device: DeviceTypes.CAMERA, GW_GC1_D03F2773143A>,)
Traceback (most recent call last):
File "/config/custom_components/wyzeapi/switch.py", line 455, in handle_camera_update
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 945, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1066, in _async_write_ha_state
state, attr, capabilities, shadowed_attr = self.__async_calculate_state()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1003, in __async_calculate_state
state = self._stringify_state(available)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 951, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1557, in state
if (is_on := self.is_on) is None:
^^^^^^^^^^
File "/config/custom_components/wyzeapi/switch.py", line 444, in is_on
return self._device.motion
^^^^^^^^^^^^^^^^^^^
AttributeError: 'Camera' object has no attribute 'motion'
2024-02-01 22:44:22.041 WARNING (MainThread) [homeassistant.components.system_log.external] easeInOutSine easing type with 100 ms delay. remainingTimeInMilliseconds = 4878, and absoluteBrightnessSpan = 46
2024-02-01 22:44:22.041 WARNING (MainThread) [homeassistant.components.system_log.external] startBrightness = 4, endBrightness = 50, and processingDelayInMilliseconds = 120
2024-02-01 22:44:22.486 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 5 brightness. (Linear brightness would have been 8.) Delay is 100 ms. Elapsed time is 0.57 seconds. (endBrightness is 50.)
2024-02-01 22:44:22.722 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 6 brightness. (Linear brightness would have been 10.) Delay is 100 ms. Elapsed time is 0.8 seconds. (endBrightness is 50.)
2024-02-01 22:44:22.951 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 8 brightness. (Linear brightness would have been 12.) Delay is 100 ms. Elapsed time is 1.03 seconds. (endBrightness is 50.)
2024-02-01 22:44:23.180 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 10 brightness. (Linear brightness would have been 14.) Delay is 100 ms. Elapsed time is 1.26 seconds. (endBrightness is 50.)
2024-02-01 22:44:23.459 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 12 brightness. (Linear brightness would have been 17.) Delay is 100 ms. Elapsed time is 1.54 seconds. (endBrightness is 50.)
2024-02-01 22:44:23.694 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 15 brightness. (Linear brightness would have been 19.) Delay is 100 ms. Elapsed time is 1.78 seconds. (endBrightness is 50.)
2024-02-01 22:44:23.960 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 18 brightness. (Linear brightness would have been 21.) Delay is 100 ms. Elapsed time is 2.04 seconds. (endBrightness is 50.)
2024-02-01 22:44:24.196 WARNING (MainThread) [homeassistant.components.system_log.external] Set Kitchen Light to 22 brightness. (Linear brightness would have been 24.) Delay is 100 ms. Elapsed time is 2.28 seconds. (endBrightness is 50.)
2024-02-01 22:44:24.298 WARNING (MainThread) [homeassistant.components.system_log.external] Stopped Ashley’s Light Fader because Kitchen Light was found to be at 12%, a difference of 10 percentage points from the expected brightness of 22%, which is higher than the auto-cancel threshold of 10 percentage points.