I would like to get my weather station date on behalf of a XML request:
Code: Select all
# curl -s http://xx:xx@mb.myurl/cgi-bin/livedataxml.cgi |grep "TH" | sort
<TH date="20220307192915" id="th0" temp="-0.5" hum="69" dew="-5.5" lowbat="0" />
<TH date="20220307192924" id="th2" temp="0.2" hum="68" dew="-5.0" lowbat="0" />
<TH date="20220307192926" id="th0" temp="0.8" hum="69" dew="-4.2" lowbat="0" />
<THB date="20220307192915" id="thb0" temp="-0.5" hum="69" dew="-5.5" press="941.7" seapress="1020.3" fc="-1" lowbat="0" />
<THB date="20220307192918" id="thb0" temp="27.2" hum="30" dew="8.1" press="942.2" seapress="1020.9" fc="-1" lowbat="0" />
I have two Davis IIS connected to a Meteostick and a tempest weather station.
Line1: Tempest (without pressure?)
Line2: Davis IIS
Line3: Davis IIS
Line4: Tempest Weatherflow
Line5: Meteostick USB (because of temp="27.2")
For my it looks like the automatic sensor naming is doing something bad. Why not just display them as added (or like it was working perfectly with Meteohub)?
Thanks,
Peter