[weewx-user] Re: NULL data for some values with Cumulus Real-Time plugin

2020-08-10 Thread Hyrules
steeple ian skin is very impressive. I can definitely say that it might become my favorite skin for weewx. I have to finish configure it but it's almost perfect for me. The only thing I can add is a suggestion scaling for high resolution monitor because on 4k it's limit small though the

[weewx-user] Re: NULL data for some values with Cumulus Real-Time plugin

2020-08-10 Thread Hyrules
Yes it's basically what steeple ian is telling. One would need to build a cache of the current observations and update as needed. I have started creating an extension that does this. It's not that complicated to do. It's just long because you have to get 59 values for all the possibilities in

[weewx-user] Re: NULL data for some values with Cumulus Real-Time plugin

2020-08-05 Thread Hyrules
I can confirm this as well I have the Weatherflow Tempest with the UDP driver as well as the cumulus realtime service. The station broadcast packet on a time base. This makes a few different packet types. Wind, Obs and Strikes as well as others. The only way to fix this is to bind the crt

Re: [weewx-user] Issue with a report last values are Zero

2020-05-10 Thread Hyrules
ok I understand now how this works thanks. -- 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 on the

Re: [weewx-user] Issue with a report last values are Zero

2020-05-10 Thread Hyrules
Thanks. More on the skin i'm working on : I was reading the weewx customization guide and found I can specify the StringFormats of my units in my skin.conf. So technically when I generate a report with the cheetah engine in my skin the string should format itself to the format I have

Re: [weewx-user] Issue with a report last values are Zero

2020-05-08 Thread Hyrules
Oh an by the way : On the latest release page on the latest release itself on github instructions are pointing to the github page with the code and not the page itself. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

Re: [weewx-user] Issue with a report last values are Zero

2020-05-08 Thread Hyrules
ecord. > > As I said I am not certain what problem you are seeing but at present I do > not see anything that is not correct. > > Gary > > On Friday, 8 May 2020 09:06:52 UTC+10, Hyrules wrote: >> >> There is definitely something I don't understand here. Run the report >> every

Re: [weewx-user] Issue with a report last values are Zero

2020-05-07 Thread Hyrules
There is definitely something I don't understand here. Run the report every 15 minutes with archive interval of 5 minutes the latest 15th minute value is not there when Weewx generates the report automatically. Check the database... archive value of the lastest 15 is there. If I run wee_report

Re: [weewx-user] Issue with a report last values are Zero

2020-05-07 Thread Hyrules
, 2020 at 7:48:55 PM UTC-4, Hyrules wrote: > > Indeed Gary was right. for example checked my last record was 1588808400 > report wanted to show 1588808700 so over the last record on a record the > indeed does not exists. Will fix that thanks again gentlemens for your > input. > >

Re: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread Hyrules
Indeed Gary was right. for example checked my last record was 1588808400 report wanted to show 1588808700 so over the last record on a record the indeed does not exists. Will fix that thanks again gentlemens for your input. On Wednesday, May 6, 2020 at 3:09:05 PM UTC-4, Hyrules wrote

RE: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread hyrules
Interesting Gary. Makes a lot of sense. I will try that and let you know what happens. Thanks for your input -Original Message- From: weewx-user@googlegroups.com On Behalf Of gjr80 Sent: May 6, 2020 14:48 To: weewx-user Subject: Re: [weewx-user] Issue with a report last values are

RE: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread hyrules
shot, so I can't even look at it in an editor. Sorry. I would suggest running it with a good debugger, or using lots of print() statements, to figure out where its getting its values. On Wed, May 6, 2020 at 9:07 AM Hyrules mailto:hyru...@gmail.com> > wrote: from __future__ import

RE: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread hyrules
nt() statements, to figure out where its getting its values. On Wed, May 6, 2020 at 9:07 AM Hyrules mailto:hyru...@gmail.com> > wrote: from __future__ import with_statement from importlib import reload import datetime import time import calendar import json import os import os.path im

Re: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread Hyrules
from __future__ import with_statement from importlib import reload import datetime import time import calendar import json import os import os.path import syslog import sys import locale import weewx import weecfg import configobj import weedb import weeutil.weeutil import weewx.reportengine

Re: [weewx-user] Issue with a report last values are Zero

2020-05-06 Thread Hyrules
erator.converter, skin_dict= self.generator.skin_dict) spans = tsb.spans(interval=900) return spans On Wednesday, May 6, 2020 at 11:56:35 AM UTC-4, Tom Keffer wrote: > > I have no idea what I'm looking at, what time this report was run, what > the report is, nor how to r

[weewx-user] Issue with a report last values are Zero

