Hi,
for the binding I am currently developing (for the German Enera project) I get live power consumption data via MQTT. Unfortunately, I can’t control the frequency of these messages which arrive a little faster than 1/s.
Is it advisable to pass these updates through to the channels or should I only send every 10th/30th/… update, maybe with some averaging logic?
Should I leave this in the user‘s hands by making it configurable? If yes, what would be a good standard value?
Thanks for you input!