Closed magicus closed 1 week ago
Hmm... Could it be these attributes which apparantly got 0 sec min rep interval. Try increasing them to 10 for example
Also try to reconfigure the device (yellow button) As for me, I can't see any spamming in MQTT explorer atleast.
Thinking about it those attributes dosent change much so spamming should be protected by min change aswell
So how often do you see a MQTT publish: topic 'zigbee2mqtt/laddbox'
in your Z2M log? Is it regularly updated, or only when a value changes?
Hm, I don't know what happened, but now it stopped. It might be that I reconfigured the device.
Yeah, only on value changes or if I refresh one attribute manually.
Strange ... I must say I've never seen that problem before.
It turns out my Amina S integration has been rapidly filling up my Home Assistant database, generating gigabytes in just a couple of days. I've worked around the problem for now by excluding all data from that device in the recorder, but that's not good - I really want to store the energy consumption, for instance!
So I started to try and figure out why this is the case. It seems that the converter is pushing a lot of MQTT updates; if I turn on "info" level logs in Z2M, I get a ton of Amina updates. Every fifth second, it pushes out something like this, which each message repeated 8 times:
From what I can tell, the messages are identical, except for the
elapsed
field, which has an (random?) integer in each field.Even a reporting every fifth second for values that does not change seem much (but it might be limitations in the Z2M model to do anything about that?), it should not have to be repeated 8 times.