Page 1 of 1

Add-On Services (REST API) Fields

Posted: Tue Nov 12, 2019 2:32 pm
by Ikoth
Hi there,

does anyone know what parameters data10 - data16 relate to in this API return?

<logger>
<TH date="20191112121233" id="th0" temp="6.4" hum="89" dew="4.7" lowbat="0"/>
<UV date="20191112121239" id="uv0" index="0.0" lowbat="0"/>
<SOL date="20191112121251" id="sol0" rad="32" lowbat="0"/>
<WIND date="20191112121317" id="wind0" dir="348" gust="4.9" wind="4.0" chill="3.1" lowbat="0"/>
<RAIN date="20191112121317" id="rain0" rate="0.0" total="427.4" delta="0.0" lowbat="0"/>
<THB date="20191112121239" id="thb0" temp="23.5" hum="34" dew="6.7" press="968.1" seapress="994.4" fc="1" lowbat="0"/>
<DATA date="20191112121300" id="data10" val="18.00" lowbat="0"/>
<DATA date="20191112121301" id="data11" val="3471.30" lowbat="0"/>
<DATA date="20191112121301" id="data12" val="2.00" lowbat="0"/>
<DATA date="20191112121301" id="data13" val="45.00" lowbat="0"/>
<DATA date="20191112121301" id="data15" val="59.00" lowbat="0"/>
<DATA date="20191112121301" id="data16" val="1.00" lowbat="0"/>
</logger>

The API page (https://www.meteobridge.com/wiki/index. ... n_Services) says there are "more to come" at the end of the labelled parameter table. I can't reconcile the returned values with the data I see on my station console, or the Weather34 template.

Re: Add-On Services (REST API) Fields

Posted: Tue Nov 12, 2019 3:11 pm
by weatherist34
data10num: cpu load in percent
data11num: uptime in hours
data12num: usage of data partition in percent
data13num: usage of RAM in percent
data14num: power consumption in Watts
data15num: number of processes
data16num: age of data (all sensors) in seconds
data17num: voltage in Volts
data18num: current consumption in Ampere
data19num: kilobytes of data sent (including web interface traffic)
data20num: kilobytes of data received (including web interface traffic)


use the number to correlate

Re: Add-On Services (REST API) Fields

Posted: Tue Nov 12, 2019 5:07 pm
by Ikoth
Excellent. Thank you.