Re: [SlimDevices: Plugins] Interesting home assistant update

2022-04-18 Thread bakker_be


I have a web page card displaying Material Skin, works perfectly when on
my home network, which is the only location where it needs to work.



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Interesting home assistant update

2022-04-16 Thread markus.schloesser


sander wrote: 
> I've done some simple setup such as coordinating the shutdown of my
> receiver via my Harmony Hub if the player was paused for a certain
> period (basically emulating the power off plugin). 
> 
Late to the party, but how did you do that? I am currently struggling
with this



markus.schloesser's Profile: 
http://forums.slimdevices.com/member.php?userid=67011
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Interesting home assistant update

2020-09-19 Thread sander


Thanks I checked out the LMS tools, but I see now that the official
library https://github.com/rajlaud/pysqueezebox is actually gaining a
lot more functionality.

You can now set the sync state and some other goodies by default and
even query if someone can come up with a decent front end:
https://community.home-assistant.io/t/squeezebox-new-services-in-ha-0-110-discussion/198169/12

Most exciting is the new media browser functionality:
https://www.home-assistant.io/blog/2020/09/17/release-115/#media-browser
although it doesn't include squeezebox yet. I hope they have a graphics
free version and browsing could be slow.



sander's Profile: http://forums.slimdevices.com/member.php?userid=10737
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Interesting home assistant update

2020-07-11 Thread Freddy


I use this with hass,  very nice addition imo
https://github.com/ynot123/LMS_Controls

(I'm not the developer :))



Freddy's Profile: http://forums.slimdevices.com/member.php?userid=41055
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Interesting home assistant update

2020-07-07 Thread carsten_h


sander wrote: 
> Relatedly, the squeezebox integration will now handle individual players
> coming online or going offline while home assistant is running.

This is working now and it is great because I don't have all the players
switched on all the time.

I am using the "mini-media-player" card to display the players in my UI.
There I have a few favorites by hand integrated that point to some radio
stations from tunein.
The configuration looks like this:


Code:


  - type: 'custom:mini-media-player'
  artwork: cover
  entity: media_player.dachboden
  hide:
  icon: true
  power: false
  volume: false
  info: short
  name: Dachboden
  scale: 0.9
  source: icon
  shortcuts:
  buttons:
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x1&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/NDR 2.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x2&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/ffn.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x3&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/Radio 21.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x4&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/Radio BOB!.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x5&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/Meer Radio.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x6&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/WDR 2.png
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x7&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/1live.jpg
  type: playlist
  - id: 
http://opml.radiotime.com/Tune.ashx?id=x8&formats=aac,ogg,mp3&partnerId=16&serial=yy
  name: 
  image: /hacsfiles/lms-bilder/NDR 1.png
  type: playlist
  columns: 4
  




Pi4 4GB piCorePlayer with LMS and Squeezelite for USB; Pi3B+ (7"
Display, Hifiberry DAC+ Pro) piCoreplayer with Squeezlite/Jivelite for
Hifiberry and Bluetooth headphone; two Airport Express

carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Interesting home assistant update

2020-07-06 Thread Paul Webster


The media player card had a bit of a revamp a little while ago as well
and I think it looks good.
Basically it takes the cover art and then uses the colour of it to
extend as the background to the rest of the interface.

You can see an example at
https://www.home-assistant.io/lovelace/media-control/
(although I think it looks better than that in practice)



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Interesting home assistant update

2020-07-06 Thread sander


It looks like Home Assistant is updating their Squeezebox support in
their next release.

https://github.com/home-assistant/core/pull/35669

>From the notes:
-This moves the squeezebox integration to the configuration flow so that
it can be configured from the frontend and loaded without restarting
home assistant. Servers will automatically be discovered by the
"discovery" integration, or by this integration once it is loaded. If
the user adds this integration from frontend, it will attempt to
automatically discover the server as well.

Relatedly, the squeezebox integration will now handle individual players
coming online or going offline while home assistant is running.
Previously, the integration would only detect players that were present
during startup.-

I'm glad to see the dynamic updating of players, as that was a pet peeve
of mine. 

I'd be curious if anyone's done anything extensive with Squeezebox and
Home Assistant. I've done some simple setup such as coordinating the
shutdown of my receiver via my Harmony Hub if the player was paused for
a certain period (basically emulating the power off plugin). 

The biggest thing I'd be interested in would be the ability to get the
list of favorites from Squeezebox so it could be added to a drop down in
Home Assistant if anyone's done that. Ideally in the long run Home
Assistant would be the gateway to everything in my house, while
navigating all of Squeezebox sounds painful, I think navigating
favorites would be useful. I am currently able to play a specific url on
a specific player, but something more dynamic would be more great.

Lastly I saw this project a while back which sends alerts to players,
but never got ambitious enough to check it out:
https://community.home-assistant.io/t/squeezebox-audio-alert-script/11774/50



sander's Profile: http://forums.slimdevices.com/member.php?userid=10737
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins