RoadRunner
(Meep Meep.....)
February 15, 2016, 12:40am
2
maybe the scheduler is broken for you GM routine. give this a try. update it. (also look at your logs to see whats happening). this can be tested by changing the GM time from 5:30 to now+1minute. see if it runs; if it does – bingo; change back to the desired GM time.
Hey all!
Just wanted to stop in and let ya know about a new feature we rolled out.
In the IDE you may, or may not, have seen a new link next to all the SmartApps in the IDE. You will now see a “Update” link next to all SmartApps. This is a nifty little feature that allows you to run the “Updated” method in a SmartApp. This essentially will allow the smartapp to reschedule itself and re-make subscriptions.
[image]
You can get to this list by:
logging into the IDE
clicking on My Locations
select the location you want to work with
click “List SmartApps”
it could also be: 3rd party hubs not working
I want to start this with a thanks to @diehllane for pointing me in the right direction to get this fixed.
Also thanks to @jjslegacy for coming up with the fix.
I’m just passing on the info. @chrisjohnson00 this is what you need.
This is works wonderfully for my Phillips Hue Hub. I have no idea about any others, but this should work for them as well.
In the Phillips Hue connect app (if you still have it installed and you’re getting the “Hub needs updating” warning, do this:
Change Line 696-699 (in the code below) to look like this:
private Boolean canInstallLabs() {
//return hasAllHubsOver(“000.011.00603”)
return true
}
If you have uninstalled the app for whatever reason, Here is the modified code. Just go into the API and create a new smartapp from code. Use this code:
/** …