[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