[weewx-user] Re: How to change frequency of realtime.txt updates

2019-03-25 Thread Andrew Milner
I see from the web that on the envoy the barometer only updates every minute - do not know if this is significant or not. On Tuesday, 26 March 2019 00:25:01 UTC+2, gjr80 wrote: > > Hi, > > If you are using a Davis Vantage station and the crt extension is bound to > loop then you should be

Re: [weewx-user] unsupported locale setting

2019-03-25 Thread Thomas Keffer
To start, take a look at my Python 3 transition document . If you do not understand the difference between byte strings and unicode, don't do anything before reading this old, but still very useful, article

Re: [weewx-user] unsupported locale setting

2019-03-25 Thread Pat
I missed this one, but just caught it. Thanks for the tips. #1. Yes, it's a hack. So much so that in the comment above it I gave credit to the original source. :) For Python3, do you have an example I could look at? I'm not familiar with reading the byte strings as you've mentioned. TBH,

[weewx-user] Re: How to change frequency of realtime.txt updates

2019-03-25 Thread gjr80
Hi, If you are using a Davis Vantage station and the crt extension is bound to loop then you should be seeing realtime.txt being generated every 2.5 odd seconds. If you have changed the binding to archive then based on the weewx.conf extract you provided it should be generated every 5minutes.

[weewx-user] Re: No html reports any more - ValueError: Empty module name

2019-03-25 Thread gjr80
Hi, Indeed the problem was some corruption in your skin.conf: Mar 25 16:40:22 DietPi weewx[421]: cheetahgenerator: using search list [ 'weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',

Re: [weewx-user] Re: weewx-realtime_gauge-data not working

2019-03-25 Thread Andrea Cecilia
it is already set in debug=1 mode! Il giorno lunedì 25 marzo 2019 22:09:57 UTC+1, Tom Robertson ha scritto: > > We will need to wait for Gary. I suggest you set debug=1 in the weewx > config file, restart weewx and then post the results. > > - > Tom > > On Mar 25, 2019, at 3:50 PM, Andrea

[weewx-user] Re: How to change frequency of realtime.txt updates

2019-03-25 Thread G400
Davis Vantage2 getting data from Weather Envoy USD->Serial This is my current setting: StdArchive] # If the station hardware supports data logging then the archive interval # will be downloaded from the station. Otherwise, specify it (in seconds). archive_interval = 300

[weewx-user] Re: How to change frequency of realtime.txt updates

2019-03-25 Thread Andrew Milner
according to the wiki the generation can be tied to loop or archive - which is yours tied to? It should be to loop (which is the default) if you want it creating more often than the archive interval. if to loop then it depends on your station type - what kind of station do you have? Some

[weewx-user] How to change frequency of realtime.txt updates

2019-03-25 Thread G400
How can I modify the frequency of Cumulus formatted raltime.txt output file using crt plugin (https://github.com/weewx/weewx/wiki/crt)? G400 -- 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] Re: Belchertown skin 0.9 now available

2019-03-25 Thread Patrick Tranchant
ok so does that mean it has nothing to do with the fact that I use the Belchertown skin? true Patrick On Monday, March 25, 2019 at 8:04:22 PM UTC+1, Pat wrote: > > A lot of labels can be changed by following this guide > . >

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

2019-03-25 Thread Pat
A lot of labels can be changed by following this guide . Anything that is not covered here that you need to change will have to be done by editing the skin files directly. On Monday, March 25, 2019 at 2:22:35 PM UTC-4, Patrick

Re: [weewx-user] Re: question regarding graphs

2019-03-25 Thread Thomas Keffer
The easy way to do this is to just override the plot options in skin.conf. I don't know what variable name you are using, but assuming it is 'rssi', it would look something like: [[[dayrssi]]] rssi y_label = dBm y_label_format=%.1f -tk On

[weewx-user] Re: No html reports any more - ValueError: Empty module name

2019-03-25 Thread Copain
SOLVED! I recreated the skin.conf file from backup and the additions in the 'ToDate' section. Thereafter it worked immediately. There may have been some space or tab character at a wrong position, which blocked the execution of 'user.historygenerator.MyXSearch'. So, as usual in Linux systems:

[weewx-user] Re: question regarding graphs

2019-03-25 Thread parallelsys
Does this look about right? weewx.units.USUnits['group_decibels'] = 'decibels' weewx.units.MetricUnits['group_concentration'] = 'decibels' weewx.units.MetricWXUnits['group_decibels'] = 'decibels' weewx.units.default_unit_format_dict['decibels'] = ' N/A'

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

2019-03-25 Thread Patrick Tranchant
hello PAT in which files I can translate the names in french, see capture in attach ( dewpoint, heat index etc etc ) thanks Patrick On Tuesday, March 19, 2019 at 2:47:29 PM UTC+1, Pat wrote: > > That’s a darksky setting, not the skin. The skin shows what DarkSky is > giving it. You’ll need to

[weewx-user] Re: Weewx und WH2600

2019-03-25 Thread Joerg Reinisch
What I can say with certainty now: As soon as I switch my weather station completely to US values ​​(station settings), all values ​​are displayed correctly. In order to get the display in metric values, I change the information in the weewx.conf under Groups. Thus, I can take out all

[weewx-user] question regarding graphs

2019-03-25 Thread parallelsys
I am able to graph rssi signal from my device. What I would like to do is add a new symbol (dBm) so it can have the right symbol display on the graph. Right now I am using percent but I want to do it the right way :) See the attached screenshoot How can I change that percent symbol to dBm?

