thegridelectric / gw-scada-spaceheat-python

GridWorks SCADA for space heating
MIT License
5 stars 2 forks source link

Re-subscribe on re-connected, command line utils. #69

Closed anschweitzer closed 2 years ago

anschweitzer commented 2 years ago

Actors and CloudBase now re-subscribe after re-connecting.

Command line consolidation:

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (cc7463b) into main (6f74ff5) will increase coverage by 2.29%. The diff coverage is 91.97%.

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   68.38%   70.67%   +2.29%     
==========================================
  Files         128      130       +2     
  Lines        4289     4365      +76     
==========================================
+ Hits         2933     3085     +152     
+ Misses       1356     1280      -76     
Impacted Files Coverage Δ
gw_spaceheat/actors/home_alone.py 46.42% <50.00%> (-1.85%) :arrow_down:
gw_spaceheat/actors/strategy_switcher.py 88.88% <66.66%> (+22.22%) :arrow_up:
gw_spaceheat/actors/actor_base.py 81.03% <71.42%> (+5.35%) :arrow_up:
gw_spaceheat/actors/cloud_base.py 79.80% <76.92%> (+5.80%) :arrow_up:
gw_spaceheat/actors/scada_base.py 71.25% <87.50%> (+1.58%) :arrow_up:
test/test_examples.py 95.34% <92.85%> (+13.86%) :arrow_up:
gw_spaceheat/command_line_utils.py 94.59% <94.59%> (ø)
gw_spaceheat/actors/atn.py 71.25% <100.00%> (-0.36%) :arrow_down:
gw_spaceheat/actors/boolean_actuator.py 74.62% <100.00%> (+44.77%) :arrow_up:
gw_spaceheat/actors/cloud_ear.py 59.42% <100.00%> (ø)
... and 12 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more