grimmace92 wrote: 
> I just updated to HA 0.87.1 and I'm getting this error
> 
> Tue Feb 19 2019 11:54:00 GMT-0500 (Eastern Standard Time)
> Error while executing automation
> automation.lms_gui_update_player_values. Invalid data for call_service
> at pos 2: expected float for dictionary value @ data['value']
> 
> I downloaded the new lmscontrols.yaml file for the time pattern change. 
> Is there something else I was supposed to do?

If using that new file, then you would have to make the changes you made
in the old lmscontrols.yaml file, or easier still open your existing
lmscontrols.yaml file and change the line in the automation section:

Code:
--------------------
          - platform: time
--------------------

to

Code:
--------------------
         - platform: time_pattern
--------------------


The above change will ensure the shell script player_stat.sh will run
every minute.  

However your error indicates the player_stat.sh script is not returning
a proper value for volume.  This is usually caused by the player's mac
address being incorrect or not formatted properly so the query returns
an invalid value.  Please ensure your player's mac address is all lower
case.  Worst case, run the player_stat.sh script in the shell using the
mac address a review the returned values for errors.

Hope that helps.  Ynot



*software* - logitech media server version: 7.9.1, home assistant
0.84.6, dialogflow - v.1 api, lms controls app - voice control of lms, 
openmediavault 4.1.17 - storage
*add-ons* - spotty, upnp / dlna bridge, chromecast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0, android- sb player
v1.4.0, airplay to googlehome and minis
*hardware* - server - i7-3.4ghz, 4gb ram, 6tb storage, debian - 4.18
------------------------------------------------------------------------
ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to