edwin2006 wrote: 
> I purchased a 7 model but find it to slow.
> 
> Btw which command did you use to power off and on via home assist?

edwin2006 wrote: 
> I purchased a 7 model but find it to slow.
> 
> Btw which command did you use to power off and on via home assist?

Sorry for the delay, been busy with house projects. In HA you need to
have the Logitech Squeezebox integration installed. In LMS using the
Group plug-in you create a player group (Master Power) that contains all
the players you want to turn off. This group becomes an Entity in HA
which you can use as a on/off toggle in a Media Card in Lovelace. With
Developer Tools -> Services you can set up a simple Service Call to turn
off (or on or change volume or etc) and test to make sure these work
(see below). You can use the standard Media Card in HA or download some
custom button cards such as  "mattieha / slider-button-card" which offer
some cool features and use this Service Call here.

service: media_player.turn_off
data: {}
target:
entity_id: group.music

The issue I came across is minor but bothered me. You can have multiple
Groups and if you're playing one then call the Master Power Group to
turn off the music the previously playing Group remains active in the
Material Group dropdown even though all the players are off. You have to
toggle this off then back on to start up the music again. So what I did
in HA was create a "Music Group" that contains all "LMS Players and
Groups" and I use this "group.music" to turn off all players and groups.
In my case we'd want everything turned off at one time.

_HA_Group_
music:
name: Music
entities:
- media_player.bb_room
- media_player.lg_squeezebox
- media_player.sunroom
- media_player.picoreplayer
- media_player.master_power
- media_player.whole_house
- media_player.living_sun_room

Also in LMS I recommend you set all players and groups to not
automatically start when you turn them on, you might wake the dead by
mistake!

Using an IKEA Zigbee Button and On/Off Switch we have "Master Turn Off"
and a "Volume Up/Down button" on the frig. She now has complete power
over my music. Good thing she likes me! :D



PiCorePlayer 8.1 with HiFiBerry Amp2 on Raspberry Pi v3 (Outside Patio)
PiCorePlayer 8.1 with HiFiBerry Amp+ on Raspberry Pi v2 (Inside Garage)
Two Black Squeezeboxes (Sunroom & Bedroom)
One Red Squeezebox (Kitchen)
PiCorePlayer 8.1 with HiFiBerry Amp2 on Raspberry Pi v3 (Coming Soon for
Hobby Greenhouse!!)
Home Assistant on Raspberry Pi 4 using LMS Material Skin for Music
Control
Synology DS218j for Media Storage
Android Squeezer App for Mobile Music Control
------------------------------------------------------------------------
GeekDragon's Profile: http://forums.slimdevices.com/member.php?userid=70046
View this thread: http://forums.slimdevices.com/showthread.php?t=116165

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

Reply via email to