thegridelectric / gw-scada-spaceheat-python

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

Connection to local MQTT broker does not really work. #213

Open anschweitzer opened 1 year ago

anschweitzer commented 1 year ago

We have machinery in place to allow Scada to connect to a local MQTT broker as well as to the ATN MQTT broker, but we have no current active use case for communicating to the local MQTT broker and were we to add one, a number of issues would need to be resolved - the existing code is insufficient and would not really work.

See also similar issue in proactor.

The use cases for a local mqtt broker include:

  1. Sensors on the pi that already report over mqtt
  2. Other devices on the local area network that already communicate over mqtt.
  3. Our own code, for some reason running on another PI, e.g. a HomeAloneish node in the same home but not on the pi.

Issues to be resolved include: