Announcement

Collapse
No announcement yet.

How to send http command to update virtual device status?

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

    How to send http command to update virtual device status?

    I saw some folks sending Http commands from blue iris to HS Virtual device to update motion status. I couldn't find any details on how to achieve this.

    I already created a device call "Entry Door Motion - VD"



    #2
    It can be done by JSON or ASCII. Here is the documentation I found.

    http://help.homeseer.com/help/ASCII-JSON/static/
    HS4 Pro, 4.2.19.16 Windows 10 pro, Supermicro LP Xeon

    Comment


      #3
      Originally posted by rprade View Post
      It can be done by JSON or ASCII. Here is the documentation I found.

      http://help.homeseer.com/help/ASCII-JSON/static/
      Wow, glancing through it is giving me a headache. Maybe I'm just being lazy today. Spending a few hours on the home automation a day is getting old. I'll resume this tomorrow and see if I can make it work.

      Comment


        #4
        Code:
        [URL="http://192.168.0.100/JSON?request=controldevicebylabel&ref=12345&label=off"]192.168.0.100/JSON?request=controldevicebylabel&ref=12345&label=off[/URL]
        You will need to substitute your real IP address of your Homeseer computer, and the proper reference ID of your actual virtual device.

        Comment

        Working...
        X