Hi,
I have a Edimax Smart Plug Switch SP-1101W which can ve controlled over WiFi. Basically you can turn it ON or OFF.
I have found on internet the following resources about how it can be controlled:
German: http://www.elv.de/topic/edimax-sp-1101w ... c-aus.html
English (python): http://gpio.kaltpost.de/?p=2112
Englisch (C#): http://www.dib0.nl/code/508-control-the ... lug-with-c
Englisch (PHP): http://www.dib0.nl/code/514-enabeling-d ... g-from-php
I would like to control the Smart Plug using Automagic's HTTP Request action but all I get are errors.
I am not a very skilled programmer.
Please help me to configure the HTTP Request action in order to send ON and OFF commands, using Automagic.
Regards,
Traian
Control of Edimax Smart Plug Switch SP-1101W
Moderator: Martin
Re: Control of Edimax Smart Plug Switch SP-1101W
I finally succeeded! All I had to do is to parse this text to turn the plug on:
<?xml version="1.0" encoding="utf-8"?> <SMARTPLUG id="edimax"><CMD id="setup"><Device.System.Power.State>ON</Device.System.Power.State></CMD></SMARTPLUG>
<?xml version="1.0" encoding="utf-8"?> <SMARTPLUG id="edimax"><CMD id="setup"><Device.System.Power.State>ON</Device.System.Power.State></CMD></SMARTPLUG>