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

Unsupported type : Mediaplayer (Squeezebox) #1

Open
t0mg opened this issue Mar 23, 2017 · 1 comment
Open

Unsupported type : Mediaplayer (Squeezebox) #1

t0mg opened this issue Mar 23, 2017 · 1 comment

Comments

@t0mg
Copy link
Collaborator

t0mg commented Mar 23, 2017

From @t0mg on January 19, 2017 0:2

Hardest part will be to design the interface. Probably won't implement a full remote as I want to keep the widgets tiny. Maybe just play pause?

Example output for Squeezebox:

{"Battery":255,"RSSI":12,"description":"","dtype":"Lighting 2","id":"0000001","idx":80,"name":"Squeezebox Radio","nvalue":1,"stype":"AC","svalue1":"0","switchType":"Media Player","unit":1}

No documentation on domoticz wiki, found these by watching requests from the original dashboard.

Turn on/off:

json.htm?type=command&param=switchlight&idx=80&switchcmd=On&level=0&passcode=
json.htm?type=command&param=switchlight&idx=80&switchcmd=Off&level=0&passcode=

From the web remote:

json.htm?type=command&param=lmsmediacommand&idx=80&action=Play

Actions : Play, Stop, Pause, Forward, Rewind, VolumeUp, VolumeDown, Mute, Shuffle, Repeat
Other action not doing anything on my Squeezebox Radio: Favorites, Browse, NowPlaying, Up, Down, Left, Right

Copied from original issue: t0mg/reacticz#25

@t0mg
Copy link
Collaborator Author

t0mg commented Mar 23, 2017

Pull #41 fixing #38 also added On/Off support for Squeezebox here.
I still want to add play/pause eventually but that's good enough for now.

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

No branches or pull requests

1 participant