Blackberry App

Can someone please direct me to where I can get the Blackberry App for Vera…???

I think if you visit the mobile findvera page from your BB it should be linked there if i remember correctly.

findvera/mobile

yes, I found it… according to support, the Blackberry App needs to be rebuilt due to new gorwth of servers and was recommended to just use the basic web interface… :frowning:

Ah yes, alas they broke it a few versions back. i think changes were made to support sq remote and it also broke the android homebuddy software. i was hoping they might have fixed it.

Add a variable to the data request URL that identifies the version of smartphone data schema that the device needs. Add checking of this variable in the smartphone plugin which would allow SQ to get whatever they want and it can return the same data it did to the BB and Android apps without breaking them. The plugin can be structured so that it always returns the data in exactly the format used by that schema forever. This detaches MCV development to freely upgrade Vera without causing smartphone developers to exactly align to MCV’s roadmap. As the schema evolves, there may from time to time be a need to do a mapping/retrofit of the new into the old. Eventually, MCV could lop off support for dog-old schemas to keep the plugin trim.

Gotta, gotta, gotta always ensure backward compatibility. This one’s mindless to solve.