You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
On volkszaehler (volkszaehler/vzlogger#272 (comment)) it was mentioned that reading registers one by one is much slower than reading blockwise.
This leads to the following ideas for improving readout performance or lowering load:
group device registers into groups that can be read at once
refactor the mqtt rate parameter (or add another one) to not limit pushing readings to mqtt but instead defer reading from device if rate is too high (NOTE: this would affect all consumers, not only mqtt)
The text was updated successfully, but these errors were encountered:
On volkszaehler (volkszaehler/vzlogger#272 (comment)) it was mentioned that reading registers one by one is much slower than reading blockwise.
This leads to the following ideas for improving readout performance or lowering load:
rate
parameter (or add another one) to not limit pushing readings to mqtt but instead defer reading from device if rate is too high (NOTE: this would affect all consumers, not only mqtt)The text was updated successfully, but these errors were encountered: