Not sure if anyone can help with this, but will give it a shot
At the place I work we have a "building management system" with all kinds of sensors dotted around the place, which measure temperature, gas/electric consumption, humidity etc. You can login to the thing and get a webpage up with all of these readings listed, but I am only interested in a few of these.
I would like to display some of these readings onto a custom webpage - lets assume my webpage is hosted internally and has access to the building management system.
So, what I assume I need to do is somehow "read in" the contents of the html output page of the building management system, keep the useful bits (ie current temperature) and get rid of everything else, and then put this onto my custom webpage, all automatically! Perhaps only updated whenever the page is refreshed (ie doesnt have to be real time or anything!)
As the system that displays my webpage can not run PHP/IIS etc I would guess any processing would have to be done client side? Java perhaps?
Anyone ever done anything like this before!?
Thanks!
Edited by ste__ (Fri 01-Jan-10 23:42:59)



Print Thread
ste__