tjhowse / modbus4mqtt

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

Add support for encrypted sungrow modbus communication. #11

Closed tjhowse closed 3 years ago

tjhowse commented 3 years ago

Pending SungrowModbusTCPClient becoming distributed on pypi.

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.13%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   95.61%   95.48%   -0.14%     
==========================================
  Files           5        5              
  Lines         616      620       +4     
==========================================
+ Hits          589      592       +3     
- Misses         27       28       +1     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
modbus4mqtt/modbus_interface.py 95.06% <83.33%> (-1.05%) :arrow_down:
modbus4mqtt/modbus4mqtt.py 91.72% <100.00%> (ø)
tests/test_modbus.py 94.26% <0.00%> (-3.28%) :arrow_down:
tests/test_mqtt.py 99.28% <0.00%> (+1.42%) :arrow_up:

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 f98990f...1ddc921. Read the comment docs.