Re: [weewx-user] Re: Why the rain 'spikes'?

2024-02-18 Thread Bob Atchley
in the WS6in1 driver (1.05) to suppress the first 2 packets, so the spikes are no longer present. But the real fix is the user needs to manually empty the console data buffer periodically Hope this helps Bob On Friday 19 January 2024 at 08:05:22 UTC Bob Atchley wrote: > Interesting, I had

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-24 Thread Bob Atchley
Unfortunately the interface from the Bresser PC console doesn't include the battery status - so not provided because its not available (i wish it was, a silly oversight) Why 5 minute intervals ... it seems a sensible compromise of providing useful data while not filling the disk up too rapidly

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-19 Thread Bob Atchley
Interesting, I hadn't noticed that, and I see the same pattern on the other days you have posted. I suspect what is happening is that if the data buffer is full, the final data item is continually over written with that days accumulated rain which the WS6.in1 driver then assumes is a normal

Re: [weewx-user] Re: Why the rain 'spikes'?

2024-01-18 Thread Bob Atchley
Sorry I'm picking this thread up a bit late. Looking at the output of the SQL commands I'm seeing unexpected behaviour (apart from the rain spikes). The Bresser weather station has a buffer that with the 15 minute interval you are using should allow up to 150 days of data to be recovered. But

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-12 Thread Bob Atchley
"PC Software" bit as we are using weewx rather than the very limited software that can be downloaded) It is a bit fidilly but it does the trick (typical weather station implementation with excellent capability but poor usability). cheers Bob On Wednesday, 12 July 2023 at 08:30:31

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-12 Thread Bob Atchley
Hi Ivo, Re reading your messages, I think I understand the issue - the ws6in1 driver will back fill missing data but only if it is available from the console. The Bresser 5 in 1 console has a limited storage that gets filled and unfortunately once full it no longer stores new data. If set to

Re: [weewx-user] No handlers could be found for logger "user.ws6in1".

2023-07-11 Thread Bob Atchley
Hi Ivo, ws6in1 should still work with v3.7.1 its more that I no longer have the capacity to support/test it, and with the imminent (?) release of weewx v5 which is not compatible with Python 2.x I thought it time to move on. I can't see any ws6in1 errors in the logs you have provided so not

[weewx-user] Re: Recommends for new station under 300