2020-05-06 Thread Hyrules
I have a report that generates results for the last 2 days in data. The report is scheduled to run every 15 minutes with a custom report_timing. Report is execting properly but the last value of the report is always zero [[HydroMeteoReport]] skin = hydrometeo enable = true

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-03 Thread Hyrules
. On Sunday, May 3, 2020 at 9:43:37 AM UTC-4, Hyrules wrote: > > Thanks guys for your work I really appreciate it. Let met know if there is > anything I can do to help or test. > > On Sunday, May 3, 2020 at 8:40:58 AM UTC-4, gjr80 wrote: >> >> Ah, the flood gate

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-03 Thread Hyrules
; archive record emitted by the console/logger but my reading of the >>>>>>> vantage >>>>>>> driver is that it is used to calculate rxCheckPercent but otherwise >>>>>>> ignored. I thought the vantage driver passed on almost everything an

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
console archive interval also clears the memory thus fixing the corrupt > station memory. > > Gary > > On Sunday, 3 May 2020 06:05:21 UTC+10, Hyrules wrote: >> >> ok we have a winner ! I used wee_device to set the interval to 1 minutes >> and settings the int

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
UTC-4, Hyrules wrote: > > Never had any problem with the logger itself . I just reinstalled a fresh > version of weewx 4.0 and remove every addons I had as well and skin and I > still don’t get a REC when I run weewxd. Plenty of loops coming in but the > logger does not seems to

RE: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread hyrules
Hyrules mailto:hyru...@gmail.com> > wrote: I don’t understand why I was on software generation I don’t remember why I would prefer software over hardware. I still haven’t seen a archive packet that’s really odd. On Saturday, May 2, 2020 at 2:22:01 PM UTC-4, Tom Keffer wrote: There must hav

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
using software record > generation. You may "fix" this, but break something else! > > On Sat, May 2, 2020 at 11:00 AM Hyrules > > wrote: > >> That must be it. The setting record_generation was software changed it to >> hardware in weewx.conf. Waiting for a archi

Re: [weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
record from the logger and, > instead, calculates the archive record in software. The logger is what > supplies the number of wind samples, so it is only available if you > download an archive record. > > -tk > > On Sat, May 2, 2020 at 10:27 AM Hyrules > > wrote: &g

[weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
Well that's not it. I ahve reflashed with the wireless version and still not seeing the rxCheckPercent and Wind Samples On Saturday, May 2, 2020 at 12:18:08 PM UTC-4, Hyrules wrote: > > Crap I think I have and Idea what is happening I might have flashed the > cabled version firmware.

[weewx-user] Re: rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
Crap I think I have and Idea what is happening I might have flashed the cabled version firmware. Will try to reflash the wireless version because my station is wireless. On Saturday, May 2, 2020 at 11:11:31 AM UTC-4, Hyrules wrote: > > Hi everyone, > > I have a vantage pro 2 and w

Re: [weewx-user] rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
icular, what does it list for "CONSOLE TYPE"? > > -tk > > On Sat, May 2, 2020 at 8:11 AM Hyrules > > wrote: > >> Hi everyone, >> >> I have a vantage pro 2 and was wondering what might be the issue of the >> following my rc_CheckPercent

[weewx-user] rxCheckPercent always zero and number of wind samples

2020-05-02 Thread Hyrules
Hi everyone, I have a vantage pro 2 and was wondering what might be the issue of the following my rc_CheckPercent is always at zero. I have a point in my sql data when I temporarily got some value but at the moment it's zero. This is happening in Weewx 4.0 but was also happening in Weewx 3.9.x

[weewx-user] Re: Version 4.0 is (finally) here!

2020-04-30 Thread Hyrules Hyrules
Working well here too thanks alot. -- 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 on the web

[weewx-user] Weatherlink files template

2020-02-09 Thread Hyrules Hyrules
Hi all, I'm trying to replicate the old Weatherlink downld02.txt and downld08.txt. So far so go i've been able to replicate 90% of the information needed for the file. The only thing missing are the following information. I was wondering if there is any way to get them in Weewx : Wind

[weewx-user] Re: templating with cheetah for last 2 days

2020-02-02 Thread Hyrules Hyrules
self.generator.converter) spans = tsb.spans(interval=900) last2days = spans search_list_extension = {'last2days' : last2days} return [search_list_extension] On Saturday, February 1, 2020 at 12:42:45 PM UTC-5, Hyrules Hyrules wrote: > > Hi everyone, > > I was won

Re: [weewx-user] templating with cheetah for last 2 days

2020-02-02 Thread Hyrules Hyrules
this is what I have at the moment. I'm getting close. Just need to process the data I get from the SQL. -- 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] templating with cheetah for last 2 days

2020-02-02 Thread Hyrules Hyrules
Basically that's what i`ve been trying to do since i`ve posted this message. I will see how I can implement that with python. I will try to create my own skin with some python functions. I have been able to run a custom SQL on the weewx database and return exactly what I want (in a search list

[weewx-user] templating with cheetah for last 2 days

2020-02-01 Thread Hyrules Hyrules
Hi everyone, I was wondering if there is an actual way of doing this in the cheetah templating engine. I would like to get the following information in my file : - last 2 days of archive - starting at midnight and 15 minutes - in intervals of 15 minutes - all through today closest to the

[weewx-user] Re: Windchill stored as heatindex

2019-10-14 Thread Hyrules Hyrules
Thanks Gary I hope to see 4.0 soon. -- 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 on the web

[weewx-user] Re: Windchill stored as heatindex

2019-10-13 Thread Hyrules Hyrules
well it's in the loop2 packet not the loop... -- 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 on

[weewx-user] Re: Windchill stored as heatindex

2019-10-13 Thread Hyrules Hyrules
Or simpler is there a way for weewx to just take the value from the weather station as it is in the loop data ? -- 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] Re: Windchill stored as heatindex

