On Saturday, August 13, 2016 at 10:15:14 AM UTC-4, Joachim Puttkammer wrote:
>
> I installed meteostick after the instruction of Matthew Wall ' 
> https://github.com/matthewwall/weewx-meteostick'.
> It works nearly perfect (thanks to matthew), but there is a problem with 
> the temp_hum_1_channel und temp_hum_2_channel data.
>

thank you for the kind words, but luc and kobuki deserve the credit for the 
meteostick driver.

 

> weewx.conf
>     # The channel of the Vantage Vue, Pro, or Pro2 ISS
>     iss_channel = 1
>     # Additional channels apply only to Vantage Pro or Pro2
>     anemometer_channel = 4
>     leaf_soil_channel = 5
>     temp_hum_1_channel = 2
>     temp_hum_2_channel = 3
> --
>
> There are datas from the *ISS*  $current.outTemp etc. , the *anemomete*r 
> $current.windSpeed, 
> the *leaf_soil* $current.soilMoist1  
>
> but no datas for *temp_hum_1* $current.extraTemp1  and *temp_hum_2 *
> $current.extraTemp2
>

do you see any data when you do $day.extraTemp1 or $week.extraTemp2 ?

do you see any data when you query the database directly?  for example, 
something like this:

sqlite3 /var/lib/weewx/weewx.sdb
sqlite> select dateTime,outTemp,leaf_soil,extraTemp1,extraTemp2 from 
archive;


-- 
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.

Reply via email to