Uowis
Décembre 30, 2021, 2:54
20
la courbe de Tuya Zigbee Air smart box est vraiment pas ouf,… il y énormément de données (toutes les 1/3 de s). Ca fait ramer Home assistant. Mon raspi3 b+ galère pour afficher les graphes et maintenant galère même a fonctionner correctement,…
Et voici une issue correspondante :
opened 03:33PM - 27 Jul 21 UTC
closed 12:01AM - 16 Sep 21 UTC
problem
stale
I use the tuya air quality sensor. It is a slightly different, round [version](h… ttps://nl.aliexpress.com/item/1005002511043244.html), but the thumbprints are matching.
(i had some trouble setting it up, thinking it was not supported, but I think I've reversed all the custom configurations and now it is working) "manufName":"_TZE200_yvx5lh6k"
The device is working great, routing and all. But it seems to be spamming my network with updates about it's sensors.
Temperature, humidity, voc, etc etc.
This is not really a problem, but the Home Assistant database is quickly filling up.
I've tried to find a way to limit the amount of spamming with 'debounce'. It seems to work a bit, but not sufficient. Still about every 3 seconds updated sensor data is published.
I use the zigbee2mqtt on windows.

I assume it has something to do with "maximum_report_interval":10,"minimum_report_interval":1,"reportable_change":1
But I'm not sure if that is the way to fix the problem, the device would still spam I guess.
And I do not know where to set those parameters or how.
(I did enable the webinterface and went to the device, reporting tab. The parameters are there, but I'm unsure what parameters to enter and what cluster and attributes to select)