Hi,
Finally got around to adding more temp/soil sensors to my setup (3.9.2,
gw1000, interceptor). Everything went fine, except for some reason the
unit is missing from the last temp sensor i added (extraTemp8) and the last
soil sensor I added (soilMoist5):
[image: Untitled.png]
Those sensors are being read and mapped by interceptor correctly
(temperature_8 and soil_moisture_5):
raw data: PASSKEY=XXXX&stationtype=GW1000B_V1.5.8&dateutc=2020-05-13+19:58:
30&tempinf=77.9&humidityin=51&baromrelin=30.070&baromabsin=30.070&tempf=86.7
&humidity=41&winddir=96&windspeedmph=14.76&windgustmph=22.82&maxdailygust=
26.17&solarradiation=228.73&uv=2&rainratein=0.000&eventrainin=0.000&
hourlyrainin=0.000&dailyrainin=0.000&weeklyrainin=0.531&monthlyrainin=1.220&
yearlyrainin=10.929&totalrainin=10.929&temp1f=77.54&humidity1=51&temp2f=
78.44&humidity2=50&temp3f=77.54&humidity3=51&temp4f=88.34&humidity4=38&
temp5f=76.10&humidity5=58&temp6f=77.54&humidity6=50&temp7f=76.46&humidity7=
52&temp8f=77.72&humidity8=50&soilmoisture1=26&soilmoisture2=42&soilmoisture3
=38&soilmoisture4=43&soilmoisture5=38&wh68batt=1.52&wh40batt=1.6&wh26batt=0&
batt1=0&batt2=0&batt3=0&batt4=0&batt5=0&batt6=0&batt7=0&batt8=0&soilbatt1=
1.7&soilbatt2=1.7&soilbatt3=1.5&soilbatt4=1.6&soilbatt5=1.8&freq=915M&model=
GW1000_Pro
raw packet: {'temperature_2': 78.44, 'temperature_3': 77.54, 'temperature_1'
: 77.54, 'temperature_6': 77.54, 'temperature_7': 76.46, 'temperature_4':
88.34, 'temperature_5': 76.1, 'temperature_8': 77.72, 'soil_battery_2': 1.7,
'humidity_7': 52.0, 'soil_battery_4': 1.6, 'dateTime': 1589399910,
'humidity_1': 51.0, 'battery_8': 0.0, 'battery_7': 0.0, 'battery_6': 0.0,
'battery_5': 0.0, 'battery_4': 0.0, 'battery_3': 0.0, 'battery_2': 0.0,
'battery_1': 0.0, 'temperature_out': 86.7, 'wind_dir': 96.0, 'rain_total':
10.929, 'humidity_in': 51.0, 'humidity_4': 38.0, 'soil_battery_1': 1.7,
'humidity_6': 50.0, 'soil_battery_3': 1.5, 'solar_radiation': 228.73,
'soil_battery_5': 1.8, 'humidity_2': 50.0, 'humidity_3': 51.0, 'rain_rate':
0.0, 'humidity_8': 50.0, 'rain': 0.0, 'pressure': 30.07, 'usUnits': 1,
'wind_speed': 14.76, 'temperature_in': 77.9, 'wind_gust': 22.82,
'humidity_5': 58.0, 'humidity_out': 41.0, 'uv': 2.0, 'wh26_battery': 0.0,
'soil_moisture_1': 26.0, 'soil_moisture_2': 42.0, 'soil_moisture_3': 38.0,
'soil_moisture_4': 43.0, 'soil_moisture_5': 38.0}
mapped packet: {'outHumidity': 41.0, 'extraHumid8': 50.0, 'soilMoist3': 38.0
, 'soilMoist2': 42.0, 'rainRate': 0.0, 'radiation': 228.73, 'soilMoist1':
26.0, 'inTemp': 77.9, 'soilMoist4': 43.0, 'rain': 0.0, 'extraHumid6': 50.0,
'pressure': 30.07, 'extraHumid4': 38.0, 'extraHumid5': 58.0, 'extraHumid2':
50.0, 'extraHumid3': 51.0, 'extraTemp8': 77.72, 'extraHumid1': 51.0,
'extraTemp6': 77.54, 'extraTemp7': 76.46, 'extraTemp4': 88.34, 'extraTemp5':
76.1, 'extraTemp2': 78.44, 'extraTemp3': 77.54, 'usUnits': 1, 'extraTemp1':
77.54, 'extraHumid7': 52.0, 'UV': 2.0, 'dateTime': 1589399910, 'windDir':
96.0, 'outTemp': 86.7, 'windSpeed': 14.76, 'inHumidity': 51.0, 'windGust':
22.82}
My current.inc shows extraTemp8 isn't referenced any differently than the
other extraTemps:
#if $day.extraTemp7.has_data
<tr>
<td class="label">$obs.label.extraTemp7</td>
<td class="data">$current.extraTemp7</td>
</tr>
#end if
#if $day.extraTemp8.has_data
<tr>
<td class="label">$obs.label.extraTemp8</td>
<td class="data">$current.extraTemp8</td>
</tr>
#end if
Also tried rebuilding my DB, just in case, but values are still not
formatted correctly with units.
Any ideas?
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/924e1799-4d28-440a-9660-a0f44283259e%40googlegroups.com.