Search found 3 matches

by remcodj
11 Dec 2017, 16:36
Forum: ESP Easy: Software
Topic: HTML Button Code to trigger GPIO 12 (Sonoff S20)
Replies: 12
Views: 9821

Re: HTML Button Code to trigger GPIO 12 (Sonoff S20)

Hello, you could try this: <html> <head> <script> function lampAan() { var request = new XMLHttpRequest(); var url = "http://192.168.12.113/control?cmd=gpio,12,1"; request.open("GET", url, true); request.send(null); } function lampUit() { var request = new XMLHttpRequest(); var u...
by remcodj
11 Dec 2017, 14:01
Forum: RFLink: Unsupported devices
Topic: Alecto SA-33
Replies: 8
Views: 8137

Re: Alecto SA-33

oh i forgot, my Alecto is a SA-30 and it's label says it's a v2.2

And yes, i know this is a year old topic, but i hope we can figure this out.
by remcodj
11 Dec 2017, 12:31
Forum: RFLink: Unsupported devices
Topic: Alecto SA-33
Replies: 8
Views: 8137

Re: Alecto SA-33

Hello, Googling the internet i found this post. I also have some SA-33 smoke detectors and also I can not get them registered in Domoticz. I'm using an RFlink with fimrware 48.4 As xztraz suggested i tried the debug mode in the RFLink loader tool. I got response in the log window, but it doesn't mak...