2022-08-10 Thread Bob Atchley
If you can get one of these Weather stations in your location: Bresser PC 5 in 1 - 7002571 Logia 5-in-1 PC - LOWSB510PB They are well below your budget, buffer 50 days worth of data, are reasonably accurate and have usb connection for PC (and hence weewx support). Make sure the console

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-20 Thread Bob Atchley
Please read the readme.txt for the WS6in1 driver. if you set the optional driver parameter "wsType" to "WS5in1" it will suppress the UV value. Hope this helps Bob On Monday, 20 June 2022 at 13:47:40 UTC+1 Ξ wrote: > btw, Bob, since my station is 5-in-1 i.e. without the UV measuring it >

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-14 Thread Bob Atchley
Looks like the 'Cheetah' module is not installed (or Python can't find it) Have a look at the install page: https://weewx.com/docs/setup.htm And look at the different OS tabs (Arch is not included). Some seem to use 'pip3' others the equivalent of 'pacman install' I would try a combination to find

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-09 Thread Bob Atchley
Hi Weewx-user, line 369 is simply an import of crcmod. It has failed showing that the crcmod library is not available for python to use. You need to follow the readme, but maybe there are complications caused by Arch Linux (?) pip3 install crcmod sudo apt install python3-crcmod [or the

[weewx-user] Re: Installing WS 6in1 for Bresser 5-in1

2022-06-07 Thread Bob Atchley
Hi weewx-user I would highly recommend using weewx v4.x with python3 if you can. It is sometime since I tested the ws6in1 driver with python2 and never on arch linux (but that shouldn't be a problem). I seem to remember that weewx v4 is needed for compatibility with python3 - so you would need

[weewx-user] Re: NOOB Questions on "Installation using setup.py" on Raspberry Pi

2022-05-31 Thread Bob Atchley
n the map too (though I > mis-typed the web site url). location = "Washington/South Strabane, PA" > > @Bob Atchley > Looking forward to looking through the code, but it's working well. > > I did notice some startup warnings, like "WARNING user.ws6in1: > genSt

[weewx-user] Re: NOOB Questions on "Installation using setup.py" on Raspberry Pi

2022-05-23 Thread Bob Atchley
And just as a slight addendum to your original post ... I personally choose to run weewx as a non privileged user. Its relatively simple to set up but the user does need to be in the www-data group to interface with the web server (assuming the web server is local) and needs permission to

[weewx-user] Re: Bresser 6in1 with WeeWx possible?

2022-05-10 Thread Bob Atchley
IF you have the Bresser 6in1 with the PC console (Bresser PC 6 in 1 - 7002570) then the WS 6in1 driver fully supports this: https://github.com/bobatchley/weewx-ws6in1 If you have the WiFi version then you need to get an SDR (software defined radio) and use the SDR weewx driver:

Re: [weewx-user] New weather station UK

2021-03-08 Thread Bob Atchley
CCL Electronics is another company that makes Weather stations that are sold as rebadged clones by the likes of Bresser, Youshiko, Garni, Ventus, Logia and probably others. The WS6in1 driver for weewx supports these that are connected to the PC connected console. The WiFi versions of these

Re: [weewx-user] Logia 5in1 - how to get barometer reading (need something like Wunderfixer)

2021-01-25 Thread Bob Atchley
Hi Joe, Just checking ... I'm assuming you have the WiFi version of the Logia 5in 1 rather than the PC version: https://logiaweatherstations.com/collections/all/products/5-in-1-wireless-weather-station-with-pc-data-sync If you have the PC version you can use the WS6in1 driver, which will get

Re: [weewx-user] Re: Bresser 6in1

2020-11-28 Thread Bob Atchley
Hi Paul In your case you need to 1) Either follow steps 2 and 3 of the installation in the readme.txt or if you know where the ws6in1.py is located simply replace it with the updated one from github (location is dependent on how you did the original weewx installation) 2) Update your

Re: [weewx-user] Re: Bresser 6in1

2020-11-28 Thread Bob Atchley
Hi Paul, I agree with Tom. Using the 'Correction' field is a good work around, but not really the best long term solution. So I have released 1.02 of the WS6in1 driver. Apart from updating the readme.txt giving updated details of the additional supported weather stations the only other

[weewx-user] Re: Bresser 6in1

2020-11-26 Thread Bob Atchley
Hi Paul, I'm not sure if this will work, but in another thread Gary let us know that if you are using weewx 4.2 it is possible to add corrections: [StdCalibrate] [[Corrections]] UV = None It might not work, but a simple solution if it does (may be it should be UV = Null, not sure)

[weewx-user] Re: Bresser 6in1

2020-11-24 Thread Bob Atchley
Hi Paul, Within the weewx.conf file In the WS6in1 driver section simply add "model = abc" as an additional parameter, replacing abc with whatever you want to call it. So mine reads: [WS6in1] # This section is for the 6in1 series of weather stations. # model - this is optional model

[weewx-user] Re: Bresser 6in1

2020-11-23 Thread Bob Atchley
Hi Paul, Yes, I wish I had known about CCL Electronics before, almost definitely the manufacturer. I'll stick with the current name but update the Readme. As for 'About this weather station', the 'model' parameter is optionally supported, I have mine set to "model = Youshiko YC9388 (WS6in1)"

[weewx-user] Re: Bresser 6in1

2020-11-22 Thread Bob Atchley
Thats a new one ! Thanks Paul. Maybe I need to rename the driver, WS6in1 doesn't quite fit any more. Garni, Ventus and Youshiko (and probably others) will probably be selling similar 5 in 1 weather stations Regards Bob -- You received this message because you are subscribed to the Google

[weewx-user] Re: ws6in1 sensor mapping

2020-11-18 Thread Bob Atchley
Hi Steven, I'm afraid, put very simply, this is a driver option that I have not implemented in the WS6in1 driver. As I now have an additional sensor this is something I could add ... I'll have a play this weekend. Personally I have the identical Youshiko YC9388 and I find the temperature

Re: [weewx-user] Non supported weather station

2020-11-06 Thread Bob Atchley
To add to Gary's post on using an SDR solution I know that the Bresser 6 in 1 is supported by the rtl_433 software, and I'm pretty sure that the Bresser 5 in 1 using the 868MHz frequency is compatible. However the software for these may not yet be in the main branch - but is available. See

[weewx-user] Re: Bresser 6in1

2020-11-04 Thread Bob Atchley
ecfg.prompt_for_driver_settings(driver, config_dict)) > File "/usr/share/weewx/weecfg/*init*.py", line 1685, in > prompt_for_driver_settings > *import*(driver) > File "/usr/share/weewx/user/ws6in1.py", line 369, in > import crcmod > ModuleNotFoundError: No modul

[weewx-user] Re: Bresser 6in1

