Control of Edimax Smart Plug Switch SP-1101W

Post your questions and help other users.

Moderator: Martin

Post Reply
TraianC
Posts: 66
Joined: 24 Oct 2014 13:29

Control of Edimax Smart Plug Switch SP-1101W

Post by TraianC » 30 Dec 2015 12:49

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

TraianC
Posts: 66
Joined: 24 Oct 2014 13:29

Re: Control of Edimax Smart Plug Switch SP-1101W

Post by TraianC » 31 Dec 2015 11:17

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>

Post Reply