2019-10-13 Thread Hyrules Hyrules
weatherlink and the app still calculate the value even if bad. For the time being I will create a method in my template to calculate it as it is easy. Thanks again Gary. On Sunday, October 13, 2019 at 2:37:50 PM UTC-4, Hyrules Hyrules wrote: > > I have been reading about heat index and l

[weewx-user] Windchill stored as heatindex

2019-10-13 Thread Hyrules Hyrules
I have been reading about heat index and looking at the NOAA formula to calculate the heatindex but it seems there is something wrong in the archive table as it stores the heatindex as the windchill value. Is this a bug ? I'm using a vantage pro 2 and MySQL to store data. Thanks. -- You

[weewx-user] Re: filling hole in chart

2019-10-13 Thread Hyrules Hyrules
Noted thanks. -- 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 on the web visit

[weewx-user] Re: filling hole in chart

2019-10-12 Thread Hyrules Hyrules
hmmm after a second check there is indeed a hole in the data... does Weewx has some kind of catchup function to fetch data from that period in the logger ? -- 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: filling hole in chart

2019-10-12 Thread Hyrules Hyrules
Thanks I'll try that. I`ve taken a few timestamps of that period and the data seems to be present. -- 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] filling hole in chart

2019-10-12 Thread Hyrules Hyrules
Last tuesday there was a power outage at my house and ever since there is a hole in the charts of the Season skin.Whily there was the outage the program was obviously not running but weewx did catuch up the data for that time when power came back. What is the best way to regenerate the charts ?

Re: [weewx-user] Re: Best way to get available cheetah variables

2019-09-30 Thread Hyrules Hyrules
Got it thanks. -- 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 on the web visit

[weewx-user] Re: Best way to get available cheetah variables

2019-09-30 Thread Hyrules Hyrules
How would I proceed in the command line with bash $variable ? -- 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

[weewx-user] Re: Best way to get available cheetah variables

2019-09-28 Thread Hyrules Hyrules
as usual thanks Gary. I'm getting eager to see version 4. -- 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: Best way to get available cheetah variables

2019-09-27 Thread Hyrules Hyrules
Yes i have actually started doing exactly that. Thanks for the info and help On Friday, September 27, 2019 at 6:47:41 PM UTC-4, Hyrules Hyrules wrote: > > Hi, > > I`ve been playing with the Cheetah generator and I have generated some > files with it without any real problem but m

[weewx-user] Re: Best way to get available cheetah variables

2019-09-27 Thread Hyrules Hyrules
Thanks but no. I`ve already went though all the documentation of weewx and some stuff is not really documented. For example : I have a Davis Vantage Pro 2 and the stormRain variable is proper to that station. So is the stormStart but I cannot get it to work if I use $current.stormStart the

[weewx-user] Best way to get available cheetah variables

2019-09-27 Thread Hyrules Hyrules
Hi, I`ve been playing with the Cheetah generator and I have generated some files with it without any real problem but my main question is what would be the best way to get the available variables in the report generator ? I went through the documentation finding most of my answers but some

[weewx-user] Re: Importing from cumulus give a python error

2019-09-23 Thread Hyrules Hyrules
Yep it seems to be working fine. Tried it with a dryrun and no more errors. Thanks again for the help. I'm glad I have discovered weewx. Currently toying with the Cheetah generator to reproduce some files I need. On Sunday, September 22, 2019 at 6:09:54 PM UTC-4, Hyrules Hyrules wrote

Re: [weewx-user] Re: Importing from cumulus give a python error

2019-09-23 Thread Hyrules
it's 3.9.2. I don't mind changing code in scripts of weewx either i'm a programmer as well I just don't know python (yet). Thanks for the help. Hyrules On Sun, Sep 22, 2019 at 11:25 PM gjr80 wrote: > Hmm, seems my initial diagnosis was somewhat off the mark and the problem > is a simpl