Ingo-git / neeo-driver-raumfeld

Driver for NEEO remote for Raumfeld / Teufel Streaming devices
MIT License
1 stars 1 forks source link

Add auto-play option #1

Open simcen opened 6 years ago

simcen commented 6 years ago

This driver is awesome, I was waiting for that! Thanks a lot. I am testing it with a Raumfeld One M in conjunction with a Teufel One S, both in seperate rooms. Apart from little issues, it works nicely!

Here's a feature that would help a lot: Add an option to automatically play a favorite radio station / album / playlist / ... after power on.

Background: I am using Alexa to power on / off the NEEO devices/recipes emulated as a WeMo switch. They only understand power on / off and as long as NEEO doesn't have a proper Alexa integration, I still have to use the NEEO remote to start music playing.

Ingo-git commented 6 years ago

I'm happy to hear that it works for your setup despite the limitations. I agree, it is probably a good idea to automatically issue a play command right after power on - that should start whatever was playing last. Unfortunately, I won't be able to update and test the driver accordingly before November. What you could try in the meantime is to replace line 126 (var nice = "") in RaumController.js with: roomVirtualMediaRenderer.play(true)