mherger wrote: > > Does anyone know which spell you have to cast to get LMS CLI > responding > > Are you using http requests to jsonrpc.js or the raw CLI? I'd recommend > > the former! > > Please share what exact query you send, and what error (if any) you get > > back. The server.log from when you try this might be helpful, too.
Queries and commands are sent from Home Assistant using Yaml code which is then sent to LMS using HTTP. The integration details are to be found 'here' (https://www.home-assistant.io/integrations/squeezebox/) As far as logs are concerned I see no mentions in the HA logs other than in the basic logbook which tells you nearly nothing. I've never accessed the picoreplayer LMS logs and haven't got the faintest idea where I might find them. I just ran a simple unpause command from HA that was successful I did include an example of the yaml code I'm using in HA in the OP if that's at all useful to you. Here's what I used for the successful unpause command. Code: -------------------- service: squeezebox.call_method target: entity_id: media_player.living_room data: command: pause parameters: 0 -------------------- ------------------------------------------------------------------------ malpeli's Profile: http://forums.slimdevices.com/member.php?userid=70891 View this thread: http://forums.slimdevices.com/showthread.php?t=115321 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
