[weewx-user] Re: cmon v0.16 crashes in weewx version 3.9.1

2019-02-17 Thread gjr80
OK, I see why I missed it, the actual commit that made the change was dated quite some time ago, 21 November 2017 (v3.8.0 vintage), but it appears it did not make a release until 3.9.0 for some reason - perhaps it is my limited appreciation on the finer points of git or maybe there was a

[weewx-user] Re: cmon v0.16 crashes in weewx version 3.9.1

2019-02-17 Thread Luc Heijst
I forgot to say the net stat value (transmitted number of bytes last achive period) of cmon gets type long when the 64-bit net counter turned around from max-long to zero, but the net stat value itself was always in the range of 1 to max-int. So only the new type check in accum caused the

[weewx-user] Re: cmon v0.16 crashes in weewx version 3.9.1

2019-02-17 Thread Luc Heijst
Hi Gary, Accum v.3.9 throws an exception if the parameter is not a float or an int where accum v.3.8.2 didn’t. So I believe the long parameter of cmon itself is not the problem because it didn’t cause any exceptions before. Luc -- You received this message because you are subscribed to the

[weewx-user] Re: cmon v0.16 crashes in weewx version 3.9.1

2019-02-17 Thread gjr80
Hmm, I can't help wondering what has changed. There were only insignificant changes to accum.py between 3.8.2 and 3.9.1. Likewise no significant changes to cmon from 0.15 to 0.16. 64bit systems have been around for a while so I am wondering why this only seems to be rearing it's head now. I've

[weewx-user] Re: WeeWX 3.9.1 bilingual system

2019-02-17 Thread gjr80
Hi, Unless you are doing something very specialised it should be possible to override nearly any skin.conf config setting from weewx.conf. I see you mentioned StdEnglish, I am guessing that is a custom service you have added? How does that relate to skin.conf? If you can give us some more

Re: [weewx-user] Re: Ambient Weather WS-2902 and WeewX

2019-02-17 Thread Scott Grayban
Correct. The weather station connects to the PI wifi (hostap) then the observer device sniffs port 80 for the data being sent from the WS to Ambient api. That data is then saved to weeWX database which produces the data for the skin. On Sunday, February 17, 2019 at 7:35:02 AM UTC-8, Bruno

[weewx-user] Re: Update to 3.9.1

2019-02-17 Thread vince
On Sunday, February 17, 2019 at 12:30:48 PM UTC-8, Troy Mellon wrote: > > Trying to update from 3.8.1 to 3.9.1, but getting the message that weewx > is already at the latest version. Running on RP with the command sudo > apt-get install weewx. > > try 'apt-get update' first -- You received

[weewx-user] WeeWX 3.9.1 bilingual system

2019-02-17 Thread radek . drdla
Hi. Congratulations on the perfect job. I have been using WeeWX since 2013 for the ultimate satisfaction and the current skin "Seasons" in version 3.9.1 I like it very much (I just test it now, I have to locate it). But I have one reproach: I think that weewx.conf prior to skin.conf was not a

[weewx-user] Re: New weewx_tfrc driver for reading TFA KlimaLogg (and other) sensors with a sdr-rtl dongle

2019-02-17 Thread Luc Heijst
Well... Matthew Wall is fast, verry fast ! He already put my first version of weewx_tfrc on github and a link in the weewx wiki. See: https://github.com/matthewwall/weewx-tfrc Thanks very much Matthew! Cheers, Luc -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Luc Heijst
On Sunday, 17 February 2019 15:48:47 UTC-3, Pat wrote: > > Interesting! That is a busy Pi. I'm not sure how I'd be able to support > your custom integrations with the few custom sql queries I have, so I think > I'll leave it alone for now unless you have insight on that? So far I think > you're

[weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Luc Heijst
Hi Pat, My weewx config file says: [StdArchive] data_binding = vpro_binding [DataBindings] [[vpro_binding]] database = vpro_mysql table_name = archive manager = weewx.wxmanager.WXDaySummaryManager schema = schemas.wview.schema [Databases]

[weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Pat
Interesting! That is a busy Pi. I'm not sure how I'd be able to support your custom integrations with the few custom sql queries I have, so I think I'll leave it alone for now unless you have insight on that? So far I think you're the only one using the skin with such an elaborate setup :) On

[weewx-user] New weewx_tfrc driver for reading TFA KlimaLogg (and other) sensors with a sdr-rtl dongle

2019-02-17 Thread Luc Heijst
In 2018 Georg Acher & Deti Fliegl developed tfrec - A SDR tool for receiving wireless sensor data, see: https://github.com/baycom/tfrec In the documentation they mention our weewx_klimalogg driver, see: https://github.com/matthewwall/weewx-klimalogg I wrote a weewx-tfrc driver based upon

[weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Luc Heijst
Sorry, The PI2B runs the weewx_mben (modbus energy driver) and not the tfrec driver. Both weewx_mben and weewx_tfrec are new drivers developed by me. Luc -- 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: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Luc Heijst
Hi Pat, My Raspberry PI2B system is a busy one: it runs via BerryBoot four weewx instances on a Synolofy NAS and writes the data to six different external MariaDB 10 databases: It has drivers for Vantage, Meteostick, KlimaLogg and tfrec and numerous skins. *weewx_vpro* bindings:

[weewx-user] Re: Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Pat
Luc, interesting update. Thanks for the information. I don't think non-standard database types are common? The script is looking for archive_sqlite or archive_mysql - which so far has covered everyone. I don't know what vpro_mysql is. If it's mysql, why don't you use the archive_mysql

[weewx-user] Re: Atmocom interceptor UDP station driver v1.00 now available!

2019-02-17 Thread V. Kelly Bellis
Hello Arthur! Many thanks for all of the great work that you've done on your weewx driver for Relko Vazic's ATMOCOM device (currently in beta). Your driver has been running steadily since earlier this week! [image: weewx up 4d13h.PNG] The Atmocom device is still in

[weewx-user] Belchertown Skin version: 0.9rc6 crashed when used with non-standard database name

2019-02-17 Thread Luc Heijst
Hi Pat, I installed Belchertown Skin Version: 0.9rc6 from scratch (no update) in weewx 3.9.1. At first the generation of the skin crashed with the following error: Feb 17 12:12:25 pi21 vpro[9234]: cheetahgenerator: Generated 4 files for report Highcharts_Belchertown in 122.54 seconds Feb 17

Re: [weewx-user] Re: Ambient Weather WS-2902 and WeewX

2019-02-17 Thread Bruno BORDAS
Again, thanks à lot. I think I'll try again  So, if I understand correctly, the pi sniff the wifi Network with hostapd and transmit it to weewx with the interceptor driver and eth0 is that right ? I read your git, pretty well made. You did à great job Le dim. 17 févr. 2019 à 02:13, Scott

[weewx-user] Re: cmon v0.16 crashes in weewx version 3.9.1

2019-02-17 Thread Sef Konings
Thanks, I am using 64bit counters and the system was up for about 8 days. I presume that the counters are reset after a server reboot. But, the problem is solved now! Thanks for your answer ! Op donderdag 14 februari 2019 17:41:19 UTC+1 schreef Luc Heijst: > > cmon v0.16 crashes in weewx

[weewx-user] Re: WeeWX-WD: clientraw.txt

2019-02-17 Thread gjr80
Quite possibly. I'll be the first to admit that WeeWX-WD isn't perfect (can you show me a complete specification for clientraw.txt) but so far the WeeWX-WD generated clientraw.txt seems to work properly with other display systems (eg Saratoga templates, WDL). Gary -- You received this

[weewx-user] Re: WeeWX-WD: clientraw.txt

2019-02-17 Thread 'Johannes Ebner' via weewx-user
Thanks, then the issue is related to the Android App... Br, Johannes Am Sonntag, 17. Februar 2019 09:32:51 UTC+1 schrieb gjr80: > > Hi, > > Yes both are supported, radiation is field 34 and UV field 79 ('12345' is > field 0). In fact I just looked at the clientraw.txt you linked and I see >

Re: [weewx-user] Problem with graphs

2019-02-17 Thread Micael Fredriksson
Thank you for your answers! I managed to fix the issue with the pngs not updating. Not sure how but I changed a skin setting in weewx and suddenly the pngs updated. I have just started to learn about weewx settings and it's quite complicated to understand how everything works together and what

[weewx-user] Re: WeeWX-WD: clientraw.txt

2019-02-17 Thread gjr80
Hi, Yes both are supported, radiation is field 34 and UV field 79 ('12345' is field 0). In fact I just looked at the clientraw.txt you linked and I see radiation is 305 and UV is 2.0. 12345 1.7 3.3 162 1.1 70 1031.0 0.0 36.0 47.4 0.0 0.0 22.9 47 -100 0 0 0 0 0.0 -100 -100 -100 -100 -100 -100

[weewx-user] WeeWX-WD: clientraw.txt

2019-02-17 Thread 'Johannes Ebner' via weewx-user
Hello, I have a nice weatherapp (Wetterstation ) for my android 7 inch tablet (nexus 7). In the past I used Wunderground to display the values, but this is not the prefered way anymore as the updates takes now up to 30