Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread vince
I think if you look at all your VM logs you'll find firstboot started at 1969 or 1970 and then shortly thereafter it got time from either the host os or from an internet ntp site. There's really no other explanation. On Saturday, January 23, 2021 at 5:32:01 PM UTC-8 weatherl...@gmail.com

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread weather list
On 22 Jan, 2021, at 12:56, vince wrote: > > Any time you see 1969 it means your VM came up with a time of zero seconds > (or close) since the unix epoch of 1/1/1970 midnight UTC. You're seeing > 1969 because you are a few hours behind UTC in your timezone. I've never > seen this in

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread Tom Keffer
If all the other records have a timestamp (field 'dateTime') that truly looks correct (check!), then the problem may be as simple as waiting for new files to be regenerated. Or, try deleting all generated files. They will be automatically regenerated at the next reporting cycle If you used the

Re: [weewx-user] NOAA Reports showing back to 1969

2021-01-23 Thread weather list
The first record in weewx.sdb had a value of 300 in the dateTime field; all the other fields look correct. I removed that, and dropped/rebuilt the dailies. Problem persists. > On 22 Jan, 2021, at 11:51, Tom Keffer wrote: > > This is probably caused by a record in your database with a very old

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-23 Thread bell...@gmail.com
I'll be interested in hearing if there is a better way, but here is what I did to add a new observation. 1. Wrote this service. import weewx import weewx.units weewx.units.obs_group_dict['honeywell01'] = 'group_temperature' weewx.units.obs_group_dict['honeywell02'] = 'group_temperature'

Re: [weewx-user] New Units and Unit Groups for MQTT

2021-01-23 Thread weather list
Karen, When you have a moment I would be interested in the devices you are using to measure water level and flow. > On 23 Jan, 2021, at 16:18, Karen K wrote: > > I installed MQTTSubscribe service. In this case it provides data about water > level (unit cm) and water flow (unit cubic meter

[weewx-user] New Units and Unit Groups for MQTT

2021-01-23 Thread Karen K
I installed MQTTSubscribe service. In this case it provides data about water level (unit cm) and water flow (unit cubic meter per second) of the near river. As those units and unit group are not included in the standard weewx I have to assign them elsewhere. Because I use the MQTTSubscribe

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Invisible Man
ok :) thanks ! On Saturday, January 23, 2021 at 7:23:40 PM UTC+1 jo...@johnkline.com wrote: > > I really fail to understand why the doc says to do that... > > When freshly installing weewx, it is not possible to choose a driver > UNLESS it comes with weewx. But you need to pick something, so

[weewx-user] Re: What's the preferred way to add new sensors?

2021-01-23 Thread vince
My suggestions: - Never alter a released driver. If you do so, your changes will be overwritten every time you upgrade weewx. - Do all your custom things in extensions. They go into the bin/user directory and are upgrade safe. - Package your custom extension or skin in a

[weewx-user] Re: Raspberry Pi 4 + WMR89 = CP210X driver problem

2021-01-23 Thread Dani Macías Perea
Thanks for the answer Rob. That is exactly what I was planning to do, I already have in my shopping cart an SDR doongle + a GME280 sensor. I had an WMR88 station that showed reception problems after some years (RF antenna reception in the console was loosing sensitivity) and using an external

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread John Kline
> I really fail to understand why the doc says to do that... When freshly installing weewx, it is not possible to choose a driver UNLESS it comes with weewx. But you need to pick something, so the doc says to pick simulator. Once you install the wmr200 driver, you want to switch to using the

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Invisible Man
> You are seeing dummy data from the simulator. Hmmm... that's what I was starting to understand. I really fail to understand why the doc says to do that... A bit lost there, but as @tke said, I've run "sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt" again and that removed the

[weewx-user] What's the preferred way to add new sensors?

2021-01-23 Thread peterq...@gmail.com
I'm building a new thermostat and the controller (ESP32) has wifi. I'm going to capture the data and add it to weewx. The sensor that I'm using also has RH and my Accurite 5 in 1 doesn't send the RH values out over the USB, so I'm going to grab that too. I already have a secondary thermometer

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread John Kline
I meant to say station_type. You do not want: station_type = Simulator You are seeing dummy data from the simulator. > On Jan 23, 2021, at 9:43 AM, Invisible Man wrote: > >  > > sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt > > I have to do it after an apt upgrade weewx ? >

[weewx-user] Re: PM10 in ecowitt WH41 sensor?

