mycontroller-org / mycontroller-v1-legacy

The Open Source Controller
http://www.MyController.org
Apache License 2.0
148 stars 90 forks source link

Status changes on send and should wait for status received #446

Open seant100 opened 6 years ago

seant100 commented 6 years ago

The status of a sensor is changed immediately when an update is sent to a node. This means even when a node is offline - it still shows the status of a relay as "on". Can you please change this to only change the statuses after a value is received from the node. For example: A relay is off. On dashboard I turn on relay. Keep relay as "OFF" on dashboard until "ON" is received by the node. Even better is to use a widget that shows "GOING ON" or "GOING OFF", but that is not essential. In this way the dashboard shows the actual node status and not the expected status