pyamaha icon indicating copy to clipboard operation
pyamaha copied to clipboard

Python implementation of Yamaha Extended Control API Specification.

Results 4 pyamaha issues
Sort by recently updated
recently updated
newest added

Hi Is it possible to release new version ? Looks like there are some new fixes, after latest version release, and python3 support.

Hi, can you incorporate functions for reading/setting the alarm clock on the ISX series? What I found out: /YamahaExtendedControl/v1/clock/getSettings /YamahaExtendedControl/v1/clock/setAlarmSettings getSettings returns (e.g.) { "alarm": { "alarm_on": true, // boolean,...

I am trying to play a Spotify playlist through their API, but they are not supporting that. If you know any other methods please tell me.

Installed from the repository and I get this when I run it. pip install -e git+https://github.com/rsc-dev/pyamaha.git#egg=pyamaha ``` C:\Users\HSM>python -m pyamaha yxc>device 192.168.11.115 yxc>system yxc\system>getDeviceInfo Traceback (most recent call last): File...