modpoll icon indicating copy to clipboard operation
modpoll copied to clipboard

Multiple devices?

Open njh opened this issue 1 year ago • 3 comments

I have multiple Heatmiser Modbus Room Thermostats.

Is it possible to describe a device type and then specify multiple device ids for that device type? Or do you have to repeat the configuration for each device?

njh avatar Nov 06 '24 21:11 njh

It is possible for Modbus TCP devices but not Modbus RTU devices yet.

gavinying avatar Nov 07 '24 05:11 gavinying

How do you configure multiple Modbus TCP devices?

njh avatar Nov 10 '24 10:11 njh

Since TCP device's IP address info is not included in the config file, so the config can be reused for all same type devices. To connect to multiple devices, I usually use multiple docker containers in a docker-compose file. For example, we can run multiple modsim devices locally or on cloud and connect to them via a single publicly shared modsim config file.

gavinying avatar Nov 15 '24 02:11 gavinying