Hi, Once you have configured your station with wee_device try running weeWX directly (http://weewx.com/docs/usersguide.htm#Running_directly) and you will see on screen the loop (LOOP) and archive (REC) data coming from the console. Hopefully you will see the fields being emitted by your leaf and soil moisture station, this is the easiest way to see if weeWX is getting data from the leaf and soil moisture station.
Assuming weeWX is displaying data from the extra sensors, you will need to modify the report templates to display any data from the extra sensors in the reports. WeeWX reports can display any of the fields you would have seen in the archive records when you ran weeWX directly by using the tag $current.xxxxx (where xxxxx is the field name eg outTemp) in the report. If the field(s) you are interested in are in the in-use database schema (normally in /home/bin/weewx/schemas/wview.py or /usr/share/weewx/schemas/wview.py but also shown in tabular form in the Customization Guide http://weewx.com/docs/customizing.htm#archive_types) then weeWX will automatically save their data to the weeWX database and you can use tags with other time or aggregat periods such as $month.xxxxx.min, $day.xxxx.maxtime etc. If the fields you are interestd in are not in the in-use database schema then you will need to add them to the database schema as per the Customization Guide (http://weewx.com/docs/customizing.htm#add_archive_type). Gary -- 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]. For more options, visit https://groups.google.com/d/optout.
