I don't have an Elk ethernet module. I would like to know if we can send an HTTPS POST action to the ethernet module and query for a status of an output or maybe send a TURN ON command to an output.
Thanks!
I'm confused. You say you don't have the ELK M1XEP, but want to know if you can communicate with the ELK M1XEP using a POST over SSL?
Yep. I'm sorry, I should have been clearer. I would like to know if ELK M1XEP can do it. It's one of the features I am looking for. If it does, then there is a greater chance for me to buy it. This way if it does, I'll be able to create my custom simple webpage say a map of my whole property and the lawn sprinkler as an example, or maybe my contacts inside the house or garage and be able to see the status in a swf image. Or maybe, if we can do this rule
WHENEVER OUTPUT 106 STATE IS TURNED OFF
.....
.....
HTTP SEND
http://192.168.1.1/submit.php?output=106&state=off
Then on my isolated webserver, I have a submit.php which uses $ GET[output] and $ GET[state]. I'll just take care of the image processing via gd manipulation library.
Actually, I've been searching of a serial programming on ELK but I cannot find one. I tried connecting to my M1 via hyperterminal but I don't see any string/garbage chars being echoed back.