Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Gazza
OK, I have done some more tests, first I have removed python-ow and now the owfs service in weewx is not working. When I run systemctl status owserver it shows that it is enabled and running. pi@GazPi4:~ $ systemctl status owserver * owserver.service - Backend server for 1-wire control

[weewx-user] WeeWX time out of sync in reports

2020-05-25 Thread gjr80
Hi, Would be good to understand exactly what is in your config. Could you post a wee_debug (http://weewx.com/docs/utilities.htm#wee_debug_utility) report please. Before posting the wee_debug report do check it for sensitive info such as passwords, api keys etc, wee_debug is good at obfuscating

[weewx-user] Additional Sensors

2020-05-25 Thread ttech
Hello, I am trying to combine the sensor data from a Vantage Vue and a Tempest so I can add UV and battery monitoring. Is there any easy way to store the data as part of the station feed? Or can I use a custom sensor collector - since I want to collect particulates, uv, and battery which is not

[weewx-user] Re: wee_extension inigo-data.txt is not generated

2020-05-25 Thread Greg from Oz
I assume you have done this verbatum? https://github.com/evilbunny2008/weeWXWeatherApp/wiki On Tuesday, 26 May 2020 14:20:57 UTC+10, Ronald Berghammer wrote: > > Thanks for the fast answer. > > No, it never worked! > -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: wee_extension inigo-data.txt is not generated

2020-05-25 Thread Greg from Oz
I use it every day and it is great on the phone app. What version weewx are you on? I am running 4.1 and it works. On Tuesday, 26 May 2020 14:20:57 UTC+10, Ronald Berghammer wrote: > > Thanks for the fast answer. > > No, it never worked! > -- You received this message because you are

[weewx-user] Re: wee_extension inigo-data.txt is not generated

2020-05-25 Thread Ronald Berghammer
Thanks for the fast answer. No, it never worked! -- 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

Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Gazza
The system must be using owserver as the weewx.conf has been changed to point to localhost:4304. I haven't removed python-ow should I do that ?? Gaz -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

[weewx-user] Re: wee_extension inigo-data.txt is not generated

2020-05-25 Thread Greg from Oz
Has it EVER worked or have you changed something else? On Tuesday, 26 May 2020 04:20:25 UTC+10, Ronald Berghammer wrote: > > Hello! > > I have a problem with the inigo wee_extension, the inigo-data.txt is not > generated. > > Here are my logfile: > > May 25 20:16:24 raspberrypi weewx[12508]

Re: [weewx-user] Re: TFA Klimalogg PRO on RaspberryPi

2020-05-25 Thread pete_panic
Hey Luc, this is fantastic! Thank you so much. Copied it to the weewx installation, fine tuned a bit et voilá. Working smoothly! The original problem was that I installed ubuntu 20.4 on a raspi 2 and that package only includes python 3. Installing pyhton 2 and switching between versions I ran

Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Glenn McKechnie
Gazza wrote: > > Hi Glen, > > I don't fully understand the pyownet bit but owserver would not run without > it being installed. Okay, that is confusing as pyownet is the client, it needs owserver. Owserver doesn't care whether pyownet is there or not. We do, it doesn't. If you were still

Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Gazza
Hi Glen, I don't fully understand the pyownet bit but owserver would not run without it being installed. Gaz -- 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] Noisy logging, log_success = False not followed

2020-05-25 Thread nineback
Thanks Tom. Working fine now. Tom From: weewx-user@googlegroups.com On Behalf Of Tom Keffer Sent: Monday, May 25, 2020 6:13 PM To: weewx-user Subject: Re: [weewx-user] Noisy logging, log_success = False not followed My apologies. The layout of the configuration dictionary

Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Glenn McKechnie
Hi Gaz, Excellent. Good to hear it's working for you, and may it keep doing so! You've certainly given it a good test, with the Service setup, python versions, and especially the owserver - pyownet combination! Great to have your working config setup too. It's always good to have that sort of

Re: [weewx-user] Noisy logging, log_success = False not followed

2020-05-25 Thread Tom Keffer
My apologies. The layout of the configuration dictionary changed, and I have not had a chance to update the Wiki. The change makes it more consistent with the Python docs. You want: [Logging] # Root logger [[root]] handlers = rotate, [[loggers]] [[handlers]] #

RE: [weewx-user] Noisy logging, log_success = False not followed

2020-05-25 Thread nineback
Following these instructions I had logging to weewx.log working. I upgraded to 4.1.0 and am now logging to syslog and not weewx.log. I tied Logging with and without the integers in my config file as below. #[Logging] #[[loggers]] ## Root logger #[[[root]]] #

Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tarmo
of course it is default python thing. thanks! :) On Tuesday, May 26, 2020 at 12:16:38 AM UTC+3, Tom Keffer wrote: > > Follow the setup.py instructions > carefully. You want > > *sudo python3 ./setup.py install* > > Otherwise it will use whatever is the

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
Gary, yes, I did try to install pysftp via pip, it failed, and I went onto other things. Will read more about this (including Matt's *readme*) and try this tomorrow. Meanwhile I'm having problems related to plain ftp that defy logical consistency but that's for another subject. On Monday, May

Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tom Keffer
In fairness, I just noticed that the upgrade instructions on the Upgrade Guide say use "sudo python ./setup.py install". We should probably update the update. -tk On Mon, May 25, 2020 at 2:16 PM Tom Keffer wrote: > Follow the setup.py instructions >

[weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread gjr80
Are you sure you are running setup.py under python 3 or is it perhaps defaulting to python 2 (and thus you need python-configobj)? Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails

Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tom Keffer
Follow the setup.py instructions carefully. You want *sudo python3 ./setup.py install* Otherwise it will use whatever is the default version of Python on your system, which is probably python 2. -tk On Mon, May 25, 2020 at 1:49 PM Tarmo wrote: > hi! > >

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread gjr80
I think the weewx-sftp issue was the inability to install pysftp via pip. It installed fine for me on raspbian Stretch last night though I needed to use pip2 not pip. A bit of googling the OPs pip error message suggested pip may need to be upgraded, wouldn’t be the first time that has come up.

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
Aha. "ReadMe". So that's what that's for.  jk I probably missed it. Thanks. On Mon, May 25, 2020 at 10:49 PM mwall wrote: > > > On Monday, May 25, 2020 at 3:56:16 PM UTC-4, Messy Potamia wrote: >> >> one.com's robotic tech support said they only do ftp, sftp, and ssh, and >> don't

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread mwall
On Monday, May 25, 2020 at 3:56:16 PM UTC-4, Messy Potamia wrote: > > one.com's robotic tech support said they only do ftp, sftp, and ssh, and > don't support ftps. I don't think that offshore robot even knew what ftps > was. > So can somebody tell me about the thing that MWALL has on github?

[weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tarmo
hi! please help on this: sudo ./setup.py install . . . Removing /home/weewx/bin/weewx-4.1.0.egg-info Writing /home/weewx/bin/weewx-4.1.0.egg-info Traceback (most recent call last): File "/home/weewx/bin/wee_config", line 12, in from weecfg.config import ConfigEngine, Logger File

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
one.com's robotic tech support said they only do ftp, sftp, and ssh, and don't support ftps. I don't think that offshore robot even knew what ftps was. So can somebody tell me about the thing that MWALL has on github? My pi's all have ssh enabled and can ssh & scp amongst each other. Not sure

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Tom Keffer
> > (Aren't we already in weewx-user?) > So, we are! For some reason, gmail didn't tag it 'weewx' like it usually does. >From your response, I take it you are using SFTP? If so, weewx does not support that. Only FTPS. -tk -- You received this message because you are subscribed to the Google

[weewx-user] Version 4.1.0 is ready

2020-05-25 Thread Tom Keffer
A couple new features, but mostly lots of little bug fixes. *New features:* Archive records emitted by the Vantage driver now include the number of wind samples per archive interval in field wind_samples. wee_import can now import WeatherCat monthly .cat files. Added a logging handler for

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
Here's what I get when I connect via cmd line from my pi: Password: 230 OK. Current restricted directory is / Remote system type is UNIX. Using binary mode to transfer files. ftp> Remote system type is UNIX. Duh. (Aren't we already in weewx-user?) On Monday, May 25, 2020 at 9:19:12 PM

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Tom Keffer
If you connect via the command line command "ftp", it will usually tell you the server make. BTW, let's switch to weewx-user for these questions. That way, others can contribute and learn. -tk On Mon, May 25, 2020 at 12:09 PM Messy Potamia wrote: > They haven't replied what kind of server

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
They haven't replied what kind of server they use. They're a pretty big hosting entity (one.com). I've been using their service for about 7 years, it includes my host name and about 20Gig of server space (I only host two weewx wx systems on it, so use less than 2%) and a bunch of other services

[weewx-user] Re: sdr.py not parsing Oregon WGR800X output correctly.

2020-05-25 Thread 'Rob Series' via weewx-user
Hi Gazza, The 'if' statement is on the right hand side of the '=' sign is actually a ternary operator. Read the expression as : if obj.get('battery_ok') == 'OK': pkt['battery'] = 1 else: pkt['battery']=0 (In python Numeric zero, None or False all evaluate to

[weewx-user] wee_extension inigo-data.txt is not generated

2020-05-25 Thread Ronald Berghammer
Hello! I have a problem with the inigo wee_extension, the inigo-data.txt is not generated. Here are my logfile: May 25 20:16:24 raspberrypi weewx[12508] DEBUG weewx.reportengine: Running report 'Inigo' May 25 20:16:24 raspberrypi weewx[12508] DEBUG weewx.reportengine: Found configuration

[weewx-user] Re: Import of driver failed [Interceptor]

2020-05-25 Thread Stephen Backway
The issue appears to be with passing of the interface, as changing the default interface at line 310 of interceptor.py to the correct interface and not specifying the interface in the weewx.cfg results in it working. For me this is what I changed it to: 310 DEFAULT_IFACE = 'wlan0' Calling it

[weewx-user] Re: Highcharts on Weewx v4

2020-05-25 Thread Phil Owers
Thanks Gary To keep every thing in its own sub-directory I did add HTML_ROOT = public_html/highchartaverages in weewx.conf Cant remember if it was like that before or if I added it. And thanks again for all your great work, and all others of course Phil On Saturday, April 18, 2020 at 7:48:17

Re: [weewx-user] V4 with python2 OWFS errors

2020-05-25 Thread Gazza
OK, I have had a read of the posts about pyton-ow being no longer supported and have now installed owserver and owshell and pyownet. As I am using a DS2482-100 I2C Bus master my owfs.conf contains: # DS2482-100 I2C Bus master server: device = /dev/i2c-1 server: port = localhost:4304 I changed

Re: [weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Tom Keffer
WeeWX supports FTPS, not SFTP. Two questions: Which one does your server support? If it supports FTPS, do you know what kind of FTP server it is? The PureFTP server tickles a bug in the Python FTP library, but we have a work around. -tk On Mon, May 25, 2020 at 3:12 AM Messy Potamia wrote: >

[weewx-user] Re: Import of driver failed [Interceptor]

2020-05-25 Thread Stephen Backway
Running the script directly works, so it is something todo with the Weewx - Interceptor link that isn't quite right. Example output: sudo PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/interceptor.py --device=wu-client --mode=sniff --iface=wlan0 --filter="src 192.168.4.50 and dst

[weewx-user] Re: Highcharts on Weewx v4

2020-05-25 Thread gjr80
I actually made the changes but never published the release. You will find v1.0.0 which is WeeWX 3/4 python2/3 compatible on the weewx-averages releases tab on GitHub. Gary On Sunday, 24 May 2020 23:41:10 UTC+10, Phil Owers wrote: > > Hi Gary

[weewx-user] Re: Ecowitt GW1000 and Passkey error

2020-05-25 Thread galfert
On Thursday, May 21, 2020 at 4:28:19 AM UTC-4, Gert Andersen wrote: > Hi Gary > > > Thanks for looking. > > > It works with multiple instances listening to different ports, so the > solution, buy more GW1000 devices. > > > I'm also using mqtt and the solution here was to have 1 instance

[weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
Note, per another post the relevance of which I'm not certain, i added the following to the [[FTP]] section secure_ftp = True secure_data = False Makes no difference, still won't connect. Filezilla using sftp connects fine, and the native weewx ftp connects fine. I'm trying to use secure

[weewx-user] Re: sdr.py not parsing Oregon WGR800X output correctly.

2020-05-25 Thread Gazza
Hi Rob, I don't know much about python so can you explain how the new version of the battery status works as I still have to sort that for my mates station. if 'battery_ok' in obj: pkt['battery'] = 1 if obj.get('battery_ok') == 'OK' else 0 If the received data is

[weewx-user] Re: sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
I should amend the subj line from "sftp" to "secure_ftp" because I understand that sftp doesn't work, and I was intending to use the native secure_ftp feature. On Monday, May 25, 2020 at 11:33:06 AM UTC+2, Messy Potamia wrote: > > -- > > In summary, the Secure FTP capability is indicated in

[weewx-user] sftp on 3.9.2, RPI3B -- not working with several methods

2020-05-25 Thread Messy Potamia
-- In summary, the Secure FTP capability is indicated in weewx.conf (& the caveat comment seems satisfied with testing of Filezilla's success), however in weewx's native install it does not work. -- First I tried the method suggested in weewx.conf and the weewx guide: I enabled ssh/sftp with

[weewx-user] Problem getting rasp pi zero w to talk to wh2310

2020-05-25 Thread neil hancock
Hi all I'm unable to get a connection going between wh2310 and pi, most likely from what I've read, because the usb voltage is not high enough and I'm waiting on powered hub but in the meantime if I could get you guys to check the config would be great. Sorry not able to run with debug on in

[weewx-user] Re: Import of driver failed [Interceptor]

2020-05-25 Thread Stephen Backway
> scott, > > i still have no idea what changes you are making between runs, and which > log output is associated with each change. it sounds like you are > modifying the libpcap layer and the python pcap layer - i've seen at least > two different pypcap versions in the log output (1.1 and

[weewx-user] Account of setting up an Ambient WS-2902A with SDR and an additional sensor

2020-05-25 Thread David Robinson
Of possible interest: I wrote a detailed end-to-end guide based on my experiences setting up a weather station with the following specs: - Ambient Weather WS-2902A - NooElec NESDR Smart v4 SDR

Re: [weewx-user] Re: TFA Klimalogg PRO on RaspberryPi

2020-05-25 Thread pete_panic
Hi everyone! This thread has been extremely helpful. Thank you so much for all the input. Nevertheless unfortunatly I wasn't able yet to successfully get the rf communication between the raspi and the Klimalogg Pro started. I was able to connect to the transceiver and everything went well

[weewx-user] Re: upgrade from 3.9.1 to 4 failed

2020-05-25 Thread Neville Davis
Actually I will run my getrain.py as a service so all I will need to do is access the ramdisk. Nev On Monday, May 25, 2020 at 3:58:17 PM UTC+10, Neville Davis wrote: > > I have managed to hack owget.py to output directly to a csv file I create > in a ramdisk...and I get this by not entering