I want to control my Sony STR-DN1080 through my home automation controller which is a vera product. Using vera scenes I can send http post commands. SQL and a little c# are my coding tools so I am not familiar with curl, json etc.
For my purpose, I just need to understand how to format the Sony API commands into a simple HTTP post. For example, this command turns my direcTV off. "http://ip_address:8080/remote/processKey?key=poweroff"
I want to: Turn the Sony system on and off
Set the input device to TV or Sat/CD
Set the volume to a specific value
Bonus: Turn Zone 2 on/off
Your help in getting me going is greatly appreciated. With one or two examples I think I can work out the rest.