Search found 1 match

by Nomistake
Sunday 06 March 2016 12:39
Forum: PHP and all others
Topic: How to handle devices with two values?
Replies: 0
Views: 635

How to handle devices with two values?

Hi there,

I came across a problem/puzzle I couldn't solve. I have a power outlet / kWh meter (monitor) that I want to create a blockly event on:


( iF (Monitor kWh - actual) > (10) )
( DO ( SET (Dummy Switch) = (ON) ) )
( ElseiF (Monitor kWh - actual) < (10) )
( DO ( SET (Dummy Switch) = (OFF ...