Instathings / modbus2mqtt

Modbus 🚌 to MQTT bridge 🌉
Other
38 stars 10 forks source link

Reading multiple devices fails #13

Open psy0rz opened 2 years ago

psy0rz commented 2 years ago

When using multiple devices, modbus2mqtt tries to read them parallel, which offcourse isnt possible. (since there is only one modbus)

I suspect this never has been tested nor supported. Its not obvous to me how to fix it without rewriting the scheduler.