Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread mph
[image: daytemphilow_line_gap_0.2.png] Thanks for the advice. Changing line_gap_fraction to 0.2 did the trick. I've tested another values down to 0.03. The 0.04 is the smallest value, when the graph is plotted right. I've noticed in this image a small gap at the start and the end of the data

Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread Thomas Keffer
That all looks OK. Do two things for me: 1. Go into skin.conf and try setting the value of line_gap_fraction to something larger, say 0.2. Restart weewx and see if that does anything. 2. If that doesn't help, then replace your copy of manager.py (most likely in

[weewx-user] Re: Belchertown skin 1.0 released!

2019-07-07 Thread Radek Dohnal
Sorry, my mistake - I have local address here, but external address (url) is necessary. Now everything work perfectly. Thanks! On Saturday, 6 July 2019 01:45:12 UTC+2, Pat wrote: > > Make sure you set the belchertown_root_url > which

[weewx-user] Re: Wunderground data

2019-07-07 Thread Jim Snider
Looking at the syslog file again, it seems odd that every other temperature read comes from a different device but I only have the one defined in sensor_map. On Sunday, July 7, 2019 at 11:41:48 AM UTC-4, Jim Snider wrote: > > Is there a way to trace the temperature data going tow underground?

Re: [weewx-user] Re: Wunderground data

2019-07-07 Thread Thomas Keffer
Sorry, but I don't know anything about the interceptor driver. Hopefully, someone else can help. But, it does seem odd to me that you're intercepting traffic to the WU, then posting to the WU. Seems very circular. On Sun, Jul 7, 2019 at 9:18 AM Jim Snider wrote: > Here's the sensor_map from my

[weewx-user] Re: weewx-highcharts problem with rainfall & US units

2019-07-07 Thread MikeQ
Gary - Thanks for the easy fix! Those two edits fixed the problem. Just a couple of notes in case someone else tries to use this fix in the future: 1. My file is plots.js instead of plot.js 2. The lines I needed to edit were off one line number in my plots.js file which was easy enough to

[weewx-user] Re: Belchertown Earthquake data error

2019-07-07 Thread Pat
This should be all set now in commit f4b62e1 and will appear in 1.1 (unless you manually add the changes now) -- You received this message because you are subscribed to the Google Groups

[weewx-user] Re: Belchertown Earthquake data error

2019-07-07 Thread Pat
As other's have said probably a timeout or website down error. I'll add an error catcher in Belchertown 1.1 so the skin will generate even if no data is available. I should have done that before. Sorry about that On Saturday, July 6, 2019 at 7:25:19 PM UTC-4, Patrick Mendiuk wrote: > > I have

[weewx-user] Re: "wee_device" not working after new install

2019-07-07 Thread Christian Nimmervoll
Great! In your answer i found the solution. I made a weewx installation via setup.py. All is found in my case in /home/weewx So i changed the directory in the command line to /home/weewx/bin and when i type: wee_device --help --> i get the error again. but when i type: ./wee_device --help

[weewx-user] AS3935 database issue

2019-07-07 Thread Mikael Fredriksson
Hi. Trying to get the AS3935 lightning detector module to work in Weewx. Seems like the module sends data to Weewx but there seems to be some issue with the database. I´m stuck! Got this in syslog, as3935: callback failed: Missing value for record field 'interval' Don´t know how to fix it,

Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread mph
I've installed the sqlite3. Result is in the attachment. -- 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

[weewx-user] Re: Wunderground data

2019-07-07 Thread Jim Snider
Here's the sensor_map from my weewx.conf file On Sunday, July 7, 2019 at 11:41:48 AM UTC-4, Jim Snider wrote: > > Is there a way to trace the temperature data going tow underground? I > have an outdoor sensor mapped as my temperature instead of the higher > temperature from my 5 in 1. My

[weewx-user] Re: Wunderground data

2019-07-07 Thread Jim Snider
OK. here's a capture ofmy syslog. Looks like the temperature is reporting two different values? Very odd On Sunday, July 7, 2019 at 11:41:48 AM UTC-4, Jim Snider wrote: > > Is there a way to trace the temperature data going tow underground? I > have an outdoor sensor mapped as my

[weewx-user] Re: Wunderground data

2019-07-07 Thread Jim Snider
OK. I'll start there. Thanks On Sunday, July 7, 2019 at 11:41:48 AM UTC-4, Jim Snider wrote: > > Is there a way to trace the temperature data going tow underground? I > have an outdoor sensor mapped as my temperature instead of the higher > temperature from my 5 in 1. My webpage on my Pi

Re: [weewx-user] Wunderground data

2019-07-07 Thread Thomas Keffer
If you set debug=2, weewx will log exactly what URL it is sending to the weather underground. -tk On Sun, Jul 7, 2019 at 8:41 AM Jim Snider wrote: > Is there a way to trace the temperature data going tow underground? I > have an outdoor sensor mapped as my temperature instead of the higher >

[weewx-user] Wunderground data

2019-07-07 Thread Jim Snider
Is there a way to trace the temperature data going tow underground? I have an outdoor sensor mapped as my temperature instead of the higher temperature from my 5 in 1. My webpage on my Pi and PWS Weather is showing the correct temperature but underground is still showing the higher one. Jim

Re: [weewx-user] Aggregation generates empty plots in daily images (customized Seasons skin)

