I would think you could use the minimote to turn on a virtual momentary switch, and then have a smartapp be triggered by that switch coming on. Does that not work?
Here is the code for my weather hackā¦
https://github.com/kewashi/SmartThings/blob/master/weather-4btn
Is anyone still using this app?
I found it after trying out my new mini mote and realizing that the button controller App (wonāt let you do anything but turn the sonos on) and the ST sonos control app (wonāt let you pick which button) donāt work well.
However Iām seeing this app isnāt working right either. Toggle play/pause isnāt working (will only play) and Iām also not seeing any favorites available.
Edit - ok toggle started working, not sure why. Favorites isnāt working.
I added mode restriction to this app and Iām finding that minimote is incredibly useful and versatile.
input "modes", "mode", title: "Only when mode is", multiple: true, required: false
}
This is really expanding my uses for minimote. Thanks so much for the app!
@greg I just found this app too and its wonderful. What I found with this and the baked in button contrloer app is that the play/pause toggle problem has to do with the sonos āstateā not being reported quick enough. I use another instance of this app and for every button that I have a sonos command connected to I also have the update state command sent. This cuts down on the lag significantly.
Your app looks fantastic but does not work for me, when trying to select action for each button nothing shows except for:
āNo Available Optionsā
Please adviseā¦
Let your sonos play for awhile - it magically appears after doing so
Thank you will try that @greg !
Still nothing showing when trying to select:
"When button 1 is pushed"
etcā¦
Showing:
āNo devices to connectā
I just reinstalled all my Sonos to ST and cleared everything firstā¦
What else should i do?
Thank you all!
Thanks for letting me know. Iām getting your error now too. They must have changed something in the mobile app or api. I try to take a look in the next couple days.
Thank you very much, waiting for your answer!
yes I was using this app and it worked great. seein the same issue. If you do fix let me know as it was very helpful
Just wanted to chime in that Iām still using this app and Iām not having any issues with it.
I posted a new item about this - I have a modded version of your app and it quit working. It looks like the system support for Sonos has changedā¦
Lack of experience with Groovy makes it a bit of a struggle, and itās kind of frustrating knowing that even if I struggle with it for a few days and get things working, SmartThings is going to break it again in six months. At that time of course I will have forgotten everything and be starting from square zero againā¦
Magically mine has started working again and I didnāt make any code changes. I assume something was down on the platform. Can someone else confirm, itās working again?
Iām having an issue with the Sonos Remote Control app and canāt get it to work. When I get to the second page and pick a button action āWhen button 2 is pushedā⦠all I get is an empty list that says āNo devices to connectā. Any ideas?
Hi - just became a ST user and wanted to use the Minimote to control my Sonos system - is this app still working for anyone?
Iām getting the āNo available optionsā message when trying to configure buttons (after letting my Sonos play for a whileā¦)
Thanks!
For anyone looking to use this functionality still, you can try out my modded Sonos Remote Control SmartApp. I based it off of the previously broken smartApp, fixing the broken code and modifying it to easily setup a Lutron Pico to control the speakers. Check out njschwartzās Lutron Caseta Connect App if you are interested in using Pico or integrating with Lutron Caseta in general.
NOTE: the lutron caseta smart app is NOT needed to use this smartapp with non-Lutron button controllers.
See link to the LuPi Edition below.
Big Thanks to @louisparks for letting me use his code as my basis for this.