This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Yamaha AVR
Hi!
is anyone here with an Yamaha AVR?
i googled for api and found good information (and py script to execute command to the AVR):
https://github.com/thomas-villagers/avsend
https://github.com/graememorgan/yamaha
https://yavc.codeplex.com/SourceControl/latest
can anyone implement it into homey?
is anyone here with an Yamaha AVR?
i googled for api and found good information (and py script to execute command to the AVR):
https://github.com/thomas-villagers/avsend
https://github.com/graememorgan/yamaha
https://yavc.codeplex.com/SourceControl/latest
can anyone implement it into homey?
This discussion has been closed.
Comments
python avsend.py -u main -c pwr Standby [put in standby mode/OFF]
python avsend.py -u main -c pwr On [turn on AVR]
python avsend.py -u zone2 -c inp TUNER
python avsend.py -u main -c inp HDMI1
.....
so on...
Maybe you can find an library for it.