[weewx-user] Re: No data update

2019-03-04 Thread Teva MERVIN
Hello, I still have the same problem despite this change. Here are the logs: root@Nas:~# service weewx status ● weewx.service - LSB: weewx weather system Loaded: loaded (/etc/init.d/weewx; generated) Active: active (exited) since Tue 2019-03-05 07:30:25 +11; 11h ago Docs: man:systemd-sy

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread monmul
It gets there via a cron hourly script #!/bin/sh # # Simple cron script sudo rm /var/www/html/weewx/image1.jpg #rm /var/www/html/weewx/640x480 sudo raspistill -w 640 -h 480 -o /var/www/html/weewx/image.jpg sudo mv /var/www/html/weewx/image.jpg /var/www/html/weewx/image1.jpg On Tuesday, 5 Marc

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread gjr80
One thing 3.9.0 changed was the log_success and log_failure settings in weewx.conf. Just to make sure nothing is being hidden from you edit weewx.conf and under [StdReport] set log_failure = True. Also set debug = 1, I don't think debug is going to tell us much more but let's give it a go. Save

[weewx-user] Re: Hoe to manually set the clientid for the MQTT component

2019-03-04 Thread StefB
Just as an update. I managed to fix my own problem by editing mqtt.py and making the following changes. The line 405 of code (version 0.18 )that reads: mc = mqtt.Client() was changed to mc = mqtt.Client("weewxmqtt") I just used weewxmqtt as my client_id but you can use whatever you like. No

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread s32767
Yeah, I don't really know. I'm just emulating what the console does. -- 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. For

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread Greg Troxel
s32...@gmail.com writes: > That is true. However, that's what the WS-2902A console does. So we need > to emulate that in weewx. Here is a link to an Ambient Weather page that > describes this. > > https://ambientweather.net/help/why-is-the-lux-to-w-m-2-conversion-factor-126-7/ What does it a

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread monmul
OK, so I seem to be on 3.9.1what has changed that would make the FTP keep working from the previous version but not carry the jpeg across? On Tuesday, 5 March 2019 10:19:24 UTC+13, Tom wrote: > > To determine the weewx version try: > > wee_config --version > > > -- > Tom > > > On Mon,

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread s32767
That is true. However, that's what the WS-2902A console does. So we need to emulate that in weewx. Here is a link to an Ambient Weather page that describes this. https://ambientweather.net/help/why-is-the-lux-to-w-m-2-conversion-factor-126-7/ -- You received this message because you are sub

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread Greg Troxel
s32...@gmail.com writes: > The latest weewx SDR driver returns light. So the conversion to radiation > needs to occur in weewx. That's the purpose of the line in the > [StdCalibrate] section of weewx.conf. That line also accounts for the fact > that the WH65B doesn't always return a value fo

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread s32767
The latest weewx SDR driver returns light. So the conversion to radiation needs to occur in weewx. That's the purpose of the line in the [StdCalibrate] section of weewx.conf. That line also accounts for the fact that the WH65B doesn't always return a value for light. Does that answer your q

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread torrin
So if I update to the latest weewx SDR driver, can I back out the light converting to radiation bit on the config? On Monday, March 4, 2019 at 6:08:09 PM UTC-6, tor...@torrin.org wrote: > > Ahhh, good point, I was thinking I needed to update rtl_433, nut just > weewx SDR. > > > On Monday, March

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread torrin
Ahhh, good point, I was thinking I needed to update rtl_433, nut just weewx SDR. On Monday, March 4, 2019 at 6:03:48 PM UTC-6, s32...@gmail.com wrote: > > We need to distinguish between the SDR driver and rtl_433. It looks like > you're trying to build rtl_433, which is not part of your origin

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread s32767
We need to distinguish between the SDR driver and rtl_433. It looks like you're trying to build rtl_433, which is not part of your original issue. It should build, though. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from thi

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread torrin
I tried installing the latest driver on my CentOS box using the same process as before and cmake is failing. I am not using Soapy. [root@localhost git]# git clone https://github.com/merbanan/rtl_433.git Cloning into 'rtl_433'... remote: Enumerating objects: 52, done. remote: Counting objects: 10

Re: [weewx-user] Receiving Davis Vantage weather data with a RTL-SDR dongle

