Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple devices? #71

Open
njh opened this issue Nov 6, 2024 · 3 comments
Open

Multiple devices? #71

njh opened this issue Nov 6, 2024 · 3 comments
Labels
question Further information is requested

Comments

@njh
Copy link
Contributor

njh commented Nov 6, 2024

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?

@gavinying
Copy link
Owner

gavinying commented Nov 7, 2024

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

@njh
Copy link
Contributor Author

njh commented Nov 10, 2024

How do you configure multiple Modbus TCP devices?

@gavinying
Copy link
Owner

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 gavinying added the question Further information is requested label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants