> > uvedhe wrote on github : > I will answer this in the weewx-rtldavis topic in the weewx-development > forum. > Luc > uvedhe <https://github.com/uvedhe> commented 14 hours ago > <https://github.com/lheijst/weewx-rtldavis/issues/1#issue-441358316> > I can successfully run $GOPATH/bin/rtldavis which returns various > entries, like these: > > 19:10:43.856163 Init channels: wait max 17 seconds for a message of each > transmitter > 19:11:01.793521 Init channels: wait max 17 seconds for a message of each > transmitter > 19:11:01.794049 Hop: {ChannelIdx:0 ChannelFreq:868077250 FreqError:0} > 19:11:19.732536 Init channels: wait max 17 seconds for a message of each > transmitter > 19:11:19.732580 Hop: {ChannelIdx:0 ChannelFreq:868077250 FreqError:0} > > Hi uvedhe,
The rtldavis log show you didn't receive any data. The rtldavis program use default the EU-frequencies. You use the EU version of the Davis Vantage, right? The program runs succesfully on a Raspberry PI, Not sure if it will run on OS X 10 too. You could try to run the rtldavis program with several other ppm settings to check if any data will b read like: $GOPATH/bin/rtldavis -ppm 3 or $GOPATH/bin/rtldavis -ppm -3 Luc -- You received this message because you are subscribed to the Google Groups "weewx-development" 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-development/144712bb-7edc-458c-bd10-970c8ff40fb9%40googlegroups.com.
