The LED Output toggle of an LED instance (wled on ESP32) always switches to "off" after a while. Sometimes it only takes a few seconds, other times several minutes.
The last few lines of the log:
Code
2024-02-18T16:11:34.132Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:11:34.133Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
2024-02-18T16:11:34.795Z [V4L2] (ERROR) Throws error nr: VIDIOC_DQBUF error code 19, No such device
2024-02-18T16:11:34.797Z [V4L2] (ERROR) VIDIOC_STREAMOFF error code 19, No such device
2024-02-18T16:11:36.430Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:11:36.430Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
2024-02-18T16:12:09.629Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:12:09.629Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
2024-02-18T16:12:11.165Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:12:11.166Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
2024-02-18T16:12:14.432Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:12:14.432Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
2024-02-18T16:20:16.129Z [LEDDEVICE|TV Main] (ERROR) Device disabled, device 'wled' signals error: 'Power-off request failed with error: 'Network request timeout error''
2024-02-18T16:20:16.132Z [LEDDEVICE|TV Main] (WARNING) Failed switching device wled OFF
Display More
Whats confusing about this is, that Wled is running just fine and I can access it via its IP on my network. If I just switch the toggle back to "on" in Hyperion it will keep working for a while.
Has anyone seen this behavior before?