bamarayne
(Jason "The Enabler" as deemed so by @Smart)
February 14, 2016, 5:51pm
40
For all of you that still have this problem… follow the directions in this link. It is for the hue hub, but if you find the right spot in your smart app code, it should work for you too…
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:
/** …
2 Likes