2019-03-04 Thread Luc Heijst
On Monday, 4 March 2019 20:41:52 UTC-3, rich T wrote: > > Switch several of my older dongles to this one: > https://www.amazon.com/dp/B01HA642SW/ref=sspa_dk_detail_2?psc=1&pd_rd_i=B01HA642SW&pd_rd_w=JtW8R&pf_rd_p=733540df-430d-45cd-9525-21bc15b0e6cc&pd_rd_wg=fH2H2&pf_rd_r=YKVSGSYAFB36QD0YPV4W&pd_r

Re: [weewx-user] Receiving Davis Vantage weather data with a RTL-SDR dongle

2019-03-04 Thread rich T
Switch several of my older dongles to this one: https://www.amazon.com/dp/B01HA642SW/ref=sspa_dk_detail_2?psc=1&pd_rd_i=B01HA642SW&pd_rd_w=JtW8R&pf_rd_p=733540df-430d-45cd-9525-21bc15b0e6cc&pd_rd_wg=fH2H2&pf_rd_r=YKVSGSYAFB36QD0YPV4W&pd_rd_r=2faf93c1-3ed6-11e9-936e-01fa71378c68 . This dongle se

[weewx-user] Hoe to manually set the clientid for the MQTT component

2019-03-04 Thread StefB
Hi all, I'm using the Mosquitto (v4) addon in Hassio. I'm getting the following problem connecting to my MQTT server: ACL denying access to client with dangerous client id "paho/" >From my research, this is caused by the "/" in the client id which Mosquitto flags as invalid or

Re: [weewx-user] Receiving Davis Vantage weather data with a RTL-SDR dongle

2019-03-04 Thread Luc Heijst
On Monday, 4 March 2019 10:40:00 UTC-3, Thomas Keffer wrote: > > Impressive, Luc. I admire your persistence! > Thanks, Tom! When I looked at the rtldavis package I had the feeling it could be done, although I know nothing about radio signals and the rtl-sdr library. I still have to discover wh

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Juan Antonio Mosquera
Sorry... ES = comma!... I was thinking of separators of thousands!!. my fault. El lunes, 4 de marzo de 2019, 21:37:32 (UTC+1), Pat escribió: > > My mistake. I thought you wanted comma because when I set my server to > es_ES.UTF-8 like yours, I get commas, too. > > > > > > On Monday, March 4,

Re: [weewx-user] Tipping bucket rain gauge

2019-03-04 Thread Jardi Martínez
You can add sensors as services to weeWX, here is a link with a good example on how to do it: https://github.com/weewx/weewx/wiki/add-sensor If you are running weeWX on a Pi, it is easy pretty easy to write some Python code to interface with a tipping bucket taking gauge. Jardi. On Sun, Mar 3, 2

