ioBroker / ioBroker.modbus

Modbus adapter for ioBroker
MIT License
50 stars 28 forks source link

Synchronisation of two instances #563

Open dannyocean1 opened 1 month ago

dannyocean1 commented 1 month ago

Hi,

can somebody help me with this question? I habe two modbus instances running. Each instance is collecting every 20 seconds data of input registers of a Sungrow pv inverter. Is it possible to synchronize the polling of both instances? At the moment there is a difference of some seconds between the instances.

Thanks for helping

Apollon77 commented 1 month ago

I am not sure how this should work ... you will also not be really able to make sure that devices answer at the same speed and and and what exactly is the goal of this?

dannyocean1 commented 1 month ago

I want to calculate the electric energy flow. The sum of energy production, consumtion and grid feed should be zero. That is not the case in the moment maybe due to the time differences. Of course you are right that the answering speed may be different at least. But I think nevertheless it should help when the requests are synchronized.