2020-09-24 Thread Bob Atchley
Hi Stéphane The following are identical: Youshiko YC9388 Bresser PC 6 in 1 Garni 935PC Ventus W835 I think the Bresser model is the Bresser 7002570 - it should specifically mention the PC data connection. The WiFi version is not compatible as the USB connection provides power only (no data).

Re: [weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-06-18 Thread Bob Atchley
Hi Ondrej, All good then, I just need to work out why the Python2 install didn't work (possibly because you had added the Python3 dependencies not the Python2 ones ? If so that would make sense) The rest of weewx is much more reliable than my driver !! I have been using mariaDB from day 1 and

Re: [weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-06-16 Thread Bob Atchley
Hi Ondrej, Really pleased you have everything working. The WS6in1 driver should be compatible with Python2 and 3 - though I strongly recommend 3. I'm using Python3 and it could be I've inadvertently introduced a Python3 feature that I shouldn't have, I'll check. I don't understand why you

[weewx-user] Re: WS6in1 driver 0.3

2020-06-15 Thread Bob Atchley
I have released 0.7 of the WS6in1 driver The main change is to cope with bad data when reading the data buffer when weewx starts. This is fairly rare but has been an issue for Remy. Release 0.6 tried to replace bad data with nulls, but unfortunately missing data meant data was being

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-06-15 Thread Bob Atchley
Hi Ondrej I don't understand the behaviour you are seeing and I need a bit more information. Are you trying to run with the weewx Simulator and the WS6in1 at the same time ? You should only be using WS6in1. The results you are seeing cannot be conversion errors they are something completely

[weewx-user] Re: WS6in1 driver 0.3

2020-06-08 Thread Bob Atchley
I had to hunt around for that ... There is a field in the driver that I had correctly updated, but I had forgotten the the installer has a field which was still set at 0.2. I'll remember to correct it for the next releases, but its cosmetic only Bob -- You received this message because you

[weewx-user] Re: WS6in1 driver 0.3

2020-06-08 Thread Bob Atchley
Whoops ... now WS6in1 prevents weewx from cleanly closing down I have removed the unnecessary catchall exception handling I have released WS6in1 driver version 0.6. Bob -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

[weewx-user] Re: WS6in1 driver 0.3

2020-06-07 Thread Bob Atchley
I have updated weewx to version 4.1.1 (from 4.0.0) and it all went very well without any problems. However offline Remy shared a log file that showed that my assumption that if the checksum from our weather station is good the data in the message is good is not absolutely 100% guaranteed

[weewx-user] Re: WS6in1 driver 0.3

2020-06-03 Thread Bob Atchley
Hi Jarda, different problems I think - Remy's problem was usb cable related and the WS6in1 driver is working again ... your problem is not related to the WS6in1 driver if the data is getting to the database but something that has been introduced by the new weewx version. if you follow Tom

[weewx-user] Re: WS6in1 driver 0.3

2020-06-03 Thread Bob Atchley
Hi Remy, Sorry I'm still on 4.0.0, I should have time this weekend to update to the latest weewx and investigate what's going on. Are there any clues in the log files ? Bob -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

Re: [weewx-user] YEAR Tab shows graph with much lower actual temperatures than were recorded. Same with Heat Index.......

2020-05-20 Thread Bob Atchley
Hi Tom, As a relatively new user of weewx I have to say I'm completely with Joe on this, and was on the point of making a similar comment. I'm not saying the graphs are wrong if you know what they are telling you, but they are very wrong if you make reasonable (but incorrect) assumptions

[weewx-user] Re: WS6in1 driver 0.3

2020-05-17 Thread Bob Atchley
I have released 0.4 of WS6in1 driver that clears up the defect spotted by Remy, and a number of changes I had to make following that (a cascade of issues). Details are in the readme.txt and changelog with more notes added Bob -- You received this message because you are subscribed to the

[weewx-user] Re: WS6in1 driver 0.3

2020-05-16 Thread Bob Atchley
Hi Remy, As stated I don't have an extra sensor (I must get one just to do some testing). Looking at the database these fields exist: extraTemp1 | extraTemp2 | extraTemp3 extraHumid1 | extraHumid2 but also fields like soilTemp1 | soilTemp2 | soilTemp3 | soilTemp4 | leafTemp1 | leafTemp2

[weewx-user] Re: WS6in1 driver 0.3

2020-05-16 Thread Bob Atchley
Hi Jarda, I'm not sure whats happening here. time: 1589649000 is 2020/05/16 17:10:00. That looks like the current time ? What the weewx engine does is look in the database for the time of the latest record and then calls genStartupRecords in the driver to retrieve any missing records from

[weewx-user] Re: WS6in1 driver 0.3

2020-05-16 Thread Bob Atchley
Hi Remy, I am intending to write a utility to pull the data off the console into csv format. In fact I had a test utility that did just this while working out the usb protocol, so it should not be difficult. I don't have any extra sensors so its difficult for me to answer your other 2

[weewx-user] Re: WS6in1 driver 0.3

2020-05-16 Thread Bob Atchley
ing. Shutting engine down*.) > > I have setting konzole 30 min. and after setting the console for 5 min. > and restart weewx is running. > thank you once again. super job. > cheers > Jarda > > Dne sobota 16. května 2020 13:40:32 UTC+2 Bob Atchley napsal(a): >> >> I

[weewx-user] WS6in1 driver 0.3

2020-05-16 Thread Bob Atchley
I have released version 0.3 of the WS6in1 driver for the weather stations: Youshiko YC9388 Bresser PC 6 in 1 Garni 935PC Ventus W835 (+ others ?) This release adds restoring missed records on weewx startup. Confession: I have only tested this with

[weewx-user] Re: Weewx-archive for EVERY weather station that works with WU

2020-05-08 Thread Bob Atchley
Hi Christian, > > I had never heard of the "EuroChron EIWS 1", but it turns out it is almost identical to the Youshiko YC9388 which I have (and the Bresser 6 in 1, Garni 935PC, Ventus W835 and probably others). The big difference is that mine has a console with USB connection to a PC (well

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-05-08 Thread Bob Atchley
Hi Jarda, Pavel, I'm extremely happy that the updated driver is working ... I might even buy myself an extra sensor at some point ! I do know how to download the data history stored on the console, but I haven't explored how to use this. I think weewx can use this to fill in missing data in

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-05-06 Thread Bob Atchley
Hi Jarda, Pavel seems to think it might be working, so I'll wait until he finishes testing before I look further but a few questions for you: If you look in the /var/log/syslog file on your raspberry pi are the extra sensor data set to None or do they have values ? Do you see the extra sensor

[weewx-user] Re: Bresser 6in1

2020-05-05 Thread Bob Atchley
Hi Remy and Sebastien I have a Youshiko YC9388 Weather station that I believe is identical to the Bresser 6 in 1 with usb connection to a PC. I found it was incompatible with the existing weewx weather station drivers. However I have been able to reverse engineer the usb protocol and have

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-05-03 Thread Bob Atchley
Hi Jarda, Very glad the WS6in1 driver is working for you. I don't have the extra sensors so have been unable to test them. Can you confirm that the correct values are being written to the database for humidity and temperature for your 2 extra sensors. I don't use the Neowx skin (I'm just

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-27 Thread Bob Atchley
Hi Pavel, The 0.2 release of the WS6in1 driver is now available. As stated I don't have an additional sensor to test the decode of the extra sensors, so please let me know how you get on Good luck Bob -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-26 Thread Bob Atchley
Hi Pavel, Quite good timing, I have a new version of the WS6in1 driver working on my system. I want to let it run for 24 hours or so on my system to make sure it is stable before I release it I will write a changelog but basically the changes are: 1) setTime implemented. This is run from

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-13 Thread Bob Atchley
Hi Pavel, I have written a setTime function (not yet tested). I then looked in the weewx engine to see how this is invoked ... and we have a problem. The engine calls the getTime function first, so that also needs writing. I know how to write this but unfortunately the ws6in1 protocol only

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-04-12 Thread Bob Atchley
Hi Pavel, I'm glad the WS6in1 driver is working for you. I know how to add the extra sensor outputs - but I don't have any extra sensors so can't test it. I will make the changes and let you know when its complete, but I will have to rely on you testing that the correct values are

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-31 Thread Bob Atchley
Hi Vladimir, Really please its working. And yes it should be as simple as updating the weewx.conf file, the ws6in1 driver simply provides the interface between weewx and the weather station, it should not interfere with sending data to Wundercloud etc, though I have not tried this yet Bob

[weewx-user] Re: wee_import csv problem "csv.Error: line contains NULL byte"

2020-03-28 Thread Bob Atchley
Hi Janne, I've carried out a similar import from my Youshiko weather station and came across exactly the same issue. I'm an Emacs user and looking at the csv file exported from the Youshiko software in hexl-mode it would appear that the csv file is exported in UTF-16 format rather than

[weewx-user] Re: wee_import csv problem "csv.Error: line contains NULL byte"

2020-03-23 Thread Bob Atchley
Hi Janne, I think it is possible. The driver includes a function "genArchiveRecords" which I have not yet implemented for the ws6in1 driver (yet ... getting it working was the important thing first), but I think the purpose would be to do precisely what you want. I'm not sure how it is

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-22 Thread Bob Atchley
Hi Vladimir, We can do this ... I don't have any experience with a rpi zero, but I'm assuming you access it via ssh like my rpi2. I use mysql for the database, but if you are using the default sqlite database it should be here /home/weewx/archive/weewx.sdb or here /var/lib/weewx/weewx.sdb

[weewx-user] Re: Youshiko YC9388 Weather station

2020-03-22 Thread Bob Atchley
Hi Janne, So pleased its working!! Thanks for the remarks, I've added a note in the readme.txt about installing python-pip/python3-pip. The driver really is weewx-ws6in1.zip you must have renamed it somehow when you downloaded it (?) The history is an interesting question. I bought my

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-21 Thread Bob Atchley
Hi Vladimir Ok some progress. Before looking at uploading to weathercloud (for which I''m afraid I have no knowledge to help you, but others hopefully can) we need to establish whether the ws6in1 driver is doing its job. When you start weewx can you take a look at the syslog file

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-20 Thread Bob Atchley
Hi Vladimir OK I'm not sure what is wrong. I initially tested this on a raspberry pi and have just repeated my install instructions on a laptop (xubuntu 18.04) with a weewx 3.9.2 installation. For step 4 the "Installed drivers include:" has WS6in1 as the 0th item (i.e. first in the list).

Re: [weewx-user] Whew as a service on Raspberry Pi

2020-03-16 Thread Bob Atchley
I can't help with your crash reason, but interestingly I missed the documentation on weewx systemd and independently set up my weewx systemd service. Its very similar but works (at least for me on a raspberry pi 2). There is one difference (that may or may not be important) which is that I

[weewx-user] Re: Youshiko YC9388 Weather station

2020-03-15 Thread Bob Atchley
Hi Janne, I have uploaded the new driver for the 6 in 1 weather stations with PC connected consoles: Youshiko YC9388 Bresser PC 6 in 1 Garni 935PC Ventus W835 If you go to the weewx wiki and search for the ws6in1 driver and follow the link hopefully

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-03-15 Thread Bob Atchley
Hi Vladimir, I have uploaded the new driver for the 6 in 1 weather stations with PC connected consoles: Youshiko YC9388 Bresser PC 6 in 1 Garni 935PC Ventus W835 If you go to the weewx wiki and search for the ws6in1 driver and follow the link hopefully

[weewx-user] Adding manual observations

2020-03-09 Thread Bob Atchley
I wrote my own software for my aged ws2300 (c++ for the ws2300 interface, php for web) and as I prepare to go down the weewx route for my new weather station one of the things I'm going to miss is the ability to add simple manual observations: [image: Screenshot_2020-03-09_19-16-34.png]

[weewx-user] Re: WeeWX and Bresser 6 in 1?

2020-03-01 Thread Bob Atchley
Hi Andrea, The answer is not yet. I have the Youshiko YC9388 which is identical. Progress so far is that I have worked out enough of the usb interface protocol to get a test program working reliably and I'm currently writing a new driver for weewx. The main difficulty is getting to grips with

[weewx-user] Re: Weather station GARNI 935PC - compatibility with Weewx?

2020-02-23 Thread Bob Atchley
Hi Vladimir, Looking at the Garni 935PC image it looks to be identical to the Youshiko YC9388 which I have (and also the Bresser 6 in 1 and probably others as well) If that is the case then sadly it is not compatible ... yet. I have managed to reverse engineer the USB connection and have a test

[weewx-user] Re: Youshiko YC9388 Weather station

2020-02-09 Thread Bob Atchley
and more reliable Not expecting any responses, but if there is any interest let me know Bob On Friday, 3 January 2020 18:20:49 UTC, Bob Atchley wrote: > > Hi, > > Has anyone had any luck interfacing weewx (on a rpi) to this weather > station (which is identical to the Bresser 6

[weewx-user] Re: Youshiko YC9388 Weather station

2020-01-04 Thread Bob Atchley
Re-reading the documentation it would seem currently that the weewx FineOffsetUsb driver supports 2 formats: 1080 3080 These are similar but 3080 expands the 1080 to include UV and Luminescence. The "Youshiko YC9388"/"Bresser 6 in 1" can support up to 7 additional wireless hydro-thermo

[weewx-user] Youshiko YC9388 Weather station

2020-01-03 Thread Bob Atchley
Hi, Has anyone had any luck interfacing weewx (on a rpi) to this weather station (which is identical to the Bresser 6 in 1) and if so could you give me any pointers ? https://youshiko.co.uk/collections/digital-weather-stations/products/yc9388 My basic assumption is that this is a Fine Offset