Kodi Google Home IFTTT and JSONRPC commands
#1
Hi,

I'm new to all this coding but have been playing with google home and kodi.

I'm trying to get my kodi to go into party music mode from google home.

I'm linking google home to kodi via IFTTT and send web request via webhooks.

The command I'm trying to use is:
http://XX.XX.XX.XX:8080/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"partymode":"music"}}}

It works fine in my chrome browser but gives me an error in IFTTT shown below

Review and finish
Step 6 of 6
There is a problem with your Applet
Missing Ingredient opening brackets '{{'

any ideas

thanks in advance.
Reply
#2
It's been a few months but I stumbled on this while looking for something else.  Did you get this solved?  I was going to suggest putting the whole line in brackets as follows
{http://XX.XX.XX.XX:8080/jsonrpc?request={"jsonrpc":"2.0","id":"1","method":"Player.Open","params":{"item":{"partymode":"music"}}}}

wonder if that would fix it.  Good luck.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Google Home IFTTT and JSONRPC commands0