Raumfeld Speakers with Raumserver

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Fred
Posts: 2
Joined: 10 Nov 2016 13:58

Raumfeld Speakers with Raumserver

Post by Fred »

I'd like to control Raumfeld Speakers (which is a system similar to the Sonos system) using Z-Way.
Is this possible and did someone already tried? I havn't found anything in the Forum.

I found a Software called Raumserver to be installed on one of the speakers.
https://github.com/ChriD/Raumserver/wiki

Then it can be controlled with HTTP-Commands like
Control Requests

Control request can be sync or async(default) and are made on following url
http://[ip]:[port]/raumserver/controller/[requestCommand]

play
With this request you can start or resume playing the current playlist for a zone or for all zones
/raumserver/controller/play
/raumserver/controller/play?id=Wohnzimmer

stop
With this request you can stop playing the current playlist for a zone or for all zones
/raumserver/controller/stop
/raumserver/controller/stop?id=Wohnzimmer
How can I integrate this in Z-Way to trigger commands from a Z-Wave-Switch?
gsaw
Posts: 78
Joined: 22 Aug 2016 00:26

Re: Raumfeld Speakers with Raumserver

Post by gsaw »

Look for "HTTP device" under Apps. It is simple to use. Select "toggleButton" as device type and put your URL "http://[ip]:[port]/raumserver/controller/raumserver/controller/play". Name it as "Start playback" . That's all.
Fred
Posts: 2
Joined: 10 Nov 2016 13:58

Re: Raumfeld Speakers with Raumserver

Post by Fred »

Wow. This sounds easy. I don't have the speakers yet. But this is a reason to get them quickly :-D

Thank you.
Post Reply