[weewx-user] Re: WeeWX doesnt run in daemon or startup after reboot - any help?

2019-09-30 Thread gjr80
Something is not right. WeeWX was started but then did nothing: Oct 1 16:02:20 raspberrypi kernel: [ 366.572146] rpi_firmware_get_throttled: 4 callbacks suppressed Oct 1 16:02:20 raspberrypi kernel: [ 366.572153] Voltage normalised ( 0x) Oct 1 16:02:34 raspberrypi kernel: [

[weewx-user] MQTT posting multiple instances of temperature and on website

2019-09-30 Thread K Weaver
http://mosscreekweather.org/weewx/ is my page. It is posting both raw data and adjusted (real). It keeps flipping between the two. There is normally about a 5 degree temp distance and the Dew point and humidity are normally way off. Any ideas whats causing this and what I need to do to

[weewx-user] Re: WeeWX doesnt run in daemon or startup after reboot - any help?

2019-09-30 Thread Lodewyk Jansen
Hi Gary, Thanks it seems that there might be an issue with something somewhere but i dont know where. All the links in rc0..etc. is created. The conf file is updated and the log file is attached. Will try to get a system reboot log file also. Regards -- You received this message because

[weewx-user] Re: Mqtt live data

2019-09-30 Thread K Weaver
Hey, its back up and running now. Only thing now it appears to be flipping between raw data and real time data.. Here is a snippet of the log. You can really see it flipping back and forth on the site. ': 1} Sep 30 19:57:26 raspberrypi weewx[23528]: restx: MQTT: Published record

[weewx-user] Re: Install basic report in Weewx

2019-09-30 Thread gjr80
Hi, Does the directory home/pi/Weewx/Examples/basic exist and what are its contents? Try using the following command: $ ls -ail home/pi/Weewx/Examples/basic What output do you see? If i understand your weewx.conf question correctly you cannot make any changes to weewx.conf. There are a

[weewx-user] Re: WeeWX doesnt run in daemon or startup after reboot - any help?

2019-09-30 Thread gjr80
Thanks. Starting to reach the limits of my expertise but I don't think there is anything wrong with the /etc/init.d/weewx script; rather I think there is some other fundamental problem. The run script is identical to the distributed Debian based version and since you can start and stop WeeWX

Re: [weewx-user] Re: Best way to get available cheetah variables

2019-09-30 Thread Hyrules Hyrules
Got it thanks. -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [weewx-user] Re: Best way to get available cheetah variables

2019-09-30 Thread Thomas Keffer
I think we are misunderstanding each other. Run weewxd directly from the command line . You will see it print something like: LOOP: 2019-09-30 14:15:16 PDT (1569878116) altimeter: 30.111448577506454, appTemp: 47.3810153041827, barometer:

[weewx-user] Install basic report in Weewx

2019-09-30 Thread Harry Nieuwdorp
I found the following errors when installing basic report. Please explain. pi@REpb4:~$ wee_extension --install=home/pi/Weewx?Examples/basic Request to install '/home/pi/Weewx/Examples/basic' Traceback (most recent call last): File "/usr/bin/wee_extension", line 82, in main() File

[weewx-user] Re: Best way to get available cheetah variables

2019-09-30 Thread Hyrules Hyrules
How would I proceed in the command line with bash $variable ? -- 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 weewx-user+unsubscr...@googlegroups.com. To view

Re: [weewx-user] N/A / unavailable wind data

2019-09-30 Thread Pat
What does your console show? I've had my VP2 for about 18 months as well and my wind vane died on me. Reported windDir 0 for majority of they day, but wasn't constantly at 0. Davis sent me a test cable to test the ISS. I ended up paying for a replacement anemometer/wind vane unit. If you find

Re: [weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Thomas Keffer
So, that's about 7% of the records. You'll probably be OK. -tk On Mon, Sep 30, 2019 at 11:10 AM Cyril D wrote: > Deleted 24295 out of 354786 records. > --rebuild-daily went without error. > > Thank you! > > -- > You received this message because you are subscribed to the Google Groups >

Re: [weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Cyril D
Deleted 24295 out of 354786 records. --rebuild-daily went without error. Thank you! -- 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

Re: [weewx-user] Re: Belchertown Skin - display Units

2019-09-30 Thread Xant
Pat Later figured out that actually more complex than thought (instead of simple HTML display). Will investigate further later on... Thx, Xant -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

Re: [weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Thomas Keffer
I don't know what "many lines" means, but you're going to have to make a judgment call. You can either 1. Delete them all; or 2. Set the values to the nominal archive interval that the rest of the database uses. I think either approach is safe and unlikely to give you much trouble. Unless, of

Re: [weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Cyril D
Thanks, the database is in MySQL, so it's easier to manage. I have many lines with interval = 0 (none < 0) -- 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

Re: [weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Thomas Keffer
Using the tool sqlite3 (you may have to install), see how many zero interval values are in your database: Adjust path as necessary, but this path should be close: $ *sqlite3 /home/pi/cleusb/weewx/archive/weewx.sdb* sqlite> *select dateTime, datetime(dateTime,'unixepoch','localtime'), interval

[weewx-user] --rebuild-daily : ValueError: Non-positive value for record field 'interval': 0

2019-09-30 Thread Cyril D
Hello, Following a bug on my system that sends incorrect values to weewx, I had to delete records from the archive database. Then I run: wee_database weewx.conf --drop-daily Followed by wee_database weewx.conf --rebuild-daily With this latest command I get this error: ./bin/wee_database

[weewx-user] Re: AcuRite import/load data logger

2019-09-30 Thread comatose1978
Thanks for the quick reply, and link to the driver info. Looks like I’ll be buying a raspberry pi. -- 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

[weewx-user] weewx-sdr not storing data packets of WH1080

2019-09-30 Thread Andrea Cecilia
Hi there, I'm having troubles with weewx-sdr and Fine Offset WH1080. The problem is very simple: It finds the packets coming from the sensors, but weewx is not creating data packets to store in its database. Here is what I see: Sep 30 15:27:56 provaSDR weewx[4964]: sdr: MainThread: lines=[] Sep

Re: [weewx-user] N/A / unavailable wind data

2019-09-30 Thread mrbalky
Simple answer: RTFM. My apologies! Thanks! On Monday, September 30, 2019 at 7:23:36 AM UTC-6, Thomas Keffer wrote: > > See the section *There is no wind direction when wind speed is zero > * in the User's > Guide. > > -tk > > On Mon, Sep

Re: [weewx-user] N/A / unavailable wind data

2019-09-30 Thread Thomas Keffer
See the section *There is no wind direction when wind speed is zero * in the User's Guide. -tk On Mon, Sep 30, 2019 at 6:19 AM mrbalky wrote: > Howdy, > > VantagePro2 wireless, console connected via USB to a RPi running WeeWX > 3.9.2. WeeWX

[weewx-user] N/A / unavailable wind data

2019-09-30 Thread mrbalky
Howdy, VantagePro2 wireless, console connected via USB to a RPi running WeeWX 3.9.2. WeeWX is logging to MySQL on a separate machine. I have been having what I think is a problem with unavailable wind data. The data logging packets are showing "windDir: None", which results in the current

[weewx-user] Re: AcuRite impoer/load data logger

2019-09-30 Thread Andy
If you read the comments in the acurite.py driver there is a bit of information about history. That part of the driver is not complete. Can you run a raspberry pi at your remote location and log the data with weewx? And