2021-01-23 Thread gjr80
Not via the GW1000 API there isn’t. It does not show in any of the raw sensor data that is returned from the GW1000. Gary On Saturday, 23 January 2021 at 23:30:14 UTC+10 graha...@gmail.com wrote: > fiddling with SDR trying to find some other sensor, i notice the following > from rtl_433: > >

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Invisible Man
> sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt I have to do it after an apt upgrade weewx ? Anyway, I did do it again. It changes station_type to WMR200 (not Simulator) again. Is that normal ? On Saturday, January 23, 2021 at 6:25:46 PM UTC+1 tke...@gmail.com wrote: > Did

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Tom Keffer
Did you do step #4? sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt On Sat, Jan 23, 2021 at 9:16 AM Invisible Man wrote: > > I’m not sure why you keep mentioning simulator (as in > extension/simulator). > > Because the doc https://github.com/weewx/weewx-wmr200 says "Install >

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Invisible Man
> I’m not sure why you keep mentioning simulator (as in extension/simulator). Because the doc https://github.com/weewx/weewx-wmr200 says "Install WeeWX, selecting 'Simulator' driver. See directions at http://weewx.com/docs/usersguide.htm#installing; >driver = simulator No, I don't have

Re: [weewx-user] yearwindvec calculation problem

2021-01-23 Thread jerry...@gmail.com
Solved. After rebuilding daily, yearwindvec scale is back to normal. Thanks, Tom. On Friday, January 22, 2021 at 6:29:20 PM UTC-8 jerry...@gmail.com wrote: > Tried running rebuild a second time. Finished in 1 second and reported it > was done. > > └─[$] <> sudo ../bin/wee_database

Re: [weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread John Kline
I’m not sure why you keep mentioning simulator (as in extension/simulator). Do you have the following line in your weewx.conf? driver = simulator If so, it should not be there. > On Jan 23, 2021, at 8:49 AM, Invisible Man wrote: > >  > Hello, > > My outside temperature, my barometer, my

[weewx-user] Bad temperature/barometer/dew point

2021-01-23 Thread Invisible Man
Hello, My outside temperature, my barometer, my dew point, my gust wind are completely crazy! Important: this happened after an upgrade from 4.2.0 to 4.3.0, where I had to install the WMR200 extension as it is no longer in the main weewx in 4.3.0. So please consider something might be wrong

Re: [weewx-user] Re: alarm module - multiple alarms

2021-01-23 Thread Remy Lavabre
Hi, Do you know if there is a possibility to modify the py file in order to have an alarm delay specific to each alarm (for example 3600 seconds for alarm1, 7200 seconds for alarm2 etc)? THANK YOU Le lundi 5 octobre 2020 à 13:04:00 UTC+2, graha...@gmail.com a écrit : > should be ‘None’ not

Re: [weewx-user] Re: ERROR weewx.cheetahgenerator: **** MemoryError

2021-01-23 Thread wes...@gmail.com
has anyone filed an issue on the github project for cheetah? -- 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

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Invisible Man
*It works! I have reports!* Now, I suspect the issue was not coming from python 2.7, but from the installation of the WMR200 extension. When I shifted from python 2.7 to 3.x, after updating the apt sources, I re-installed the weewx package. I noticed changes in weewx.conf: 1) *station_type =

Re: [weewx-user] Davis VP2, SDR, BMP280

2021-01-23 Thread 'rob.s...@googlemail.com' via weewx-user
I have just posted details of how to do it inside sdr.py. Seems a lot simpler that messing with the message queue. https://infiniteknowledge.co.uk/2021/01/23/adding-sensors-to-a-rpi-weather-station/ On Saturday, 23 January 2021 at 13:55:40 UTC Greg Troxel wrote: > > "gary@gmail.com"

Re: [weewx-user] weewx 4.x python3 Syslog problem

2021-01-23 Thread Manfred Nadymacek
Hi , Meanwhile i install on another Rasberry Pi 3 the complete buster raspbian again and migrate again weewx on it. Now rsyslogd is working fine but i compare the installation and found no difference. Very strange ! nevertheless thanks to all it's working Am Sa., 23. Jan. 2021 um 09:48 Uhr

Re: [weewx-user] Davis VP2, SDR, BMP280

2021-01-23 Thread Greg Troxel
"gary@gmail.com" writes: > Thanks to Luc, the SDR is up and running. We interfaced with the BMP280, > but I am unable to find a service to read the barometer info into WeeWX. > > How do we go about adding the BMP to WeeWX with the SDR? What I would do, perhaps more complicated than you

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Tom Keffer
It is a good idea to switch. I'll be very interested to hear if it makes any difference. On Sat, Jan 23, 2021 at 5:31 AM Invisible Man wrote: > I'm going to shift to python3. Let you know when it's done. Besides my > bug, I think it's a good idea to abandon python 2.7 ;-) > > On Saturday,

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Invisible Man
I'm going to shift to python3. Let you know when it's done. Besides my bug, I think it's a good idea to abandon python 2.7 ;-) On Saturday, January 23, 2021 at 2:20:26 PM UTC+1 Invisible Man wrote: > > Yes, that was fixed with commit 624fb9e >

