ioBroker / ioBroker.modbus

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

Two RPI Adapter as ModbusMaster #515

Closed Syil237 closed 3 months ago

Syil237 commented 4 months ago

I have two RPIs in the network and an energy meter Siemens PAC3200. When I access the energy meter with one of them, I can read the meter. When I then activate the second adapter, the first one can read but the second one cannot. It doesn't matter which one is activated first. Both adapters are set as Master and on TCP. Modbusadapter_RPI_2 ModbusadapterRPI_1

I want to be able to access the energy meter with both RPIs simultaneously.

Apollon77 commented 4 months ago

What does the log say of the instance that do not work? Is the energy meter Siemens PAC3200 capable to handle two concurrent TCP connections?

sakasitadi commented 3 months ago

ok, its solved. Screenshot 2024-06-03 210449

Apollon77 commented 3 months ago

So the device was only supporting one connection?