Closed chicagoandy closed 1 year ago
Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (wled
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
wled documentation wled source (message by IssueLinks)
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still happens.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
I have a WLED integration, the strip light includes multiple segments. These WLED entities are included in a scene.
Activating the scene will result in 150,000+ 'call_service' entries in events table. The looping of call_service will consume all resources and the system will hang. Unable to use 'script.turn_off" to abort the script. The only recover I've been able to find is a power-cycle of the server.
Note: attached logs and data below represent after attempting to abort the script & power_cycling the server
SELECT e.data_id, count(e.data_id), ed.shared_data FROM events e join event_data ed on e.data_id = ed.data_id where event_type = 'call_service' group by e.data_id order by count(e.data_id) desc
wled_debug.log wled_debug.log
What version of Home Assistant Core has the issue?
0.13.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
wled
Link to integration documentation on our website
https://www.home-assistant.io/integrations/wled/
Diagnostics information
wled_debug.log
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
WLED strip has multiple segments, and all 3 are included in the scene.
Community Forum Post with Screenshots: https://community.home-assistant.io/t/help-event-firing-160-000-times/552343/2