Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RX-V3900 #1

Open
juw2 opened this issue Jan 16, 2023 · 5 comments
Open

Add support for RX-V3900 #1

juw2 opened this issue Jan 16, 2023 · 5 comments

Comments

@juw2
Copy link

juw2 commented Jan 16, 2023

Hi.
Would it be possible to add support för RX-V3900.
I had a discussion with the old developer, lucasvdh, to add support for this model.
I think the discovery is diffrent for the older models.
I got it added to homey before using an older version of the previous app and then installed the newer one.
You can see our dialog here: lucasvdh/com.yamaha.receiver#16

@RonnyWinkler
Copy link
Owner

Have you tried this app? And adding your device is still not possible, also not wit manual pairing via IP address?

@juw2
Copy link
Author

juw2 commented Jan 16, 2023

I have tried with version 0.0.3 and it doesen't work. Also tried to add correct IP but still no success.
How do you verify if the serveraddress is correct?

@RonnyWinkler
Copy link
Owner

RonnyWinkler commented Jan 17, 2023

The app uses the Yamaha Extended Control API
API specs

The app verifies the IP by calling the URL http://yourIP/YamahaExtendedControl/v1/system/getDeviceInfo
If you call this URL with your IP in a briwser and you see a response (JSON data), the reveiver supports this API.

It seems your receiver only supports the older YamahaRemoteControl API (XML) for receivers and not the newer YamahaExtendedControl (REST) for Musicast devices.
It seems, the receiver has to support Musicast to support the YamahaExtendedControl API.
I have to check if it makes sense to implement both (perhaps as a second driver).

@RonnyWinkler
Copy link
Owner

Hi,
I added a new device type in test version 0.1.0 for AV Receiver using the older API. Please try to add your receiver using this type.
You can find the test version here:
https://homey.app/a/com.yamaha.yxc/test/

Please try the auto discovery. If the receiver is not found directly and add-manually view is shown instead, please go one step back in the dialog to restart discovery (perhaps 3 times). Sometimes discovery takes longer than 5sec. I would like to know if auto discovery is working for non-MusicCast devices (my receiver is found, but it's a MusicCast device).
Then please give me a feedback if discovery and adding is working and if you can control your receiver.
Thanks.

@juw2
Copy link
Author

juw2 commented Jan 21, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants