[weewx-user] WS3080 Lockup - FineOffsetUsb workaround not working.

2019-05-13 Thread 'Johannes Ebner' via weewx-user
Hi,

I have the WS3080 and I have every couple of days the issue with the Lockup 
and not retreiving any data anymore.

Therefore I have followed the procedure of this page 
https://github.com/weewx/weewx/wiki/FineOffset-USB-lockup and bought the 
DLINK 7 Port Hub.

After connecting the Hub I was running lsusb:

pi@weewx:/etc/weewx $ lsusb
Bus 001 Device 003: ID 1941:8021 Dream Link WH1080 Weather Station / USB 
Missile Launcher
Bus 001 Device 002: ID 2001:f103 D-Link Corp. DUB-H7 7-port USB 2.0 hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So the DLINK USB Hub is on 001:003

then I have downloaded usb_control and where running a scan:

pi@weewx:~ $ sudo python usb_control-0.7rc3.py --scan
device at :unknown
  id: 2001:f103
  class: hub
  manufacturer: unknown
  product: unknown
  num_ports: 7
  power_switching: individual
  indicator_support: none
  port 1: .0100 power
  port 2: .0100 power
  port 3: .0100 power
  port 4: .0303 lowspeed power enable connect
  port 5: .0100 power
  port 6: .0100 power
  port 7: .0100 power


Here we can see again the USB Hub and also that the Weatherstation is 
connected to Port 4.


When running the following command nothing will happen.

pi@weewx:~ $ sudo python usb_control-0.7rc3.py --hub 001:002 --port 4 
--power 0
looking for 001:002
no match for '1941:8021' at ''
no match for '2001:f103' at ''
no match for '1d6b:0002' at ''
001:002 not found

When running this command, I can turn off and on the Power of the 
Weatherstation:

pi@weewx:~ $ sudo python usb_control-0.7rc3.py --hub 2001:f103 --port 4 
--power 0
looking for 2001:f103
no match for '1941:8021' at ''
found match for '2001:f103' at ''
no match for '1d6b:0002' at ''


this it the weewx.conf:

[FineOffsetUSB]
# This section is for the Fine Offset series of weather stations.

# The station model, e.g., WH1080, WS1090, WS2080, WH3081
model = WS3080

# How often to poll the station for data, in seconds
polling_interval = 60
polling_mode = PERIODIC

#power_cycle_hub = 2001:f103
power_cycle_hub = 001:002
power_cycle_port = 4

# The driver to use:
driver = weewx.drivers.fousb

Regardless if I use 001:002 or 2001:f103 weewx will not powercycle the 
Weatherstation.

Any ideas?

I am using the latest stable weewx version.

Br,
Johannes

-- 
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 
https://groups.google.com/d/msgid/weewx-user/5fc5a17b-949e-4358-b158-d63f16055be7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread gjr80
On Tuesday, 14 May 2019 15:44:10 UTC+10, Alan wrote:
>
> It works with Internet Explorer. I'm not sure why pointing Chrome at the 
> Raspberry Pi gives a different result than pointing at the hosted site but 
> that is definitely not a weewx problem.
>

Interesting, who knows with browsers these days and their various 
interpretations of standards.

The Seasons skin requires a mouse-over to see the times in the high-low 
> section. I was using a laptop with a finicky touch pad when I did the new 
> 3.9 install and didn't realize the mouse-over function was there.
>
 
Yes, that has caught a few folks, it's one of those things you tend not to 
notice if using a touch device (I use an iPad and often have the same 
problem). The simplest solution in this case is to click (touch) on the 
High/Low heading (it's a link) and that will open the Statistics page which 
does show the times.

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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b3aa5c52-7c58-4bec-bc10-0996f9679b29%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
Thanks for the help guys!!

It works with Internet Explorer. I'm not sure why pointing Chrome at the 
Raspberry Pi gives a different result than pointing at the hosted site but 
that is definitely not a weewx problem.

The Seasons skin requires a mouse-over to see the times in the high-low 
section. I was using a laptop with a finicky touch pad when I did the new 
3.9 install and didn't realize the mouse-over function was there.


-- 
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 
https://groups.google.com/d/msgid/weewx-user/d84562f1-4799-47b7-a55f-a3fcf8df2ea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan

I switched to the standard skin and all is right with the world again. The 
RSS link still shows an error in my browser but it's not something I'm 
going to spend any time on.

The new skin really looks nice but mouse-over function might drive me to 
drink. I'm in the weird function over form minority.

-- 
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 
https://groups.google.com/d/msgid/weewx-user/d48c6e9d-2966-4a9a-827e-74b3c1d88ae6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread gjr80
OK, I go to the rss link on that site in my browser (Firefox) and I am 
presented with the current, daily, monthly and yearly summary data and 
asked if I want to subscribe. No 'This XML file does not appear to have any 
style information associated with it. The document tree is shown below.' 
error and the 'since midnight' data is there, it's just called 'Daily 
Weather Summary'. On the hunch that this might be a browser issue I open 
the same site in Chrome and when I hit the rss link I get the 'This XML 
file does not appear to have any style information associated with it. The 
document tree is shown below.' message and the raw xml. So the rss issue 
sounds like a browser issue instead.

I guess you must be using a skin other than the WeeWX Standard or Seasons 
skin as both of those show Since Midnight/today data without 
mouseover/popup.

Gary

On Tuesday, 14 May 2019 14:34:59 UTC+10, Alan wrote:
>
> The "as expected" may be where I'm going wrong. http://vtwx.tom.org/ is 
> an older version of weewx but I see the same problem that I have with mine.
>
> The missing "Since Midnight" info that prompted me to go looking around 
> and click the RSS feed is not missing after all; it is a mouse-over popup. 
> I don't really care about the RSS if I can get the skin tweaked to not need 
> a mouse-over.
>
>
>
> On Tuesday, May 14, 2019 at 12:06:09 AM UTC-4, gjr80 wrote:
>>
>> Might help if you gave an example of a station that does not work as you 
>> expected. I just went to a half dozen randomly chosen stations (at least 
>> one was remote hosted) on the station map and RSS seemed to function as 
>> expected.
>>
>> Gary
>>
>> On Tuesday, 14 May 2019 13:40:36 UTC+10, Alan wrote:
>>>
>>>
>>> It looks like I've got plenty of company. Looking at 
>>> http://www.weewx.com/stations.html I can't find a station that works as 
>>> I expect it to. It may have never worked on the hosted site with the 
>>> previous versions, I've just never clicked on the RSS link. I think I'm 
>>> going to give up on the RSS and see if I can tweak the skin to get the 
>>> "Since Midnight" information back on the index.html page.
>>>
>>> As a side note, I can view the RSS info on my phone using "Read" for 
>>> Android linked to the hosted xml URL.
>>>
>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/6fbe34d3-1dc2-4cfd-9861-c7b9e5dba473%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread Andrew Milner
i do not know what browser you are using - but on http://vtwx.tom.org I see 
since midnight with no problems - it is not a mouse-over popup for me and 
my edge browser on a surface tablet.  Seems like it may be your method of 
browsing that is the real issue!!  Have you tried the mobile/smartphone 
versions to see if they behave differently if you are not using a fullsize 
pc/monitor to do your browsing??

On Tuesday, 14 May 2019 07:34:59 UTC+3, Alan wrote:
>
> The "as expected" may be where I'm going wrong. http://vtwx.tom.org/ is 
> an older version of weewx but I see the same problem that I have with mine.
>
> The missing "Since Midnight" info that prompted me to go looking around 
> and click the RSS feed is not missing after all; it is a mouse-over popup. 
> I don't really care about the RSS if I can get the skin tweaked to not need 
> a mouse-over.
>
>
>
> On Tuesday, May 14, 2019 at 12:06:09 AM UTC-4, gjr80 wrote:
>>
>> Might help if you gave an example of a station that does not work as you 
>> expected. I just went to a half dozen randomly chosen stations (at least 
>> one was remote hosted) on the station map and RSS seemed to function as 
>> expected.
>>
>> Gary
>>
>> On Tuesday, 14 May 2019 13:40:36 UTC+10, Alan wrote:
>>>
>>>
>>> It looks like I've got plenty of company. Looking at 
>>> http://www.weewx.com/stations.html I can't find a station that works as 
>>> I expect it to. It may have never worked on the hosted site with the 
>>> previous versions, I've just never clicked on the RSS link. I think I'm 
>>> going to give up on the RSS and see if I can tweak the skin to get the 
>>> "Since Midnight" information back on the index.html page.
>>>
>>> As a side note, I can view the RSS info on my phone using "Read" for 
>>> Android linked to the hosted xml URL.
>>>
>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/28f5513b-d7d2-4567-9f3e-6572ee4e4f3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan
The "as expected" may be where I'm going wrong. http://vtwx.tom.org/ is an 
older version of weewx but I see the same problem that I have with mine.

The missing "Since Midnight" info that prompted me to go looking around and 
click the RSS feed is not missing after all; it is a mouse-over popup. I 
don't really care about the RSS if I can get the skin tweaked to not need a 
mouse-over.



On Tuesday, May 14, 2019 at 12:06:09 AM UTC-4, gjr80 wrote:
>
> Might help if you gave an example of a station that does not work as you 
> expected. I just went to a half dozen randomly chosen stations (at least 
> one was remote hosted) on the station map and RSS seemed to function as 
> expected.
>
> Gary
>
> On Tuesday, 14 May 2019 13:40:36 UTC+10, Alan wrote:
>>
>>
>> It looks like I've got plenty of company. Looking at 
>> http://www.weewx.com/stations.html I can't find a station that works as 
>> I expect it to. It may have never worked on the hosted site with the 
>> previous versions, I've just never clicked on the RSS link. I think I'm 
>> going to give up on the RSS and see if I can tweak the skin to get the 
>> "Since Midnight" information back on the index.html page.
>>
>> As a side note, I can view the RSS info on my phone using "Read" for 
>> Android linked to the hosted xml URL.
>>
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/d17b908a-4033-4b1a-844f-be946de33267%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread gjr80
Might help if you gave an example of a station that does not work as you 
expected. I just went to a half dozen randomly chosen stations (at least 
one was remote hosted) on the station map and RSS seemed to function as 
expected.

Gary

On Tuesday, 14 May 2019 13:40:36 UTC+10, Alan wrote:
>
>
> It looks like I've got plenty of company. Looking at 
> http://www.weewx.com/stations.html I can't find a station that works as I 
> expect it to. It may have never worked on the hosted site with the previous 
> versions, I've just never clicked on the RSS link. I think I'm going to 
> give up on the RSS and see if I can tweak the skin to get the "Since 
> Midnight" information back on the index.html page.
>
> As a side note, I can view the RSS info on my phone using "Read" for 
> Android linked to the hosted xml URL.
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/041c50d6-1e4f-4a75-a171-202579575665%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: rss.xml problems

2019-05-13 Thread Alan

It looks like I've got plenty of company. Looking at 
http://www.weewx.com/stations.html I can't find a station that works as I 
expect it to. It may have never worked on the hosted site with the previous 
versions, I've just never clicked on the RSS link. I think I'm going to 
give up on the RSS and see if I can tweak the skin to get the "Since 
Midnight" information back on the index.html page.

As a side note, I can view the RSS info on my phone using "Read" for 
Android linked to the hosted xml URL.

-- 
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 
https://groups.google.com/d/msgid/weewx-user/c9771f68-9118-4f89-bf82-7233face44ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] fousb: avoid meaning

2019-05-13 Thread Thomas Keffer
Just informational chatter. The driver tries to avoid doing a read while
the station is writing to memory. The numbers are how long it sleeps before
attempting the write.

On Mon, May 13, 2019 at 12:33 PM HoracioDos  wrote:

> Hello!
> I set up a Welleman 3080 (fine offset type) a few days ago. This is my
> first one. My previous weather station was WS1, so I'ḿ getting used to it.
> While reading weewx logs I found many  "fousb: avoid" and a value
> What does it mean?
>
> May 13 13:07:22 PiWeewx weewx[3960]: fousb: avoid 4.15701985359
> May 13 13:22:33 PiWeewx weewx[3960]: fousb: avoid 5.11421895027
> May 13 13:37:46 PiWeewx weewx[3960]: fousb: avoid 4.42863893509
> May 13 13:48:57 PiWeewx weewx[3960]: fousb: avoid 4.8522708416
> May 13 14:00:09 PiWeewx weewx[3960]: fousb: avoid 4.95359587669
> May 13 14:11:21 PiWeewx weewx[3960]: fousb: avoid 4.93659090996
> May 13 14:26:35 PiWeewx weewx[3960]: fousb: avoid 3.23641395569
> May 13 14:37:45 PiWeewx weewx[3960]: fousb: avoid 5.1169629097
> May 13 14:48:56 PiWeewx weewx[3960]: fousb: avoid 5.59701704979
> May 13 15:00:08 PiWeewx weewx[3960]: fousb: avoid 5.63681101799
> May 13 15:11:21 PiWeewx weewx[3960]: fousb: avoid 4.86677789688
> May 13 15:22:33 PiWeewx weewx[3960]: fousb: avoid 4.98585700989
> May 13 15:33:45 PiWeewx weewx[3960]: fousb: avoid 5.01147198677
> May 13 15:48:58 PiWeewx weewx[3960]: fousb: avoid 4.34704089165
> May 13 16:00:08 PiWeewx weewx[3960]: fousb: avoid 5.59692597389
> May 13 16:11:21 PiWeewx weewx[3960]: fousb: avoid 5.00702095032
> May 13 16:22:34 PiWeewx weewx[3960]: fousb: avoid 4.03694295883
>
> 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
> https://groups.google.com/d/msgid/weewx-user/b0500c44-0a76-4464-be1a-cbf60facfb7c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/CAPq0zECFYOitMP4TE-9KuVpvmhtmXODyZpks%3DRbzZgb54wq2-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] fousb: avoid meaning

2019-05-13 Thread HoracioDos
Hello!
I set up a Welleman 3080 (fine offset type) a few days ago. This is my 
first one. My previous weather station was WS1, so I'ḿ getting used to it. 
While reading weewx logs I found many  "fousb: avoid" and a value
What does it mean?

May 13 13:07:22 PiWeewx weewx[3960]: fousb: avoid 4.15701985359
May 13 13:22:33 PiWeewx weewx[3960]: fousb: avoid 5.11421895027
May 13 13:37:46 PiWeewx weewx[3960]: fousb: avoid 4.42863893509
May 13 13:48:57 PiWeewx weewx[3960]: fousb: avoid 4.8522708416
May 13 14:00:09 PiWeewx weewx[3960]: fousb: avoid 4.95359587669
May 13 14:11:21 PiWeewx weewx[3960]: fousb: avoid 4.93659090996
May 13 14:26:35 PiWeewx weewx[3960]: fousb: avoid 3.23641395569
May 13 14:37:45 PiWeewx weewx[3960]: fousb: avoid 5.1169629097
May 13 14:48:56 PiWeewx weewx[3960]: fousb: avoid 5.59701704979
May 13 15:00:08 PiWeewx weewx[3960]: fousb: avoid 5.63681101799
May 13 15:11:21 PiWeewx weewx[3960]: fousb: avoid 4.86677789688
May 13 15:22:33 PiWeewx weewx[3960]: fousb: avoid 4.98585700989
May 13 15:33:45 PiWeewx weewx[3960]: fousb: avoid 5.01147198677
May 13 15:48:58 PiWeewx weewx[3960]: fousb: avoid 4.34704089165
May 13 16:00:08 PiWeewx weewx[3960]: fousb: avoid 5.59692597389
May 13 16:11:21 PiWeewx weewx[3960]: fousb: avoid 5.00702095032
May 13 16:22:34 PiWeewx weewx[3960]: fousb: avoid 4.03694295883

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 
https://groups.google.com/d/msgid/weewx-user/b0500c44-0a76-4464-be1a-cbf60facfb7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: it misses the time display and forecasts

2019-05-13 Thread Philip Kutzenco
OK. Great that it is working for you!
phil

On Monday, May 13, 2019 at 1:58:58 PM UTC-4, Patrick Tranchant wrote:
>
> sorry, 
>
> I don't know that he did but it works .
>
>
> On Monday, May 13, 2019 at 7:55:30 PM UTC+2, Patrick Tranchant wrote:
>>
>> hello Philip
>>
>> see end pf page of code source  : 
>>
>>   
>>
>> but it is OK now, PAT watched my website the last week, I don't know that I 
>> done but it works .
>> Thanks for you
>> Patrick
>>
>>
>> On Monday, May 13, 2019 at 7:02:14 PM UTC+2, Philip Kutzenco wrote:
>>>
>>> Patrick,
>>>
>>> What version of the Belchertown skin are you using? If you restart WeeWX 
>>> and capture the syslog, it should show the version the first time the skin 
>>> executes. Alternatively, on your web page do a View Page Source and scroll 
>>> to the bottom. You'll see the version there.
>>>
>>> On Monday, May 6, 2019 at 2:03:48 PM UTC-4, Patrick Tranchant wrote:

 hi every body,

 since yesterday , I had this with skin "Belchertown"; it is ok with 
 skin "Seasons".

 it misses the time display and forecasts and graphs on home page !!!
 an idea, the logs are corrects for Belchertown

 May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
 2019-05-06 20:00:00 CEST (1557165600) to database 'weewx.sdb'
 May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
 2019-05-06 20:00:00 CEST (1557165600) to daily summary in 'weewx.sdb'
 May  6 20:00:19 raspberrypi weewx[22084]: cheetahgenerator: Generated 8 
 files for report SeasonsReport in 2.81 seconds
 May  6 20:00:26 raspberrypi weewx[22084]: imagegenerator: Generated 28 
 images for SeasonsReport in 6.47 seconds
 May  6 20:00:26 raspberrypi weewx[22084]: copygenerator: copied 0 files 
 to /var/www/html/weewx
 May  6 20:00:26 raspberrypi weewx[22084]: cheetahgenerator: Generated 7 
 files for report SmartphoneReport in 0.23 seconds
 May  6 20:00:29 raspberrypi weewx[22084]: imagegenerator: Generated 14 
 images for SmartphoneReport in 2.88 seconds
 May  6 20:00:29 raspberrypi weewx[22084]: copygenerator: copied 0 files 
 to /var/www/html/weewx/smartphone
 May  6 20:00:29 raspberrypi weewx[22084]: cheetahgenerator: Generated 1 
 files for report MobileReport in 0.08 seconds
 May  6 20:00:30 raspberrypi weewx[22084]: imagegenerator: Generated 4 
 images for MobileReport in 0.53 seconds
 May  6 20:00:30 raspberrypi weewx[22084]: copygenerator: copied 0 files 
 to /var/www/html/weewx/mobile
 May  6 20:00:31 raspberrypi weewx[22084]: Belchertown Extension: New 
 forecast file downloaded to 
 /var/www/html/weewx/belchertown/json/darksky_forecast.json
 May  6 20:00:34 raspberrypi weewx[22084]: cheetahgenerator: Generated 
 14 files for report Belchertown in 3.73 seconds
 May  6 20:00:34 raspberrypi weewx[22084]: copygenerator: copied 1 files 
 to /var/www/html/weewx/belchertown
 May  6 20:00:50 raspberrypi weewx[22084]: cheetahgenerator: Generated 4 
 files for report Highcharts_Belchertown in 16.39 seconds
 May  6 20:00:50 raspberrypi weewx[22084]: copygenerator: copied 0 files 
 to /var/www/html/weewx/belchertown


 Patrick

>>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/1796024b-b50f-4d40-822b-a62d5bc4bf88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: it misses the time display and forecasts

2019-05-13 Thread Patrick Tranchant
sorry, 

I don't know that he did but it works .


On Monday, May 13, 2019 at 7:55:30 PM UTC+2, Patrick Tranchant wrote:
>
> hello Philip
>
> see end pf page of code source  : 
>
>   
>
> but it is OK now, PAT watched my website the last week, I don't know that I 
> done but it works .
> Thanks for you
> Patrick
>
>
> On Monday, May 13, 2019 at 7:02:14 PM UTC+2, Philip Kutzenco wrote:
>>
>> Patrick,
>>
>> What version of the Belchertown skin are you using? If you restart WeeWX 
>> and capture the syslog, it should show the version the first time the skin 
>> executes. Alternatively, on your web page do a View Page Source and scroll 
>> to the bottom. You'll see the version there.
>>
>> On Monday, May 6, 2019 at 2:03:48 PM UTC-4, Patrick Tranchant wrote:
>>>
>>> hi every body,
>>>
>>> since yesterday , I had this with skin "Belchertown"; it is ok with skin 
>>> "Seasons".
>>>
>>> it misses the time display and forecasts and graphs on home page !!!
>>> an idea, the logs are corrects for Belchertown
>>>
>>> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
>>> 2019-05-06 20:00:00 CEST (1557165600) to database 'weewx.sdb'
>>> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
>>> 2019-05-06 20:00:00 CEST (1557165600) to daily summary in 'weewx.sdb'
>>> May  6 20:00:19 raspberrypi weewx[22084]: cheetahgenerator: Generated 8 
>>> files for report SeasonsReport in 2.81 seconds
>>> May  6 20:00:26 raspberrypi weewx[22084]: imagegenerator: Generated 28 
>>> images for SeasonsReport in 6.47 seconds
>>> May  6 20:00:26 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>>> to /var/www/html/weewx
>>> May  6 20:00:26 raspberrypi weewx[22084]: cheetahgenerator: Generated 7 
>>> files for report SmartphoneReport in 0.23 seconds
>>> May  6 20:00:29 raspberrypi weewx[22084]: imagegenerator: Generated 14 
>>> images for SmartphoneReport in 2.88 seconds
>>> May  6 20:00:29 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>>> to /var/www/html/weewx/smartphone
>>> May  6 20:00:29 raspberrypi weewx[22084]: cheetahgenerator: Generated 1 
>>> files for report MobileReport in 0.08 seconds
>>> May  6 20:00:30 raspberrypi weewx[22084]: imagegenerator: Generated 4 
>>> images for MobileReport in 0.53 seconds
>>> May  6 20:00:30 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>>> to /var/www/html/weewx/mobile
>>> May  6 20:00:31 raspberrypi weewx[22084]: Belchertown Extension: New 
>>> forecast file downloaded to 
>>> /var/www/html/weewx/belchertown/json/darksky_forecast.json
>>> May  6 20:00:34 raspberrypi weewx[22084]: cheetahgenerator: Generated 14 
>>> files for report Belchertown in 3.73 seconds
>>> May  6 20:00:34 raspberrypi weewx[22084]: copygenerator: copied 1 files 
>>> to /var/www/html/weewx/belchertown
>>> May  6 20:00:50 raspberrypi weewx[22084]: cheetahgenerator: Generated 4 
>>> files for report Highcharts_Belchertown in 16.39 seconds
>>> May  6 20:00:50 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>>> to /var/www/html/weewx/belchertown
>>>
>>>
>>> Patrick
>>>
>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/011790e8-59e3-43e4-85ea-898298a268e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: it misses the time display and forecasts

2019-05-13 Thread Patrick Tranchant
hello Philip

see end pf page of code source  : 

  

but it is OK now, PAT watched my website the last week, I don't know that I 
done but it works .
Thanks for you
Patrick


On Monday, May 13, 2019 at 7:02:14 PM UTC+2, Philip Kutzenco wrote:
>
> Patrick,
>
> What version of the Belchertown skin are you using? If you restart WeeWX 
> and capture the syslog, it should show the version the first time the skin 
> executes. Alternatively, on your web page do a View Page Source and scroll 
> to the bottom. You'll see the version there.
>
> On Monday, May 6, 2019 at 2:03:48 PM UTC-4, Patrick Tranchant wrote:
>>
>> hi every body,
>>
>> since yesterday , I had this with skin "Belchertown"; it is ok with skin 
>> "Seasons".
>>
>> it misses the time display and forecasts and graphs on home page !!!
>> an idea, the logs are corrects for Belchertown
>>
>> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
>> 2019-05-06 20:00:00 CEST (1557165600) to database 'weewx.sdb'
>> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 
>> 2019-05-06 20:00:00 CEST (1557165600) to daily summary in 'weewx.sdb'
>> May  6 20:00:19 raspberrypi weewx[22084]: cheetahgenerator: Generated 8 
>> files for report SeasonsReport in 2.81 seconds
>> May  6 20:00:26 raspberrypi weewx[22084]: imagegenerator: Generated 28 
>> images for SeasonsReport in 6.47 seconds
>> May  6 20:00:26 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>> to /var/www/html/weewx
>> May  6 20:00:26 raspberrypi weewx[22084]: cheetahgenerator: Generated 7 
>> files for report SmartphoneReport in 0.23 seconds
>> May  6 20:00:29 raspberrypi weewx[22084]: imagegenerator: Generated 14 
>> images for SmartphoneReport in 2.88 seconds
>> May  6 20:00:29 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>> to /var/www/html/weewx/smartphone
>> May  6 20:00:29 raspberrypi weewx[22084]: cheetahgenerator: Generated 1 
>> files for report MobileReport in 0.08 seconds
>> May  6 20:00:30 raspberrypi weewx[22084]: imagegenerator: Generated 4 
>> images for MobileReport in 0.53 seconds
>> May  6 20:00:30 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>> to /var/www/html/weewx/mobile
>> May  6 20:00:31 raspberrypi weewx[22084]: Belchertown Extension: New 
>> forecast file downloaded to 
>> /var/www/html/weewx/belchertown/json/darksky_forecast.json
>> May  6 20:00:34 raspberrypi weewx[22084]: cheetahgenerator: Generated 14 
>> files for report Belchertown in 3.73 seconds
>> May  6 20:00:34 raspberrypi weewx[22084]: copygenerator: copied 1 files 
>> to /var/www/html/weewx/belchertown
>> May  6 20:00:50 raspberrypi weewx[22084]: cheetahgenerator: Generated 4 
>> files for report Highcharts_Belchertown in 16.39 seconds
>> May  6 20:00:50 raspberrypi weewx[22084]: copygenerator: copied 0 files 
>> to /var/www/html/weewx/belchertown
>>
>>
>> Patrick
>>
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/33a20933-2c03-48db-89d3-414424508165%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Thomas Keffer
You are not the only one who cannot get Python logging to work on Sierra
.
You're supposed to use commands like:

$log show --predicate 'eventMessage contains "Message4Me"' --last 3m

but I have been unable to get that to work for logs written by Python.

I debug on Linux, then hope for the best when I port to the Mac.

-tk

On Mon, May 13, 2019 at 8:42 AM Graham Eddy  wrote:

> looking at weewx.restx.StdStationRegistry, i see:
> This will periodically do a http GET with the following information:
> station_url  Should be world-accessible. Used as key.
> ...
> i have not set station_url so, being the key, its absence might be the
> explanation. we shall see
>
> i have not ignored mwall’s question. i have a big problem in this space -
> while i am very familiar with syslogd, the mac does something completely
> different with logs and i have yet to figure it out. the best i can do at
> present is use Console to monitor all messages, filtered on Python, and i
> get (some?) major errors and stack dumps that way. easy to do with syslogd
> but the mac’s logging has me baffled. education would be appreciated!
> 
> *Graham Eddy*
>
> On 14 May 2019, at 1:18 am, mwall  wrote:
>
>
>
> On Monday, May 13, 2019 at 10:42:03 AM UTC-4, Graham Eddy wrote:
>>
>>
>> i enabled weewx registration of the station couple weeks ago but it does
>> not appear in the "Stations Running weeWX" map. any idea why?
>> https://geddy.com.au/weather
>>
>
> what does the log say?
>
>
> --
> 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
> https://groups.google.com/d/msgid/weewx-user/d201a747-cc7b-4ddb-b09e-2d372defe555%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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
> https://groups.google.com/d/msgid/weewx-user/62F93C1E-BD50-42BA-8286-69A26793437E%40gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/CAPq0zED8GcLnpDwGjJ8Ec%3DQ62%2B%2BWUZH9Q4O-Mzo1Sqwwi9NBWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: it misses the time display and forecasts

2019-05-13 Thread Philip Kutzenco
Patrick,

What version of the Belchertown skin are you using? If you restart WeeWX 
and capture the syslog, it should show the version the first time the skin 
executes. Alternatively, on your web page do a View Page Source and scroll 
to the bottom. You'll see the version there.

On Monday, May 6, 2019 at 2:03:48 PM UTC-4, Patrick Tranchant wrote:
>
> hi every body,
>
> since yesterday , I had this with skin "Belchertown"; it is ok with skin 
> "Seasons".
>
> it misses the time display and forecasts and graphs on home page !!!
> an idea, the logs are corrects for Belchertown
>
> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 2019-05-06 
> 20:00:00 CEST (1557165600) to database 'weewx.sdb'
> May  6 20:00:16 raspberrypi weewx[22084]: manager: Added record 2019-05-06 
> 20:00:00 CEST (1557165600) to daily summary in 'weewx.sdb'
> May  6 20:00:19 raspberrypi weewx[22084]: cheetahgenerator: Generated 8 
> files for report SeasonsReport in 2.81 seconds
> May  6 20:00:26 raspberrypi weewx[22084]: imagegenerator: Generated 28 
> images for SeasonsReport in 6.47 seconds
> May  6 20:00:26 raspberrypi weewx[22084]: copygenerator: copied 0 files to 
> /var/www/html/weewx
> May  6 20:00:26 raspberrypi weewx[22084]: cheetahgenerator: Generated 7 
> files for report SmartphoneReport in 0.23 seconds
> May  6 20:00:29 raspberrypi weewx[22084]: imagegenerator: Generated 14 
> images for SmartphoneReport in 2.88 seconds
> May  6 20:00:29 raspberrypi weewx[22084]: copygenerator: copied 0 files to 
> /var/www/html/weewx/smartphone
> May  6 20:00:29 raspberrypi weewx[22084]: cheetahgenerator: Generated 1 
> files for report MobileReport in 0.08 seconds
> May  6 20:00:30 raspberrypi weewx[22084]: imagegenerator: Generated 4 
> images for MobileReport in 0.53 seconds
> May  6 20:00:30 raspberrypi weewx[22084]: copygenerator: copied 0 files to 
> /var/www/html/weewx/mobile
> May  6 20:00:31 raspberrypi weewx[22084]: Belchertown Extension: New 
> forecast file downloaded to 
> /var/www/html/weewx/belchertown/json/darksky_forecast.json
> May  6 20:00:34 raspberrypi weewx[22084]: cheetahgenerator: Generated 14 
> files for report Belchertown in 3.73 seconds
> May  6 20:00:34 raspberrypi weewx[22084]: copygenerator: copied 1 files to 
> /var/www/html/weewx/belchertown
> May  6 20:00:50 raspberrypi weewx[22084]: cheetahgenerator: Generated 4 
> files for report Highcharts_Belchertown in 16.39 seconds
> May  6 20:00:50 raspberrypi weewx[22084]: copygenerator: copied 0 files to 
> /var/www/html/weewx/belchertown
>
>
> Patrick
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/7cc836a1-a8d2-4665-8fb5-9eb89e101eb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
that fixed it within seconds - now duly registered as a weewx station

On Tuesday, 14 May 2019 01:42:05 UTC+10, Graham Eddy wrote:
>
> looking at weewx.restx.StdStationRegistry, i see:
> This will periodically do a http GET with the following information:
> station_url  Should be world-accessible. Used as key.
> ...
> i have not set station_url so, being the key, its absence might be the 
> explanation. we shall see
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/33685b86-27c3-4aa0-9560-ebca687ec647%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
looking at weewx.restx.StdStationRegistry, i see:
This will periodically do a http GET with the following information:
station_url  Should be world-accessible. Used as key.
...
i have not set station_url so, being the key, its absence might be the 
explanation. we shall see

i have not ignored mwall’s question. i have a big problem in this space - while 
i am very familiar with syslogd, the mac does something completely different 
with logs and i have yet to figure it out. the best i can do at present is use 
Console to monitor all messages, filtered on Python, and i get (some?) major 
errors and stack dumps that way. easy to do with syslogd but the mac’s logging 
has me baffled. education would be appreciated!

Graham Eddy

> On 14 May 2019, at 1:18 am, mwall  wrote:
> 
> 
> 
> On Monday, May 13, 2019 at 10:42:03 AM UTC-4, Graham Eddy wrote:
> 
> i enabled weewx registration of the station couple weeks ago but it does not 
> appear in the "Stations Running weeWX" map. any idea why?
> https://geddy.com.au/weather 
> 
> what does the log say?
>  
> 
> -- 
> 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 
> https://groups.google.com/d/msgid/weewx-user/d201a747-cc7b-4ddb-b09e-2d372defe555%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 
https://groups.google.com/d/msgid/weewx-user/62F93C1E-BD50-42BA-8286-69A26793437E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] On this date

2019-05-13 Thread Leon Shaner
Hey, Robin,

I don't know the weewx way, but here is a sql way that may lead some smart 
person to a better solution.  :-/
I used the system date command up front to get the month-day, which is to avoid 
asking SQLite to do that computation for every row within the query.

$ today=$(date +%\m-%\d); sqlite3 -header /var/lib/weewx/weewx.sdb "select 
date(dateTime, 'unixepoch', 'localtime') as day, min, max from 
archive_day_outTemp where strftime('%m-%d', day)='$today' group by day;"
day|min|max
2017-05-11|46.9|70.0
2018-05-11|43.5|54.9
2019-05-11|39.02|52.7

Oh, and in case outTemp is not the name of your sensor per archive_day_outTemp, 
above, you can glean the table you need from here:

$ sqlite3 /var/lib/weewx/weewx.sdb ".tables"

And of course to see the column names available, it's:

$ sqlite3 /var/lib/weewx/weewx.sdb ".schema archive_day_outTemp"
CREATE TABLE archive_day_outTemp (dateTime INTEGER NOT NULL UNIQUE PRIMARY KEY, 
min REAL, mintime INTEGER, max REAL, maxtime INTEGER, sum REAL, count INTEGER, 
wsum REAL, sumtime INTEGER);

Or the more human readable way:

$ sqlite3 -header /var/lib/weewx/weewx.sdb "select * from archive_day_outTemp 
limit 1;"
dateTime|min|mintime|max|maxtime|sum|count|wsum|sumtime
1325394000|0.0|0|0.0|0

HTH.  =D

Regards,
\Leon
--
Leon Shaner :: Dearborn, Michigan (iPad Pro)

> On May 11, 2019, at 9:30 AM, Robin  wrote:
> 
> I apologise if this has been asked before or if there is a simple and obvious 
> way to do this, but I can't see it.
> 
> I want to display the temperature (min,max) for today's date for each year 
> since we started keeping records.
> 
> Can somebody point me in the right direction?
> 
> Thanks people.
> -- 
> 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 
> https://groups.google.com/d/msgid/weewx-user/75abaada-5cb6-47ec-9d3e-0b3046f4f9a3%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 
https://groups.google.com/d/msgid/weewx-user/A548DC9B-FF2C-4C11-ABE2-F99F13EF8640%40isylum.org.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] On this date

2019-05-13 Thread Leon Shaner
Hey, Robin!

I just posted a reply, but the alias didn't echo it back to my inbox.
I think it must have been eaten by the AEther.  :-(
If it doesn't show up soon, I'll try posting it via the web interface to 
googlegroups.com

Regards,
\Leon
--
Leon Shaner :: Dearborn, Michigan (iPad Pro)

> On May 11, 2019, at 9:30 AM, Robin  wrote:
> 
> I apologise if this has been asked before or if there is a simple and obvious 
> way to do this, but I can't see it.
> 
> I want to display the temperature (min,max) for today's date for each year 
> since we started keeping records.
> 
> Can somebody point me in the right direction?
> 
> Thanks people.
> -- 
> 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 
> https://groups.google.com/d/msgid/weewx-user/75abaada-5cb6-47ec-9d3e-0b3046f4f9a3%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 
https://groups.google.com/d/msgid/weewx-user/017227BA-D43B-4BDE-B103-48550B0C956C%40isylum.org.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: have completed migration from wview with lost of customisations

2019-05-13 Thread mwall


On Monday, May 13, 2019 at 10:42:03 AM UTC-4, Graham Eddy wrote:
>
>
> i enabled weewx registration of the station couple weeks ago but it does 
> not appear in the "Stations Running weeWX" map. any idea why?
> https://geddy.com.au/weather
>

what does the log say?
 

-- 
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 
https://groups.google.com/d/msgid/weewx-user/d201a747-cc7b-4ddb-b09e-2d372defe555%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] have completed migration from wview with lost of customisations

2019-05-13 Thread Graham Eddy
i am now operational on weewx after migrating from wview with 12 years of 
data.
lots of customisations: river temperature (extraTemp1), river level 
(external sensor), wview-style alarms, and steelseries gauges for all the 
sensors including river

i enabled weewx registration of the station couple weeks ago but it does 
not appear in the "Stations Running weeWX" map. any idea why?
https://geddy.com.au/weather

my GUI integration with steelseries is quite weak - a button in the 
titlebar taking you to an iframe so weewx titlebar still shows with the 
gauges. any ideas on how to integrate the GUI better?

-- 
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 
https://groups.google.com/d/msgid/weewx-user/f00f508e-2d3e-4299-8e7b-53549b703265%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: On this date

2019-05-13 Thread p q
Thank you. I was starting to look at SLE as a way to do this but I didn't
get very far yesterday. I'll give this a try too.

On Mon, May 13, 2019 at 12:56 AM Robin  wrote:

> Gary,
>
> Thank you, you are a star. That is exactly what I was looking for.
>
> I'm going to go away and play. I'm so excited!
>
> Robin
>
> --
> 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
> https://groups.google.com/d/msgid/weewx-user/c0f51b2e-7a8b-4a05-9552-f146afbd9bfe%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Peter Quinn
(415)794-2264

-- 
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 
https://groups.google.com/d/msgid/weewx-user/CAA1SM22WX7ctd3hOeRFw32gn6rpdh7pfWmmkKHUpisAcbZiBgw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] rss.xml problems

2019-05-13 Thread Alan
I get this error when I click the RSS link in the upper right hand corner 
of the weewx index.html page.:

*This XML file does not appear to have any style information associated 
with it. The document tree is shown below.*

I only get this error on my hosted page. If I point my browser directly at 
my Raspberry Pi it works fine. I think there is something missing from the 
files I copied to my hosted site but I can't figure out what. Everything 
looks the same as what is on the pi.

Has anyone had this problem and figured it out?

weewx version 3.9.1
Raspberry Pi running Raspbian Stretch
HostGator cpanel hosting

-- 
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 
https://groups.google.com/d/msgid/weewx-user/cccab7d0-fc08-4645-bd63-ab466f4c9701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] RSS.XML problems

2019-05-13 Thread Alan
I get this error when I try click on the RSS link in the upper right hand 
corner of my weewx webpage.:

*This XML file does not appear to have any style information associated 
with it. The document tree is shown below.*

It doesn't happen when I point my browser to my raspberry pi. It only 
happens on my hosted web page. I'm thinking something didn't get copied to 
the we hosted webserver but for the life of me I can't figure out what is 
missing.

Has anyone run into this and figured it out?

-- 
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 
https://groups.google.com/d/msgid/weewx-user/a3e3f2bb-e296-4031-89f6-1a37a2c3a4f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Lufft Ws600 UMB und ähnliche

2019-05-13 Thread Stefan Schnidrig
Many thanks for the help. Now I have understood it too. Well then I'll 
start to write the read data in a table. Of course, if you let the WS600 
UMB and its brother Ventus work with weewx, then that would be even better 
and more interesting. I have 3 Ventus and would have 1x WS700 UMB and a 
WS500 UMB, which I send back because they are not recommended in the field, 
so over 2000m in winter, since the wind measurement fails because the 
ultrasonic sensor fill with snow and the despite heating. Therefore the 
change to Ventus-X. Thank you for detail information.

Am Montag, 13. Mai 2019 10:40:50 UTC+2 schrieb Andrew B:
>
> The python code I linked to earlier allows you to pull data from any Lufft 
> UMB device. However, it does have the command class hardcoded to 7.
>
> WSxxx (WS500, WS600, etc) = class 7
> Ventus (Ventus X, etc) = class 8
>
> You can change this on line 103 of WS_UMB.py. Just change the 7 to 8 for 
> Ventus
>
> Basically, if you're okay with raw JSON data, you can just use WS_UMB.py 
> as-is aside from changing the class number (if needed). However, if you 
> want to use a lufft device with weewx, you'll have to write a driver.
>
> If I get another Lufft device in the future I'll look at finishing a 
> driver. However, between the failures and the poor performance of their 
> radar precipitation sensors, I just can't bring myself to toss more money 
> their way right now.
>
> For what it's worth, their wind sensors do seem to be rock solid. If I 
> ever need to place a wind sensor in an extreme environment, I would 
> definitely go for a ventus.
>
>
>
> On Monday, May 13, 2019 at 3:08:23 AM UTC-5, Stefan Schnidrig wrote:
>>
>> Do I understand that correctly, that one can read out with this .py file but 
>> the Ws500 and others?
>> That would be enough for me for the time being. At the moment it would be 
>> only for me to be able to read sensor with weewx. 
>> I always had meteohub until now. This supports the WS600 UMB and all their 
>> families.
>> Thank you
>>
>>
>>
>> Am Montag, 13. Mai 2019 09:12:46 UTC+2 schrieb Andrew B:
>>>
>>> The code I linked to is a library/api that someone else wrote. I was 
>>> using it to write a proper weewx driver. Unfortunately I didn't get too far 
>>> before my sensor failed.
>>>
>>> I really like Lufft hardware but this is the second time I've had a 
>>> sensor fail. I think I'm going to give a Vaisala WXT536 a try.
>>>
>>> On Monday, May 13, 2019 at 1:19:54 AM UTC-5, Stefan Schnidrig wrote:

 Hello Andrew.
 I have 3 air weather stations. Had also 2 hardware failures of the sensor 
 WS600 UMB.
 After a long discussion with the company Lufft you have now replaced me. 
 I have now purchased 3 Lufft wind sensors (Ventus-X) as the weather 
 stations are installed at a height of 2300 - 3500m. 
 Was the pyton clean or were there failures? I will test this time and hope 
 it works. That would be perfect. Thank you for your mail.
 Greeting Stefan



 Am Montag, 13. Mai 2019 06:44:48 UTC+2 schrieb Andrew B:
>
> I was in the middle of writing a Lufft driver this weekend and the 
> WS500 that I was using for testing died on me. This is the second sudden 
> failure I've experienced with Lufft hardware over the past couple of 
> months. So I think I'm going to investigate other hardware.
>
> If anyone still wants to write a driver for Lufft hardware, this will 
> save you a lot of time:
> https://github.com/Tasm-Devil/lufft-python
>
> On Wednesday, May 8, 2019 at 12:31:13 PM UTC-5, Stefan Schnidrig wrote:
>>
>> Hi Guys.
>> Can someone tell me whether the weewx system also supports the weather 
>> stations of the company LUFFT (www.lufft.com)? These are supplied with a 
>> Modbus and RS485 readout. I prefer the RS485, as it is easier. If this 
>> works, what do you need to set in weewx to be able to read the data? The 
>> picture of the sensor you see above in my post.
>>
>> Many Thanks
>> Stefan
>>
>>
>> Am Donnerstag, 25. April 2019 13:35:00 UTC+2 schrieb Stefan Schnidrig:
>>>
>>> Hallo zusammen.
>>>
>>> Kann mir jemand sagen, ob die Wetterstation der Firma LUFFT mit der 
>>> RS485 Schnittstelle funktioniert mit Weewx?
>>>
>>> Vielen Dank
>>>
>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/874c0b53-fbad-4ed6-8e47-93b733a1a706%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Lufft Ws600 UMB und ähnliche

2019-05-13 Thread Andrew B
The python code I linked to earlier allows you to pull data from any Lufft 
UMB device. However, it does have the command class hardcoded to 7.

WSxxx (WS500, WS600, etc) = class 7
Ventus (Ventus X, etc) = class 8

You can change this on line 103 of WS_UMB.py. Just change the 7 to 8 for 
Ventus

Basically, if you're okay with raw JSON data, you can just use WS_UMB.py 
as-is aside from changing the class number (if needed). However, if you 
want to use a lufft device with weewx, you'll have to write a driver.

If I get another Lufft device in the future I'll look at finishing a 
driver. However, between the failures and the poor performance of their 
radar precipitation sensors, I just can't bring myself to toss more money 
their way right now.

For what it's worth, their wind sensors do seem to be rock solid. If I ever 
need to place a wind sensor in an extreme environment, I would definitely 
go for a ventus.



On Monday, May 13, 2019 at 3:08:23 AM UTC-5, Stefan Schnidrig wrote:
>
> Do I understand that correctly, that one can read out with this .py file but 
> the Ws500 and others?
> That would be enough for me for the time being. At the moment it would be 
> only for me to be able to read sensor with weewx. 
> I always had meteohub until now. This supports the WS600 UMB and all their 
> families.
> Thank you
>
>
>
> Am Montag, 13. Mai 2019 09:12:46 UTC+2 schrieb Andrew B:
>>
>> The code I linked to is a library/api that someone else wrote. I was 
>> using it to write a proper weewx driver. Unfortunately I didn't get too far 
>> before my sensor failed.
>>
>> I really like Lufft hardware but this is the second time I've had a 
>> sensor fail. I think I'm going to give a Vaisala WXT536 a try.
>>
>> On Monday, May 13, 2019 at 1:19:54 AM UTC-5, Stefan Schnidrig wrote:
>>>
>>> Hello Andrew.
>>> I have 3 air weather stations. Had also 2 hardware failures of the sensor 
>>> WS600 UMB.
>>> After a long discussion with the company Lufft you have now replaced me. 
>>> I have now purchased 3 Lufft wind sensors (Ventus-X) as the weather 
>>> stations are installed at a height of 2300 - 3500m. 
>>> Was the pyton clean or were there failures? I will test this time and hope 
>>> it works. That would be perfect. Thank you for your mail.
>>> Greeting Stefan
>>>
>>>
>>>
>>> Am Montag, 13. Mai 2019 06:44:48 UTC+2 schrieb Andrew B:

 I was in the middle of writing a Lufft driver this weekend and the 
 WS500 that I was using for testing died on me. This is the second sudden 
 failure I've experienced with Lufft hardware over the past couple of 
 months. So I think I'm going to investigate other hardware.

 If anyone still wants to write a driver for Lufft hardware, this will 
 save you a lot of time:
 https://github.com/Tasm-Devil/lufft-python

 On Wednesday, May 8, 2019 at 12:31:13 PM UTC-5, Stefan Schnidrig wrote:
>
> Hi Guys.
> Can someone tell me whether the weewx system also supports the weather 
> stations of the company LUFFT (www.lufft.com)? These are supplied with a 
> Modbus and RS485 readout. I prefer the RS485, as it is easier. If this 
> works, what do you need to set in weewx to be able to read the data? The 
> picture of the sensor you see above in my post.
>
> Many Thanks
> Stefan
>
>
> Am Donnerstag, 25. April 2019 13:35:00 UTC+2 schrieb Stefan Schnidrig:
>>
>> Hallo zusammen.
>>
>> Kann mir jemand sagen, ob die Wetterstation der Firma LUFFT mit der 
>> RS485 Schnittstelle funktioniert mit Weewx?
>>
>> Vielen Dank
>>
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/dd77cb1b-e0e8-4ee5-b727-3b672d6b713a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Lufft Ws600 UMB und ähnliche

2019-05-13 Thread Stefan Schnidrig


Do I understand that correctly, that one can read out with this .py file but 
the Ws500 and others?
That would be enough for me for the time being. At the moment it would be only 
for me to be able to read sensor with weewx. 
I always had meteohub until now. This supports the WS600 UMB and all their 
families.
Thank you



Am Montag, 13. Mai 2019 09:12:46 UTC+2 schrieb Andrew B:
>
> The code I linked to is a library/api that someone else wrote. I was using 
> it to write a proper weewx driver. Unfortunately I didn't get too far 
> before my sensor failed.
>
> I really like Lufft hardware but this is the second time I've had a sensor 
> fail. I think I'm going to give a Vaisala WXT536 a try.
>
> On Monday, May 13, 2019 at 1:19:54 AM UTC-5, Stefan Schnidrig wrote:
>>
>> Hello Andrew.
>> I have 3 air weather stations. Had also 2 hardware failures of the sensor 
>> WS600 UMB.
>> After a long discussion with the company Lufft you have now replaced me. 
>> I have now purchased 3 Lufft wind sensors (Ventus-X) as the weather stations 
>> are installed at a height of 2300 - 3500m. 
>> Was the pyton clean or were there failures? I will test this time and hope 
>> it works. That would be perfect. Thank you for your mail.
>> Greeting Stefan
>>
>>
>>
>> Am Montag, 13. Mai 2019 06:44:48 UTC+2 schrieb Andrew B:
>>>
>>> I was in the middle of writing a Lufft driver this weekend and the WS500 
>>> that I was using for testing died on me. This is the second sudden failure 
>>> I've experienced with Lufft hardware over the past couple of months. So I 
>>> think I'm going to investigate other hardware.
>>>
>>> If anyone still wants to write a driver for Lufft hardware, this will 
>>> save you a lot of time:
>>> https://github.com/Tasm-Devil/lufft-python
>>>
>>> On Wednesday, May 8, 2019 at 12:31:13 PM UTC-5, Stefan Schnidrig wrote:

 Hi Guys.
 Can someone tell me whether the weewx system also supports the weather 
 stations of the company LUFFT (www.lufft.com)? These are supplied with a 
 Modbus and RS485 readout. I prefer the RS485, as it is easier. If this 
 works, what do you need to set in weewx to be able to read the data? The 
 picture of the sensor you see above in my post.

 Many Thanks
 Stefan


 Am Donnerstag, 25. April 2019 13:35:00 UTC+2 schrieb Stefan Schnidrig:
>
> Hallo zusammen.
>
> Kann mir jemand sagen, ob die Wetterstation der Firma LUFFT mit der 
> RS485 Schnittstelle funktioniert mit Weewx?
>
> Vielen Dank
>


-- 
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 
https://groups.google.com/d/msgid/weewx-user/f15e1d23-a637-4735-8806-cd44bb68cf8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-13 Thread Robin
Gary,

Thank you, you are a star. That is exactly what I was looking for.

I'm going to go away and play. I'm so excited!

Robin

-- 
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 
https://groups.google.com/d/msgid/weewx-user/c0f51b2e-7a8b-4a05-9552-f146afbd9bfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-13 Thread Robin
Gary,

Thank you, you are a star. That is exactly what I was looking for.

I'm going to go away and play. I'm so excited!

Robin

On Monday, 13 May 2019 10:40:37 UTC+3, gjr80 wrote:
>
> I've put together a search list extension that should do what you want. 
> You will find the code here 
> .
>  
> The SLE is based on the existing WeeWX tag machinery that enables 
> iteration  over periods. 
> So with the SLE installed you can do something like:
>
> #for $day in this_span.this
> $day.outTemp.max at $day.outTemp.maxtime
> #end for
>
> to display the maximum daily temperature and the time it occurred on this 
> day in all years in the archive. The output would be something like:
>
> 24.5°C at 11 May 2017 12:51:00
> 26.7°C at 11 May 2018 13:31:00
> 23.4°C at 11 May 2019 13:15:00
>
> There are various parameters that can be set against $this_span to limit 
> the period covered (the default is all records but you can limit it to the 
> last x years, months etc as with the existing $span tag). There are 
> various parameters that can be applied to .this to set the day to be 
> used, for example, .this($period='week') and .this($period='month') will 
> provide stats for this week and this month respectively over all years. 
> There are many variations and permutations, I have tried to capture a 
> variety of use cases in the up front comment in this.py 
> 
> .
>
> To install/use:
>
> 1. Download the file this.py to the WeeWX machine and save to the 
> $BIN_ROOT/user directory:
>
> for a setup.py install:
> 
> $ wget -P /home/weewx/bin/user https://
> raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py
>
> otherwise:
>
> $ wget -P /usr/share/weewx/user https://
> raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py
>
> 2.  Add the following line to the skin config file [CheetahGenerator] 
> stanza for the skin in which the SLE is to be used:
> 
> search_list_extensions = user.this.ThisSLE
>
> if the search_list_extensions config option already exists add 
> user.this.ThisSLE to the end of the option using a comma as a separator, 
> eg:
> 
> search_list_extensions = user,another.SLE, user.this.ThisSLE
>
> 3.  Add the required $this_span.this code to the template concerned.
>
> 4.  After the next report cycle is complete confirm there are no errors in 
> the log and the report has been generated as expected.
>
> Gary
>
> On Saturday, 11 May 2019 23:30:47 UTC+10, Robin wrote:
>>
>> I apologise if this has been asked before or if there is a simple and 
>> obvious way to do this, but I can't see it.
>>
>> I want to display the temperature (min,max) for today's date for each 
>> year since we started keeping records.
>>
>> Can somebody point me in the right direction?
>>
>> Thanks people.
>>
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/6f3e54af-0d4f-44b8-8127-b245659ca652%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: On this date

2019-05-13 Thread gjr80
I've put together a search list extension that should do what you want. You 
will find the code here 
.
 
The SLE is based on the existing WeeWX tag machinery that enables iteration 
 over periods. So with the 
SLE installed you can do something like:

#for $day in this_span.this
$day.outTemp.max at $day.outTemp.maxtime
#end for

to display the maximum daily temperature and the time it occurred on this 
day in all years in the archive. The output would be something like:

24.5°C at 11 May 2017 12:51:00
26.7°C at 11 May 2018 13:31:00
23.4°C at 11 May 2019 13:15:00

There are various parameters that can be set against $this_span to limit 
the period covered (the default is all records but you can limit it to the 
last x years, months etc as with the existing $span tag). There are various 
parameters that can be applied to .this to set the day to be used, for 
example, .this($period='week') and .this($period='month') will provide 
stats for this week and this month respectively over all years. There are 
many variations and permutations, I have tried to capture a variety of use 
cases in the up front comment in this.py 

.

To install/use:

1. Download the file this.py to the WeeWX machine and save to the 
$BIN_ROOT/user directory:

for a setup.py install:

$ wget -P /home/weewx/bin/user https:
//raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py

otherwise:

$ wget -P /usr/share/weewx/user https:
//raw.githubusercontent.com/gjr80/weewx_utilities/master/search%20list%20extensions/this/bin/user/this.py

2.  Add the following line to the skin config file [CheetahGenerator] 
stanza for the skin in which the SLE is to be used:

search_list_extensions = user.this.ThisSLE

if the search_list_extensions config option already exists add 
user.this.ThisSLE to the end of the option using a comma as a separator, eg:

search_list_extensions = user,another.SLE, user.this.ThisSLE

3.  Add the required $this_span.this code to the template concerned.

4.  After the next report cycle is complete confirm there are no errors in 
the log and the report has been generated as expected.

Gary

On Saturday, 11 May 2019 23:30:47 UTC+10, Robin wrote:
>
> I apologise if this has been asked before or if there is a simple and 
> obvious way to do this, but I can't see it.
>
> I want to display the temperature (min,max) for today's date for each year 
> since we started keeping records.
>
> Can somebody point me in the right direction?
>
> Thanks people.
>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/1e76ccf7-8b01-42f4-b918-d3b9d7fa6be8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Lufft Ws600 UMB und ähnliche

2019-05-13 Thread Andrew B
The code I linked to is a library/api that someone else wrote. I was using 
it to write a proper weewx driver. Unfortunately I didn't get too far 
before my sensor failed.

I really like Lufft hardware but this is the second time I've had a sensor 
fail. I think I'm going to give a Vaisala WXT536 a try.

On Monday, May 13, 2019 at 1:19:54 AM UTC-5, Stefan Schnidrig wrote:
>
> Hello Andrew.
> I have 3 air weather stations. Had also 2 hardware failures of the sensor 
> WS600 UMB.
> After a long discussion with the company Lufft you have now replaced me. 
> I have now purchased 3 Lufft wind sensors (Ventus-X) as the weather stations 
> are installed at a height of 2300 - 3500m. 
> Was the pyton clean or were there failures? I will test this time and hope it 
> works. That would be perfect. Thank you for your mail.
> Greeting Stefan
>
>
>
> Am Montag, 13. Mai 2019 06:44:48 UTC+2 schrieb Andrew B:
>>
>> I was in the middle of writing a Lufft driver this weekend and the WS500 
>> that I was using for testing died on me. This is the second sudden failure 
>> I've experienced with Lufft hardware over the past couple of months. So I 
>> think I'm going to investigate other hardware.
>>
>> If anyone still wants to write a driver for Lufft hardware, this will 
>> save you a lot of time:
>> https://github.com/Tasm-Devil/lufft-python
>>
>> On Wednesday, May 8, 2019 at 12:31:13 PM UTC-5, Stefan Schnidrig wrote:
>>>
>>> Hi Guys.
>>> Can someone tell me whether the weewx system also supports the weather 
>>> stations of the company LUFFT (www.lufft.com)? These are supplied with a 
>>> Modbus and RS485 readout. I prefer the RS485, as it is easier. If this 
>>> works, what do you need to set in weewx to be able to read the data? The 
>>> picture of the sensor you see above in my post.
>>>
>>> Many Thanks
>>> Stefan
>>>
>>>
>>> Am Donnerstag, 25. April 2019 13:35:00 UTC+2 schrieb Stefan Schnidrig:

 Hallo zusammen.

 Kann mir jemand sagen, ob die Wetterstation der Firma LUFFT mit der 
 RS485 Schnittstelle funktioniert mit Weewx?

 Vielen Dank

>>>

-- 
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 
https://groups.google.com/d/msgid/weewx-user/aa56a6e9-1aaa-4150-83a2-d8497f337664%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.