Re: [weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread Tom
To determine the weewx version try: wee_config --version -- Tom On Mon, Mar 4, 2019 at 1:54 PM monmul wrote: > I am thinking...maybe I accidentally updated to the latest version and > that has broken something? How do I check what version I am running? > > On Tuesday, 5 March 2019 08

[weewx-user] Re: modification index.html.tmpl in

2019-03-04 Thread Patrick Tranchant
hello Pat, I continue my modifications, I want to add ( or change ) 2 graphs but they are not displayed *weewx.conf:* [[MobileReport]] # The MobileReport uses the 'Mobile' skin, and the images and files # are placed in a dedicated subdirectory. skin = Mobile enabl

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Pat
My mistake. I thought you wanted comma because when I set my server to es_ES.UTF-8 like yours, I get commas, too. On Monday, March 4, 2019 at 3:35:28 PM UTC-5, Juan Antonio Mosquera wrote: > > but wind too... > > attach image > > On Mon, 4 Mar 2019, 21:32 Pat, > wrote: > >> I am seeing the

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Pat
I am seeing the same thing with DarkSky. You may have to reach out to DarkSky through your darksky.net portal and ask them how come it's not a comma. They are controlling the data when it's downloaded. I would ask them that you specify "lang=es" but the locale of the units is not using commas.

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Juan Antonio Mosquera
Half-solved problem. Now show comma separators. ES locale is dot separation. thank you. El lunes, 4 de marzo de 2019, 21:09:57 (UTC+1), Pat escribió: > > Juan, I think I have this fixed. You can download the file below. I think > this has opened up a couple more issues with locale that I'm looki

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Pat
Juan, I think I have this fixed. You can download the file below. I think this has opened up a couple more issues with locale that I'm looking into now, but for your issue it seems this will do it. Replace skins/Belchertown/index.html.tmpl with this https://raw.githubusercontent.com/poblabs/w

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread monmul
I am thinking...maybe I accidentally updated to the latest version and that has broken something? How do I check what version I am running? On Tuesday, 5 March 2019 08:40:38 UTC+13, monmul wrote: > > So this is the FTP section of my weewx.conf..I have not changed > anything. It used to trans

[weewx-user] Re: Eurochron EFWS2900 / Fine Offset WH2900 / Ambient Weather WS-2902A

2019-03-04 Thread Scott Grayban
Helps if you paste logs and set debug = 1 in the weewx.conf On Monday, March 4, 2019 at 4:11:43 AM UTC-8, miso k wrote: > > Hello. > > I am trying to make the weewx to work with *Eurochron EFWS2900*, which is > practically the same like *Fine Offset WH2900 / Ambient Weather > WS-2902A. * > I am

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread monmul
So this is the FTP section of my weewx.conf..I have not changed anything. It used to transfer across no problem until the camera needed replacingand the photo from the new camera appears on the internal website but not transferred across...weird! [[FTP]] # FTP'ing the results t

Re: [weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Juan Antonio Mosquera
Thanks! On Mon, 4 Mar 2019, 19:52 Pat, wrote: > I will try some testing in a couple of hours to see if I can figure it out > > On Monday, March 4, 2019 at 1:51:43 PM UTC-5, Juan Antonio Mosquera wrote: >> >> hi, >> >> locale: >> >> pi@meteomontaos:~ $ locale >> LANG=es_ES.UTF-8 >> LANGUAGE= >> L

[weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Pat
I will try some testing in a couple of hours to see if I can figure it out On Monday, March 4, 2019 at 1:51:43 PM UTC-5, Juan Antonio Mosquera wrote: > > hi, > > locale: > > pi@meteomontaos:~ $ locale > LANG=es_ES.UTF-8 > LANGUAGE= > LC_CTYPE="es_ES.UTF-8" > LC_NUMERIC="es_ES.UTF-8" > LC_TIME="es_

[weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Juan Antonio Mosquera
hi, locale: pi@meteomontaos:~ $ locale LANG=es_ES.UTF-8 LANGUAGE= LC_CTYPE="es_ES.UTF-8" LC_NUMERIC="es_ES.UTF-8" LC_TIME="es_ES.UTF-8" LC_COLLATE="es_ES.UTF-8" LC_MONETARY="es_ES.UTF-8" LC_MESSAGES="es_ES.UTF-8" LC_PAPER="es_ES.UTF-8" LC_NAME="es_ES.UTF-8" LC_ADDRESS="es_ES.UTF-8" LC_TELEPHONE="

[weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Pat
Juan, interesting. With Visibility make sure you set darksky_lang which should match the comma for your language. The Wind Gust should be matching Wind Speed though. I am not sure why it is not. On your weewx server, can you typ

[weewx-user] Re: Belchertown skin 0.9 now available

2019-03-04 Thread Juan Antonio Mosquera
Hi... problem wit units commas and dots... How do I unify the decimal separation? [image: Captura de pantalla de 2019-03-04 19-39-07.png] El domingo, 3 de marzo de 2019, 22:50:47 (UTC+1), Pat escribió: > > Good news thank you > > On Sunday, March 3, 2019 at 4:35:49 PM UTC-5, Juan Ant

Re: [weewx-user] Re: Showing message to weather website users when stopped working

2019-03-04 Thread Thomas Keffer
No. Although they start with '#', and, therefore, look like comment lines, they are actually part of a "magic" block interpreted by init. All of this has been superseded by systemd, but it still works in a backwards compatibility mode. On Mon, Mar 4, 2019 at 7:02 AM G400 wrote: > To enable INIT

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread Matt Gordon
What hardware is this running on ? the SDR radios are quite power hungry and a marginal power supply may cause this and also a bad SDR. Thanks On Monday, March 4, 2019 at 7:49:38 AM UTC-5, miso wrote: > > Yes, i have installed it recently. also the Weather Station running the > latest firmwar

Re: [weewx-user] Re: Showing message to weather website users when stopped working

2019-03-04 Thread G400
To enable INIT settings, should I remove # sign at beginning of each line? On Thursday, February 28, 2019 at 2:32:15 PM UTC+1, Thomas Keffer wrote: > > 1. It looks like you're using the WeatherLinkIP logger in your Vantage. > These are generally not as reliable as the serial and USB versions and,

[weewx-user] Re: New setup on Pi w/bme280 and Acurite 5-in-1 via SDR

2019-03-04 Thread Matt Gordon
> > please post your code for collecting data from the bme280 and for > converting the resulting units. > > the SDR generates packets with different unit systems, depending on the > sensors (and depending on the format - for example, for the 5n1 the old > line format is METRIC whereas the JSON

Re: [weewx-user] Davis Vantage Pro2 no data

2019-03-04 Thread Thomas Keffer
When you changed the logging interval to one minute, you also cleared the memory in the logger. It's possible that your problem all along was corrupt logger memory, but I would be surprised if that showed itself as an unknown hardware type. If it fails again, you probably have a bad logger. It's r

Re: [weewx-user] Receiving Davis Vantage weather data with a RTL-SDR dongle

2019-03-04 Thread Thomas Keffer
Impressive, Luc. I admire your persistence! -tk On Sun, Mar 3, 2019 at 11:33 AM Luc Heijst wrote: > Recently my attention was brought to a SDR tool for receiving wireless > sensor data (TFA IT+ KlimaLogg Pro, LaCrosse, WeatherHub). See: > https://github.com/baycom/tfrec. > > I wrote a weewx dri

Re: [weewx-user] Re: Second crash after 11 days

2019-03-04 Thread Thomas Keffer
Both the 0.11rc3 and 0.25 drivers are compatible with the current version of WeeWX. I guess we'll include the v0.25 driver in the distribution, but it sure is ugly and inefficient! -tk On Sun, Mar 3, 2019 at 10:06 AM Steve2Q wrote: > Hello; as of today, Weewx has been running for 96 hours and

Re: [weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread miso
Yes, i have installed it recently. also the Weather Station running the latest firmware miso po 4. 3. 2019 o 13:40 Andy napísal(a): > https://github.com/matthewwall/weewx-sdr/issues/45 > > Are you using the latest weeex sdr driver? > > Andy > > -- > You received this message because you are su

[weewx-user] Re: WeeWx SDR Crashing

2019-03-04 Thread Andy
https://github.com/matthewwall/weewx-sdr/issues/45 Are you using the latest weeex sdr driver? Andy -- 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+uns

[weewx-user] Eurochron EFWS2900 / Fine Offset WH2900 / Ambient Weather WS-2902A

2019-03-04 Thread miso k
Hello. I am trying to make the weewx to work with *Eurochron EFWS2900*, which is practically the same like *Fine Offset WH2900 / Ambient Weather WS-2902A. * I am using intercept driver, but I dont know if I have set it up correctly. The Webpage is not refreshing. this is beginning of my weewx.c

Re: [weewx-user] Davis Vantage Pro2 no data

2019-03-04 Thread Asherah
I just had success with wee_device --set-interval=1 as it cleans all the old data. Now weewx does get the new data. Might it be that my USB Logger has a defect? I will keep you posted. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscr

[weewx-user] Re: Getting the RPi 3 with Davis Vantage up and running

2019-03-04 Thread Andrew Milner
you did not give us a directory listing from the external website - but assuming the file has not been transferred there maybe you need to include image.jpeg in the copy always list in weewx.conf On Monday, 4 March 2019 11:20:16 UTC+2, monmul wrote: > > I have run into a problem with posting a

Re: [weewx-user] Davis Vantage Pro2 no data

2019-03-04 Thread Asherah
Unfortunately this did not help. I removed batteries, power and and the usb data logger overnight, restarted my Pi and still get wee_device --info Using configuration file /etc/weewx/weewx.conf Using Vantage driver version 3.1.1 (weewx.drivers.vantage) Unable to wake up console... sleeping Un