we are using some Shelly Plus Plug S to measure the power consumption of electrical devices. The data is sent via MQTT to our IoT Platform - there, the data is stored and visualized.
The standard behaviour of the Shelly Plus Plug S is: Send a MQTT packet each minuteSend additional MQTT packets when changes in power consumption are monitored. These packets can be very frequent (we counted up to 15 packets per minute)
For our use case, this generates an unneccesary amount of data. What we would like to achieve is: only send a packet each 5 minutes (instead of each minute).More importantly, limit the number of additional packets. Currently, they are sent even if very small changes in power consumption are detected (2.9W -> 3.0W triggers a packet). A threshold would be very helpful here, e.g. only send an additional packet if the detected change is >5%.
We checked the configuration UI that the Shellys offer. For neither 1) nor 2) we found any setting there. However, we are aware that more configuration options exist than the ones that are shown in the UI.
Thanks & best regards