-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"throttle" not throttling (some power meter are too talkative) #25030
Labels
problem
Something isn't working
Comments
Throttle is in 1.41.0 - the versions you mention precede the change ? |
Sorry, I hand typed those, it was meant to be 1.41.0 and 1.42.0 (will edit ticket) |
If the problem persists in 1.41.0 make sure that you don;t have a global 'debounce' setting as this takes preference. |
Well thought, but unfortunatly no global debounce to be found
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Hello !
Updated to 1.41.0 (and 1.42.0 since yesterday with a bit of hope) with the intent of using the 'throttle' (from pull #24122 ) on two _TZE204_ac0fhfiq TS0601_bidirectional_energy meters I set up a month ago to stat some energy in and outs
(for context, one is set at the edge of the 'household' after the main grid meter, the other at the leads to the solar panels on the roof, these clamps have a dead band of +/- 300VA of realtime power but cumulative kWh energy metrics are good enough)
The clamps are very talkative and average a message on the zigbee network every 0.2 to 3 seconds on average
Issue being: I have HASS with the homekit addon and I strongly suspect that these overly talkative meters are generating enough homekit traffic to drain ios/watchos devices (I used homebridge before switching to HASS around the same time, but it was struggling, maybe for the same reasons, dunno, that wasn't very log verbose)... I'm kind of fed up to have to charge my phone and watch more than twice a day... So when I saw the throttle option, I went for it :) (I'd actually end up filtering the meters in HASS if I knew how I could)
Thanks in advance :)
What did you expect to happen?
Having the 'throttle' (without 'debounce') set in the config:
I expected to see messages no more often than every ten seconds... but it's still coming it faster than wanted (screenshot above)
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.42.0
Adapter firmware version
20240710
Adapter
Sonoff Zigbee Plus
Setup
Debian container on Proxmox (with usb binding), mqtt on an Alpine Container
Debug log
log.log
The text was updated successfully, but these errors were encountered: