Apollon77 / ioBroker.smartmeter

ioBroker-Adapter to read out Smart-Meter using protocols like SML, D0 and such
MIT License
36 stars 17 forks source link

Sync to instances of smartmeter adapter #359

Closed danickel closed 1 year ago

danickel commented 1 year ago

I have to meters in series. In between there is the heating pump. To get the current consumption of the heating pump I have to substract consumption of meter2 from meter1. This I want to do in iobroker, but the problem is that the two instances of the smartmeter adapter are reading the values asynchron.

My feature request is, to have an option to synchronize instances that they are reading the meters at the same time or to have one adapter where I can add more than one meter and that they are then reading at the same time.

Regards, danickel

Apollon77 commented 1 year ago

duplicate https://github.com/Apollon77/ioBroker.smartmeter/issues/326