Page 1 of 1

Controlling other devices

PostPosted: Fri Apr 25, 2014 1:06 pm
by nicholasvanh
In the description it describes that this app can control lights gates and fire places. But for instance my fireplace needs a sustained contact closure for it to on. How do you go about setting it up to accomplish this. There is also a picture of a table lamp, obviously you wouldn't want it to just blink on a for second.....I must be missing something?

Re: Controlling other devices

PostPosted: Sat Apr 26, 2014 7:28 pm
by support
Hi,

The app triggers a relay. What the trigger does after, is up to you ... You could for
instance have something toggle the lamp/fireplace ON or OFF upon being triggered.

There has been a feature request to add latching output support to the app. See
following thread:

viewtopic.php?f=13&t=222

That feature will most likely be included in our next release. Add your vote on
that thread to make it count even more.

Best regards,

Re: Controlling other devices

PostPosted: Tue Aug 05, 2014 8:34 am
by ski73
I'm trying to control a garage light to latch on, I found some code for this on this board but I keep getting a compile error? Can anyone help?

Re: Controlling other devices

PostPosted: Thu Aug 07, 2014 7:59 pm
by support
You seem to be having extraneous closing braces } following the end of your ELSE block ...
Each opening brace '{' should have a matching closing brace '}' ...