I'm considering upgrading my MB + Meteostick to a MB Pro such I can get data from 2 Davis soil sensors. I have a Davis Vantage 2 ISS connected and I just got the Davis soil + leaf station.
I have a question regarding getting the data from the soil sensors from the MB web server using a GET request.
To give some context first :
On my MB currently I'm using an Arduino to retrieve the data thru a simple GET request on a local URL like : http://192.168.0.88/cgi-bin/livedataxml.cgi
With just the ISS on MB I'm getting a response like below :
Code: Select all
-<logger>
<RAIN id="rain0" lowbat="0" delta="0.0" total="0.0" rate="0.0" date="20160523032008"/>
<THB id="thb0" lowbat="0" date="20160523031911" dew="6.0" hum="30" temp="24.8" fc="-1" seapress="1029.1" press="993.3"/>
<TH id="th0" lowbat="0" date="20160523032003" dew="9.3" hum="70" temp="14.7"/>
<WIND dir="142" id="wind0" lowbat="0" date="20160523032008" chill="14.7" wind="0.0" gust="0.0"/>
</logger>
I assume if I upgrade to MB Pro and I add the Davis Soil station + sensors the GET request will just return also the soil sensor data. Aka they will be lines in there for SOIL1, SOIL2 or so with the actual reading from said sensors.
Anybody using MB Pro with a Davis soil station + sensors ? Does the web server returns the data from those sensors too in addition to the ISS data ? Can you confirm it would work as I'm assuming above ?
With the regular MB I have although it allows me to add the soil station on the Meteostick it won't return any data from it. I assume that is "by design", however before I upgrade to MB Pro I wanted to confirm I would be getting that data in the web GET call as well.
Any advice much appreciated.
MucHat