Hi All,
Hoping someone might be able to help me, I have an internal website which has temperature, humidity, and relative light levels as below:
How can i extract these out into variables, so that i can have Light,
Temperature, and Humidity as a variable in vb?
Once i have it as variables, i can manage the IF statements, set device strings etc, I understand the hs.getURL
and using the code below could messagebox the code, but struggled at extracting the information;
Thanks for your help.
Hoping someone might be able to help me, I have an internal website which has temperature, humidity, and relative light levels as below:
Code:
Arduino powered webserver<br /> Serving temperature and humidity values from a DHT22 sensor<br /> Light (Lux): 0<br /> Temperature (oC): 24.40<br /> Humidity (%): 54.00<br />
Temperature, and Humidity as a variable in vb?
Once i have it as variables, i can manage the IF statements, set device strings etc, I understand the hs.getURL
and using the code below could messagebox the code, but struggled at extracting the information;
Code:
Path="http://192.168.1.178/" strng=hs.GetURL(Path,"/",TRUE,80) msgbox strng
Thanks for your help.
Comment