2019-07-07 Thread Thomas Keffer
You've got me stumped. A few things to check: 1. Make sure the copy of skin.conf that you are editing is the copy of skin.conf that weewx is using. They should both be /etc/weewx/skins/Seasons/skin.conf 2. Make sure something in weewx.conf is not overriding the values you are setting

Re: [weewx-user] Re: "wee_device" not working after new install

2019-07-07 Thread Leon Shaner
Christian, What happens if you change to the /usr/share/weewx/bin dir an run it as: $ ./wee_device --help Or use the fully-qualified path? $ /usr/share/weewx/bin/wee_device --help By default the current path (.) is not in your PATH environment variable. You may have changed that in user pi's

[weewx-user] Re: require additional external sensors. Max. Number of stations reached

2019-07-07 Thread Michael
Hi m, thank you very much for your answer. that's exactly what i was looking for. now just read, understand and put into action Am Donnerstag, 4. Juli 2019 05:55:29 UTC+2 schrieb mwall: > > > > On Saturday, June 29, 2019 at 1:27:23 PM UTC-4, Michael wrote: >> >> >> The goal is to use up to 8

[weewx-user] Re: WeeWX Interceptor: Rain not registering

2019-07-07 Thread manfred
hi Jan, I'm planning to get a Ventus w830 as well; can you let us know how well it worked for you (including any success in upgrading to latest firmware)? I'm also interested to learn how frequent the intervals are that you get updates from the station, as one of my usecases involves closing

Re: [weewx-user] require additional external sensors. Max. Number of stations reached

2019-07-07 Thread Michael
Hi Peter, thank you very much for your answer. the projects sound interesting, but they are not really something for me...too much self-made ;) Am Samstag, 29. Juni 2019 20:11:25 UTC+2 schrieb p q: > > You don't have to go with commercial sensors and SDR. And you don't need > another raspberry

[weewx-user] Re: "wee_device" not working after new install

2019-07-07 Thread Christian Nimmervoll
For an example: On the old Device I a get an answer when i type this: wee_device --help On the new install - i get only the erros message - not found... Am Sonntag, 7. Juli 2019 15:35:47 UTC+2 schrieb Christian Nimmervoll: > > Hello, > > I've run WEEWX on an existing Raspberry and installed a

[weewx-user] "wee_device" not working after new install

2019-07-07 Thread Christian Nimmervoll
Hello, I've run WEEWX on an existing Raspberry and installed a new one today. Everything works so far on the new device again without problems. Only one function doen't work... wee_device works without problems on the old device but wee_device is not running on the new device. I get the error

Re: [weewx-user] evaluation in templates

2019-07-07 Thread gjr80
Well I didn’t know that, always thought though there must have been a more direct way, just never found it. 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 from it, send an email to

Re: [weewx-user] evaluation in templates

2019-07-07 Thread Thomas Keffer
You need to surround the expression with $(...) to get Cheetah to evaluate it, instead of just turn it into HTML. So, you want $($current.extraTemp6.raw - $current.extraHumid6.raw) -tk On Sun, Jul 7, 2019 at 5:00 AM Mic G77 wrote: > Hello, > in the current.html.tmpl, i have written this

Re: [weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-07 Thread Thomas Keffer
I was referring to running wee_device (not sqlite3). Stop weewxd, then clear the memory. Then restart weewxd. -tk On Sun, Jul 7, 2019 at 5:08 AM Eric Gammeter wrote: > > No joy- It is stopped. > > pi@raspberrypi:/var/lib/weewx $ sqlite3 /var/lib/weewx/weewx.sdb > SQLite version 3.16.2

[weewx-user] Re: evaluation in templates

2019-07-07 Thread Andrew Milner
seems a very strange thing to want to evaluate anyway - subtracting a humidity value from a temperature value!! On Sunday, 7 July 2019 15:13:35 UTC+3, gjr80 wrote: > > Hi, > > What you saw in the template was not an evaluation (arithmetic) as such, > but simply showing two times in

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-07 Thread Andrew Milner
you need to replace x with an actual epoch date time value! so, for example: delete from archive where dateTime > 1561983540; to convert a date / time into an epoch date use a site such as: https://www.freeformatter.com/epoch-timestamp-to-date-converter.html On Sunday, 7 July 2019 15:08:15

[weewx-user] evaluation in templates

2019-07-07 Thread gjr80
Hi, What you saw in the template was not an evaluation (arithmetic) as such, but simply showing two times in hour:minute format separated by a hyphen, much like the result from your code. To do in-template arithmetic you need to have some in-line python code to do the arithmetic and assign the

[weewx-user] Re: time/date issue in my INDEX.HTML file

2019-07-07 Thread Eric Gammeter
No joy- It is stopped. pi@raspberrypi:/var/lib/weewx $ sqlite3 /var/lib/weewx/weewx.sdb SQLite version 3.16.2 2017-01-06 16:32:41 Enter ".help" for usage hints. sqlite> delete from archive where dateTime > x; Error: no such column: x sqlite> On Friday, July 5, 2019 at 3:58:01 PM

[weewx-user] evaluation in templates

2019-07-07 Thread Mic G77
Hello, in the current.html.tmpl, i have written this code: $current.extraTemp6.raw-$current.extraHumid6.raw I was expecting an evaluation of $current.extraTemp6.raw-$current.extraHumid6.raw but i get (i suppose a string) : 13.7-70.0 How could the template evaluate the expression ? I think it