tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.
Other
75 stars 33 forks source link

Custom scan batching #15

Closed tjhowse closed 3 years ago

tjhowse commented 3 years ago

Add a configurable setting to allow for different batched modbus reads. This could help resolve #13 .

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   95.48%   95.67%   +0.18%     
==========================================
  Files           5        5              
  Lines         620      647      +27     
==========================================
+ Hits          592      619      +27     
  Misses         28       28              
Impacted Files Coverage Δ
modbus4mqtt/modbus4mqtt.py 91.72% <ø> (ø)
setup.py 0.00% <ø> (ø)
modbus4mqtt/modbus_interface.py 95.40% <100.00%> (+0.34%) :arrow_up:
tests/test_modbus.py 97.90% <100.00%> (+3.63%) :arrow_up:
tests/test_mqtt.py 97.85% <0.00%> (-1.43%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1bc9e10...d2fc071. Read the comment docs.