docs(S4PL-00416EU): rewrite "Noisy status updates" with concrete debounce recipe#5073
Closed
coyotte508 wants to merge 1 commit intoKoenkk:masterfrom
Closed
docs(S4PL-00416EU): rewrite "Noisy status updates" with concrete debounce recipe#5073coyotte508 wants to merge 1 commit intoKoenkk:masterfrom
coyotte508 wants to merge 1 commit intoKoenkk:masterfrom
Conversation
… recipe Replaces the vague link to a third-party HASS workaround with a copy-pasteable configuration.yaml snippet that uses Zigbee2MQTT's built-in 'debounce' option, together with 'debounce_ignore' for the switch states so on/off changes still propagate immediately. Verified on a Shelly Power Strip 4 Gen4 (S4PL-00416EU) on the Zigbee firmware: publish rate dropped from ~30 to ~5 messages per 30s with debounce=5, while switch state changes still arrive within the device's normal Zigbee response time (~200ms-3s). Refs Koenkk/zigbee2mqtt#30544
Author
|
Closing this — most users probably don't touch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs(S4PL-00416EU): rewrite "Noisy status updates" with a concrete debounce recipe
The existing note on the S4PL-00416EU device page acknowledged the device's frequent reporting but only linked to a third-party HASS write-up without telling users what to do. This PR replaces it with a copy-pasteable
configuration.yamlsnippet that uses Zigbee2MQTT's built-indebounce/debounce_ignoreoptions:debounce_ignoreis the important part: it makes sure switch state changes (and external button-press actions) flush the debounce buffer immediately, so user-visible behavior stays snappy.Verified on a real device
Shelly Power Strip 4 Gen4 (S4PL-00416EU) on the Zigbee firmware, zhc 26.12.0 / z2m 2.x:
debounce: 5andstate_*indebounce_ignore: ~5 publishes / 30 s.state_*weren't ignored).Refs Koenkk/zigbee2mqtt#30544, Shelly community thread.