I was trying to add my squeezeboxes to NodeRED, and some commands like pause, status etc do work already. I would like to have a dedicated webstream played after pushing a button but i do get a "socket hang up" and i have no clue why:
according to
http://tutoriels.domotique-store.fr/content/54/95/fr/api-logitech-squeezebox-server-_-player-http.html
the command should be ok.I do have a plain html/css dropdown from history which works fine and uses the same playlist play command:
<div data-type="select" data-device="SB_Wohnzimmer" data-items='[" ","http://wdr-1live-live.icecast.wdr.de/wdr/1live/live/mp3/128/stream.mp3","http://wdr-wdr2-ruhrgebiet.icecast.wdr.de/wdr/wdr2/ruhrgebiet/mp3/128/stream.mp3","Kinderlieder"]' data-alias='[" ","1Live","WDR2","Kinderlieder"]' data-set="playlist play" class="cell w2x" ></div>
Does anyone have an idea for that?