Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team
Question
Lauri 6
I thought that it would be nice to share and add and communicate around the XBMC possibilities with HC2.
There is new XBMC Frodo launched and I found some of the commands to send via HC2.
Note - You should change TCP port under virtual device from 8080 to 9090
These are commands that works for me (with beta currently):
Quit jsonrpc?{"jsonrpc":"2.0","method":"Application.Quit","id":1}
Home jsonrpc?{"jsonrpc":"2.0","method":"Input.Home","id":1}
Update Vid jsonrpc?{"jsonrpc":"2.0","method":"VideoLibrary.Scan","id":1}
Clean Vid jsonrpc?{"jsonrpc":"2.0","method":"VideoLibrary.Clean","id":1}
Hibernate jsonrpc?{"jsonrpc":"2.0","method":"System.Hibernate","id":1}
Reboot jsonrpc?{"jsonrpc":"2.0","method":"System.Reboot","id":1}
30Sec Forward jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.Seek","params":{"playerid":1,"value":"smallforward"}}
30Sec Back jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.Seek","params":{"playerid":1,"value":"smallbackward"}}
10Min Forward jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.Seek","params":{"playerid":1,"value":"bigforward"}}
10Min Back jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.Seek","params":{"playerid":1,"value":"bigbackward"}}
Play/Pause jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.PlayPause","params":{"playerid":1}}
Stop jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.Stop","params":{"playerid":1}}
FF jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.SetSpeed","params":{"playerid":1,"speed":"increment"}}
Rew jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.SetSpeed","params":{"playerid":1,"speed":"decrement"}}
Enter jsonrpc?{"jsonrpc":"2.0","method":"Input.Select","id":1}
Up jsonrpc?{"jsonrpc":"2.0","method":"Input.Up","id":1}
Down jsonrpc?{"jsonrpc":"2.0","method":"Input.Down","id":1}
Left jsonrpc?{"jsonrpc":"2.0","method":"Input.Left","id":1}
Right jsonrpc?{"jsonrpc":"2.0","method":"Input.Right","id":1}
Back jsonrpc?{"jsonrpc":"2.0","method":"Input.Back","id":1}
Subtitle Off jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.SetSubtitle","params":{"playerid":1,"subtitle":"off"}}
Subtitle On jsonrpc?{"jsonrpc":"2.0","id":1,"method":"Player.SetSubtitle","params":{"playerid":1,"subtitle":"on"}}
Select jsonrpc?{"jsonrpc":"2.0","method":"Input.Select","id":1}
Suspend jsonrpc?{"jsonrpc":"2.0","method":"System.Suspend","id":1}
Menu jsonrpc?{"jsonrpc":"2.0","method":"Input.ContextMenu","id":1}
Info jsonrpc?{"jsonrpc":"2.0","method":"Input.Info","id":1}
Show OSD jsonrpc?{"jsonrpc":"2.0","method":"Input.ShowOSD","id":1}
If someone has skills to create such scenes/buttons - play certain playlist(music) or start playing internet radio It would be great!
I'd like to make an wake up scene where light goes on smoothly(sunrise scene) and music starts playing quietly and increases it's volume step by step.
Lauri
29 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.