[weewx-user] No html reports any more - ValueError: Empty module name

2019-03-25 Thread Copain
My weewx runs on RPi 3B with dietpi. I created the custom report 'forecast.html.tmpl', which I added to the 'CheetahGenerator' section of skin.conf (niculskin) as follows: [[ToDate]] [[[forecast]]] template = forecast.html.tmpl Now, I don't get any html reports any more

Re: [weewx-user] Re: weewx-realtime_gauge-data not working

2019-03-25 Thread Tom Robertson
Did you set the path under [RealtimeGaugeData] in weewx.config and put the post_gauge-data.php in the directory on your remote server? I believe using HTTP POST is the only practical way to get realtime gauge data if you are uploading to a remote server. # Remote URL to which the

[weewx-user] Re: How to Include Modern XTide in Forecasting Extension?

2019-03-25 Thread V. Kelly Bellis
Matt - How's it going? One thought that keeps coming up, are any of your tests being done on a system where the only xtide installation is v2.15.2? On Friday, March 22, 2019 at 1:08:39 PM UTC-4, mwall wrote: > > > yay! i see exactly the same output when i run tide with those options, >

[weewx-user] Re: weewx-realtime_gauge-data not working

2019-03-25 Thread Andrea Cecilia
Hi Gary, thank you for helping me. Neither I know why software generation was set; now I changed it in hardware generation and that error seems to be disappeared. But gauges aren't still getting live updated: they receive an update every 5 minutes, id est the archive interval, and every time

[weewx-user] Re: Add additional rain gauge via second data source

2019-03-25 Thread gjr80
The vantage driver is somewhat complex. How the vantage driver operates depends on whether hardware or software record generation is in use. If software record generation is in use then the vantage driver obtains loop packets from the console (using the LOOP command) and the loop packets are

[weewx-user] Re: weewx-realtime_gauge-data not working

2019-03-25 Thread gjr80
Hi, I suspect that for some reason your station is not including the field rxCheckPercent in the archive records (well at least the archive record in the log extract). We can look into that further to see if that is the indeed the case. In the meantime you can turn off the lost contact check

[weewx-user] Re: Error with forecast.html

2019-03-25 Thread Yves Martin
Right, I'm using the Bootstrap, modified for my uses and forecast.html stop working from the last update. forecast table is: ## forecast display for weewx - Copyright 2012-2013 Matthew Wall ## $Id: forecast_table.inc 1965 2014-01-27 19:26:24Z mwall $ ## Include this file to display forecast

[weewx-user] Re: weewx - interceptor - acurite access

2019-03-25 Thread rich T
Thanks, will give it a try this evening. On Monday, March 25, 2019 at 12:52:24 AM UTC-4, mwall wrote: > > On Sunday, March 24, 2019 at 10:59:25 PM UTC-4, rich T wrote: >> >> Was wondering, before I go crazy, if the weewx-interceptor driver works >> with the Acurite Access. >> > > try using

[weewx-user] weewx-realtime_gauge-data not working

2019-03-25 Thread Andrea Cecilia
Hi, I'm trying to install realtime_gauge-data , without good results. I followed the instruction reported in the linked page: as prerequisite, I had installed steel series gauges, and I verifyed they were working. Then, I installed