I am trying to make a modbus master that polls multiple slaves every 100ms.
The slaves have 10 buttons with each a count register wich goes up if you press the button. Right now i am polling the 10 registers for each slaves wich i think makes to modbus slow. However in the documentation there is a segement that says you could also poll the total count register and if this changes the you should poll all 10. I was looking for an implementation of this kind in esphome but i have not found anything yet. Anyone know how to do this?
If addresses are sequential, esphome only do one request