Announcement

Collapse
No announcement yet.

How to send commands by http

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

    How to send commands by http

    How to send commands to denon receiver by http?


    I would like to command my receiver by http without having to download the plugin ...


    I have the commands and I can use them on the web page ... but how to do this ho hs3?

    #2
    Originally posted by wilgacassol View Post
    How to send commands to denon receiver by http?


    I would like to command my receiver by http without having to download the plugin ...


    I have the commands and I can use them on the web page ... but how to do this ho hs3?

    I asked a similar question recently. Check out:

    https://forums.homeseer.com/showthread.php?t=187757

    regards,

    Paul

    Comment


      #3
      Thank you. But I'm rather lazy on this subject.

      Could you help me with an example?

      The command to disconnect denon is:
      MainZone/index.put.asp?cmd0=PutSystem_OnStandby%2FON&cmd1=aspMainZone _WebUpdateStatus%2F

      the address is: 192.168.10.115...How do I write this in Hs3?



      I will be very grateful if you can help me!

      Comment


        #4
        Create an event to run the command you want. Once the event is created, you can trigger the event however - manually, via automated trigger, via HS3Touch, etc.

        - Create event. Start simple - If Event is triggered Manually
        - THEN: Run a Script or Script Command
        - Check Execute Immediate Script Command
        - In the text box that opens up - put in:

        &hs.GetURL("http://192.168.10.115/MainZone/index.put.asp?cmd0=PutSystem_OnStandby%2FON&cmd1=aspMainZone _WebUpdateStatus%2F","",TRUE,80)

        Then try running the event and see what happens. I made an assumption on how to put together the URL in the above command based on what you provided, adjust if necessary.

        Comment


          #5
          OK. Worked perfectly! Thank you very much.

          Comment

          Working...
          X