ioBroker / ioBroker.modbus

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

individual timeout settings per device #19

Open adavt opened 6 years ago

adavt commented 6 years ago

It would be useful to have a possibility of individual control of frequency of poll of different devices on the tire in the multi ID mode

GermanBluefox commented 6 years ago

https://github.com/contactless/wb-mqtt -serial take some from here

cburghardt commented 5 years ago

I have a concrete use case for that. I am using modbus tcp to connect to Solaredge inverter. There is a master and salve inverter, querying the master is fast (poll interval a second) but to query the slave takes a lot more time. So I have set the timeout already to an enormous value but it still fails every 15 mins or so. If I have a chance to influence the devices separately this would help.

GermanBluefox commented 3 years ago

You can install different instances and set the timeouts separatly

cburghardt commented 3 years ago

Different devices don't work when the connection has to go via the master. Only the master accepts the modbus connection.

Am 14. Juni 2021 08:59:06 schrieb Bluefox @.***>:

You can install different instances and set the timeouts separatly — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

GermanBluefox commented 3 years ago

How many devices IDs do you have?