Announcement

Collapse
No announcement yet.

Help with Zee and JSON Commands

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help with Zee and JSON Commands

    I need to send a JSON command to to my HS3 home system from my ZEE Shop System to turn on/off a virtual device. I have my HS3 Home system sending commands via the event below, but how do I get the Zee to send the JSON command since there is currently no web browser program to invoke? Should I "sudo apt-get install Chromium"?
    Attached Files

    #2
    Can you use something like curl to send the commands or failing that use a script with something like HS.urlaction?

    Comment


      #3
      I actually tried to use the hs.urlaction to work but was unsuccessful. I obviously never got the syntax correct. Can you help with the script? Here is the command I am trying to send:

      "http://192.168.1.11:8881/JSON?user=xxxx&pass=xxxxxx&request=controldevicebyvalue&ref= 654&value=0"

      Bob

      Comment


        #4
        Problem solved. I got hs.urlaction to work, was missing a ". duh.

        Bob

        Comment

        Working...
        X