-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
home assistant component can't load: No Such Method #46
Comments
If it is working in console, it sounds like the endpoint is likely incorrect. Is that value the same as given by If it is not working with the cli tool, then this is likely a duplicate of #29 . What device is it? |
Thanks, Yes I realized that it’s my music server that doesn’t support the method “getSupportedApiInfo” I did some test and can only use some of the API functions, my device is HAP-S1, not listed as supported device, but it does have the API and I can control it using cellphone APP |
Can you post the output of For the time being you can look up commands you need (the source gives some hints) and use |
This is what I get using songpal discover I did some tests with the methods in the API document, only some are supported, others either return "no such method" or just empty json file. I can get information of the currently played song, use paly/pause feature, control volume, get next and previous song, set power off Basic control features are supported, I guess all Sony device with this API should support it, so maybe you can make a hard-coded version of songpal with just some basic control features, that's what most people need. or you can let the users to choose what API method to use And thanks for your help |
Alright, I'll close this as a duplicate for #29 - thanks for your input! |
I'm running home assistant on raspberry pi 3,
python_version | 3.5.3
home assistant version | 0.88
config is same as advised
but get this error message
but I can manual use songpal command line toll in the /srv/homeassistant/bin folder
any help will be appreciated
The text was updated successfully, but these errors were encountered: