mycontroller-org / mycontroller-v1-legacy

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

Set sensorvariable value on server only (without transmit) #498

Open seant100 opened 5 years ago

seant100 commented 5 years ago

Refer : https://forum.mycontroller.org/topic/146/how-to-set-sensor-value-with-javascript/6

I have "virtual"/"fake" sensor variables which calculate percentage and litres based on the distance sent. I need to be able set those in javascript without MyController sending a payload. This is especially important with ACK enabled as when ACK is enabled it causes more issues.

Thanks