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.
weewx.conf# The channel of the Vantage Vue, Pro, or Pro2 ISSiss_channel = 1# Additional channels apply only to Vantage Pro or Pro2anemometer_channel = 4leaf_soil_channel = 5temp_hum_1_channel = 2temp_hum_2_channel = 3--There are datas from the ISS $current.outTemp etc. , the anemometer $current.windSpeed, the leaf_soil $current.soilMoist1but no datas for temp_hum_1 $current.extraTemp1 and temp_hum_2 $current.extraTemp2
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 ISSiss_channel = 1# Additional channels apply only to Vantage Pro or Pro2anemometer_channel = 4leaf_soil_channel = 5temp_hum_1_channel = 2temp_hum_2_channel = 3--There are datas from the ISS $current.outTemp etc. , the anemometer $current.windSpeed, the leaf_soil $current.soilMoist1but 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;
meteostick driver 0.42 is now available on github. please try it with format=raw to see if it gets the data from your sensors now.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/90iGZ0PDvQY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.