On Monday, October 15, 2018 at 11:53:14 AM UTC-7, [email protected] wrote: > > I have a Davis Vantage Pro 2 system. Originally on Windows 10 working no > problem. I have thrown out Windows and did a clean install of Ubuntu 18.04 > Mate. I installed weewx v3.8.2 per instructions from 'weeWX: Installation > on Debian-base systems" i.e apt-get install weewx. I also installed Python > 2.1.15. I set up weewx.conf for Davis Weatherlink Data Logger > (6510USB)....'Vantge'. I used ttyUSB0. On starting system it generated html > files but almost all the data is missing. I reset and cleaned out data on > data logger (removed batteries etc.) I then restarted everything. Same > problem on data. I tested to see if Ubuntu was looking at ttyUSB0. As far > as I could tell it was talking to ttyUSB0. Ihave been trying things for > about one week but am unable to see what is wrong. Any suggestions on what > to try next is appreciated. > > > There's basically nothing in the 'very' short log snippets you posted that can help us.
At a minimum, set debug=1 in weewx.conf and restart weewx. You might want to compare /var/log/messages and /var/log/syslog contents, it's possible you're not checking the right file for log messages. You might also run "lsusb" to see what port your station is on, and also verify that you have "port = /dev/ttyUSB0" in weewx.conf, and not a bare 'ttyUSB0'. -- 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.
