Search found 5 matches

by jhedelin
Wednesday 16 March 2016 21:21
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8496

Re: Remote with ONE (on button)

I have finally solved it, on the remote settings i choosed (Off Delay) 1 second. Then the remote will go OFF instead of going ON all the time.
After that i used blocky the turn the virtual switch on and off.
by jhedelin
Wednesday 16 March 2016 20:54
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8496

Re: Remote with ONE (on button)

Its not a doorbell, its a remote with one button, i want to use them to turn a light switch on and off.
by jhedelin
Wednesday 16 March 2016 20:02
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8496

Re: Remote with ONE (on button)

Ok, i have now tried the script Westscott wrote with no luck. Nothings happens. I created a script file called script_device_velton.lua in Domoticz/Scripts/Lua folder. ------------------------------- commandArray = {} if (devicechanged['Felton'] then if (otherdevices['VElton') == 'Off') then ...
by jhedelin
Monday 14 March 2016 20:57
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8496

Re: Remote with ONE (on button)

Hehe i have tried something like that, even if i set that the remote is a on/off switch, i cant get the remote to go OFF, not even with domoticz.... everytime i press the button on the remote or domoticz it gets the ON command only.... !
by jhedelin
Friday 11 March 2016 22:03
Forum: PHP and all others
Topic: Remote with ONE (on button)
Replies: 13
Views: 8496

Remote with ONE (on button)

I have a remote that can only send the ON signal to Domotics.
I want to use this remote for turning a lightswitch on and off.

I have tried with Virtual Switches to make this work but with no success....

How do i fix this with blocky?
please help!!