Custom user interface

Hi,

I built my own iphone webapps to monitor and control my Vera lite.
It works great, no problem, i’m using jquery to parse and read Json data from mios server.

But now i want to add another things : Get in real time the sensor state.
I mean when a sensor is tripped i want to see to state “tripped”, in real-time, like the UI5 interface (with the icon).

Do you know, how i could add this real-time mode ? I search in the forum for push or real time but i had no luck …

thanks for you help

You will need to poll the data at a certain interval. There is no pushing of the data. Look here for starters:

http://wiki.micasaverde.com/index.php/UI_Simple#lu_sdata:_The_polling_loop

  • Garrett

thanks