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

Question
HCQuestion 0
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.
26 answers to this question
Recommended Posts