hi, some weeks ago, my Shelly 3EM did a reset of all its values after a power outage. Is there a possibility to set the accumulated values, so I can continue with my previous values? (By API, cli, MQTT...)
I'm talking about 'total' & 'total_returned'. I store these values in a database, and now the data is not correct anymore.
So I was wondering if I can set a new start value for these totals, and the device will count from there.
I already played around with the API and was able to grab some data and even change settings on the device like the name (POST http://192.168.0.35/settings?name=testshelly), tranfsformer type (POST http://192.168.0.35/settings/emeter/0?ctraf_type=120), but when I do eg POST http://192.168.0.35/emeter/0?total=20, the command is accepted, but nothing changes.
thanks!