[weewx-user] PM10 in ecowitt WH41 sensor?

2021-01-23 Thread Graham Eddy
fiddling with SDR trying to find some other sensor, i notice the following from rtl_433: time : 2021-01-24 00:02:08 model : Fineoffset-WH0290 ID: 4 2.5um Fine Particulate Matter: 8 ug/m3 10um Coarse Particulate Matter: 9 ug/m3 Integrity : CRC

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Invisible Man
> Yes, that was fixed with commit 624fb9e . It's only a problem under Python 2.7. Ok, I manually applied the fix to config.py, and now *wee_reports runs* :) $ wee_reports /etc/weewx/weewx.conf Using configuration

Re: [weewx-user] Weewx 4.3.0 and weewx multi on a fresh install

2021-01-23 Thread sc.lep...@gmail.com
Hello back systemctl is the default system to start /stop / manage service on a Debian 10 / Ubuntu Centos 7 /8 and in future Centos Stream ( ?) the two systems coexist (init.d and systemctl) : We can use start / stop system via init.d , the weex-multi script is for this system and dont

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Tom Keffer
Yes, that was fixed with commit 624fb9e . It's only a problem under Python 2.7. On Sat, Jan 23, 2021 at 4:35 AM Invisible Man wrote: > >1. Your weewx.conf file is in /etc/weewx/weewx.conf, which is a location >

Re: [weewx-user] Re: weewx 3.8.2 and drivers weather station WS1041

2021-01-23 Thread Sergi Mola
Did you make it work? I received a WS1040 station last Christmas and I wanted to connect it to weewx. Thank you! On Tuesday, 29 January 2019 at 13:18:36 UTC+1 mwall wrote: > On Tuesday, January 29, 2019 at 5:14:32 AM UTC-5, Wifi75 wrote: >> >> at each time I have already installed everything.

Re: [weewx-user] Re: Weewx StdReport FTP is not uploading... ?

2021-01-23 Thread Invisible Man
>1. Your weewx.conf file is in /etc/weewx/weewx.conf, which is a location usually associated with a Debian package installer, but the rest of weewx is in /home/weewx, which is usually >associated with a setup.py install. Is that what you intended? Yes, that's "normal", it is because a long

[weewx-user] Re: Davis VP2, SDR, BMP280

2021-01-23 Thread 'rob.s...@googlemail.com' via weewx-user
I hacked sdr.py to add a pressure reading when it processes the packers from the other sensors. Seemed easier than tryi g to run a second service. On Saturday, 23 January 2021 at 02:52:25 UTC gary@gmail.com wrote: > I have a retired friend who has been admiring my PWS and my website and >

[weewx-user] Re: Raspberry Pi 4 + WMR89 = CP210X driver problem

2021-01-23 Thread 'rob.s...@googlemail.com' via weewx-user
I had similar problems. In the end I opted for to use sdr interface and pick up the signal dorect from the sensors. Added a BME280 to the RPi for pressure and greenhouse temperature. Very pleased with the result. On Saturday, 23 January 2021 at 10:38:47 UTC dani.mac...@gmail.com wrote: >

[weewx-user] Raspberry Pi 4 + WMR89 = CP210X driver problem

2021-01-23 Thread Dani Macías Perea
Hello, I have a Raspberry Pi 4 model B 8GB running 5.4.79-v7l+. I have bought it to replace my previous Raspberry Pi 3. The Pi 3 was connected via USB with an Oregon Scientific Weather Station (WMR89) and used CP210X driver to communicate with it. As the pair Vendor/Product ID wasn't

Re: [weewx-user] weewx 4.x python3 Syslog problem

2021-01-23 Thread Manfred Nadymacek
Hello, as i sadly said there is no entry pi@pi-weewx:/var/log $ ls -l syslog* -rw-r- 1 root adm 0 Jän 23 00:00 syslog -rw-r- 1 root adm 284251 Jän 22 19:44 syslog.1 -rw-r- 1 root adm 31249 Jän 20 16:15 syslog.2.gz -rw-r- 1 root adm 109457 Jän 14 18:44 syslog.3.gz

Re: [weewx-user] weewx 4.x python3 Syslog problem

2021-01-23 Thread vince
On Friday, January 22, 2021 at 11:52:32 PM UTC-8 nady...@gmail.com wrote: > pi@pi-weewx:/var/log $ logger -p user.debug "This is a debug message" > > pi@pi-weewx:/var/log $ ls -l /var/log/syslog* > -rw-r- 1 root adm 0 Jän 23 00:00 /var/log/syslog > -rw-r- 1 root adm 284251 Jän 22