Search found 3 matches

by jsynxiii
Sunday 09 October 2016 19:38
Forum: Switches and Scenes
Topic: Orvibo S20 plugs integrated successfully into Domoticz!
Replies: 41
Views: 23899

Re: Orvibo S20 plugs integrated successfully into Domoticz!

jumping wrote:Hello,
now Orvibo script works well:
my WIFI range extender changes the Orvibo S20 MAC address, so now I use the correct MAC and the script is OK!!
bye

Jumping, which script did you use to get it to work?
by jsynxiii
Sunday 28 August 2016 20:15
Forum: Switches and Scenes
Topic: Orvibo S20 plugs integrated successfully into Domoticz!
Replies: 41
Views: 23899

Re: Orvibo S20 plugs integrated successfully into Domoticz!

Thanks for the response MatthijsPH. I've also tried using the franc-carter pearl script (https://github.com/franc-carter/bauhn-wifi/blob/master/bauhn.pl), but didn't have any luck there either. I've copied the script into the domoticz/scripts/ directory as "orvibos-20.pl" but can't get them to ...
by jsynxiii
Saturday 27 August 2016 23:42
Forum: Switches and Scenes
Topic: Orvibo S20 plugs integrated successfully into Domoticz!
Replies: 41
Views: 23899

Re: Orvibo S20 plugs integrated successfully into Domoticz!

Hi All, I have created a bash script to control the Orvibo (WiWo) S20 switches in domoticz. Making it much easier (and cleaner) to integrate these cheap wifi sockets. I used the following bash script called "s20Command.sh" in the default bash folder of domoticz: #!/bin/bash action=$1 mac=$2 ip=$3 ...