Jump to content
C4 Forums | Control4

How to code a button to play a Pandora station


SHar

Recommended Posts

I am using composer HE 2.8.  I have a 6 button keypad, button 3 is going to be my audio.  Here is what I want to do:

  • 1 press = Pandora, Station 1 (running off my c4 controller)
  • 2 press = wireless bridge
  • press and hold = audio off

Can anyway post a picture of the code they use to select Pandora, login to Pandora, and set to a station?

Link to comment
Share on other sites


Also, you don't have to program logging into Pandora.  

That should already be set at the driver level under Monitoring.  If not, go to the Actions page and hit the login button.  (This should be a ne time event, but there was a bug introduced in 2.8.0 where sometimes after a controller reboot the session is not re-established)

Link to comment
Share on other sites

you will need to select a button on the left side of the programming tab(device events) on the right side find the pandora driver (device actions)

programming will need to look like this

on button press

     select pandora XXX station in XXXX room

On double tab

    select music bridge in XXXX room

on Triple tap

    Room Off

 

or the more intuitive

On button press

    If room is selected on music bridge

                   turn room off

                    stop 

If room is selected digital media

        select music bridge in XXXX Room

        stop

select Pandora XXXXX station in XXX room

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.