thegridelectric / gw-scada-spaceheat-python

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

We need a policy for responding to power meter comm issues #163

Open anschweitzer opened 1 year ago

anschweitzer commented 1 year ago

One possibility:

Probably if we go to read and we aren’t connected, always try to reconnect immediately. If that fails, on next read try again, using some exponential backoff policy up to 10 seconds. If we can’t connect for X time, switch to home alone. If we can’t connect for Y time, start pulling plugs.

We need to provide visibility into what is going on.