Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

HTTP execute command send to Denon ??


Question

Posted

 

Good morning !!.....I want to control the denon receiver with my hc3 with various http commands but I can't get it to work. I made the switch from Vera (I should never have chosen that) to Fibaro but that works a little differently with conditions / triggers, I have read the documentation about this but can't get it to work. The old lua code in Vera/Micasaverde was: 

 

lua:

local timeout = 5
local status, result = luup.inet.wget("http://192.168.46.20/goform/formiPhoneAppPower.xml?1+Poweron", timeout)
luup.sleep (2000)
local status, result = luup.inet.wget("http://192.168..46.20/goform/formiPhoneAppDirect.xml?SITV", timeout)
luup.sleep (1500)
local status, result = luup.inet.wget("http://192.168..46.20/goform/formiPhoneAppDirect.xml?MSMCH STEREO", timeout)
luup.sleep (1500)
local status, result = luup.inet.wget("http://192.168..46.20/goform/formiPhoneAppVolume.xml?1+-25", timeout)

 

How do I get this to work in my hc3? ( scene ??, VD ?? ) , Thanks for thinking along.

Recommended Posts

  • 0
  • Inquirer
  • Posted

    When I went to sleep the above command was finished with 1 script

    Adjust blind positions
    Power Denon zone 1 off
    Power Denon zone 2 off
    Power Denon zone 3 off

    • 0
    Posted

    and what is the trigger to run this script?

    • 0
  • Inquirer
  • Posted

    The trigger is "night"

    • 0
    Posted (edited)

    What you prefer to use Block or Lua scene to run QA function?

     

    Edited by cag014
    • 0
  • Inquirer
  • Posted

    No preference, I am new to Fibaro and am open to everything. I have now created a device for each action (as a test) to activate it step by step in a scene, but I think this is quite cumbersome.

    Please login or register to see this attachment.

    • 0
    Posted

    Sorry about late response.

    I suggest using one QA with buttons. It could be used in block, LUA scene and in other QAs also.

    • Like 1

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...