[weewx-user] Re: Hang up weewx and strange log

2019-09-10 Thread Andrew Milner
I think you have several issues involved here
1) when things are running ok - weewx has a PID of 343
2) there is no explanation of why a new version of weewx with PID of 326 is 
started - but the clock is wrong - so from this point onwards you will have 
very mixed results!!  With an RPi you should install a real time clock for 
consistency as time is vital to correct running of weewx.
3) now you start with PID of 326 and 331 and finally the clock updates

The error will relate to records already in the database with the same time 
as the new record - and the cause will liely be connected to wrong clock 
times somewhere along the line

In all it looks more like an RPi problem - possibly power supply related or 
possibly indicating an impending failure of the SD card




On Tuesday, 10 September 2019 10:17:49 UTC+3, Kike .Asekas wrote:
>
> This morning I discovered that weewx had stopped tonight. The log:
> Sep 10 01:51:13 raspberrypi weewx[343]: imagegenerator: Generated 13 
> images for SeasonsReport in 6.09 seconds
> Sep 10 01:51:14 raspberrypi weewx[343]: copygenerator: copied 0 files to 
> /var/www/html/weewx
> *Sep 10 01:51:14* raspberrypi weewx[343]: imageStackedWindRose: Generated 
> 1 images for StackedWindRose in 0.46 seconds
> *Sep 10 01:22:46* raspberrypi weewx[326]: engine: Initializing weewx 
> version 3.9.1
> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Using Python 2.7.16 
> (default, Apr  6 2019, 01:42:57) #012[GCC 8.2.0]
> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Platform 
> Linux-4.19.57+-armv6l-with-debian-10.0
> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Locale is 'es_ES.UTF-8'
> Sep 10 01:22:46 raspberrypi weewx[326]: engine: pid file is 
> /var/run/weewx.pid
> Sep 10 01:22:46 raspberrypi weewx[259]: Starting weewx weather system: 
> weewx.
> Sep 10 01:22:47 raspberrypi weewx[331]: engine: Using configuration file 
> /etc/weewx/weewx.conf
> Sep 10 01:22:47 raspberrypi weewx[331]: engine: Loading station type SDR 
> (user.sdr)
> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: driver version is 
> 0.64
> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: sensor map is 
> {'windGust': 'wind_gust.*.FOWHx080Packet', 'windDir': 
> 'wind_dir.*.FOWHx080Packet', 'windSpeed': 'wind_speed.*.FOWHx080Packet', 
> 'outTemp': 'temperature.*.FOWHx080Packet', 'outHumidity': 
> 'humidity.*.FOWHx080Packet', 'rain_total': 'rain_total.*.FOWHx080Packet', 
> 'battery': 'battery.*.FOWHx080Packet'}
> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: deltas is 
> {'rain': 'rain_total'}
> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: startup process 
> 'rtl_433 -q -F json -R 32 -M utc -f 868.3M'
> Sep 10 01:22:47 raspberrypi weewx[331]: engine: StdConvert target unit is 
> 0x11
> Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following values 
> will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
> dewpoint=prefer_hardware, appTemp=prefer_hardware, 
> rainRate=prefer_hardware, windrun=prefer_hardware, 
> heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
> humidex=prefer_hardware, pressure=prefer_hardware, 
> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
> cloudbase=prefer_hardware
> Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following 
> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Archive will use data 
> binding wx_binding
> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Record generation will be 
> attempted in 'software'
> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Using archive interval of 
> 300 seconds (software record generation)
> Sep 10 01:22:49 raspberrypi weewx[331]: engine: Using binding 'wx_binding' 
> to database 'weewx.sdb'
> Sep 10 01:22:49 raspberrypi weewx[331]: manager: Starting backfill of 
> daily summaries
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: StationRegistry: Station 
> will be registered.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: Wunderground: Posting not 
> enabled.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: PWSweather: Posting not 
> enabled.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: CWOP: Posting not enabled.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: WOW: Posting not enabled.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: AWEKAS: Posting not enabled.
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: service version is 
> 0.19
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: binding to ['loop', 
> 'archive']
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: topic is 
> estacion/datos
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: desired unit system 
> is METRIC
> Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: data will be uploaded 
> to mqtt://broker.hivemq.com:1883
> Sep 10 01:22:49 raspberrypi weewx[331]: engine: Starting up weewx version 
> 3.9.1
> Sep 10 01:22:49 raspberrypi weewx[331]: engine: 

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

2019-09-10 Thread Kike .Asekas
Is there any way to create another graphic page? I mean, a page called for 
example climate where it has specific graphics.
Where would the graph.conf of that page go?

-- 
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/59601ec1-3d6e-4421-9644-15036717238d%40googlegroups.com.


[weewx-user] Re: Weewx 3.9.2 and WMR200 crash: Non-positive value for record field 'interval': 0

2019-09-10 Thread Patrick J
Hi,

Last night, weewx crashed again, exactly the same scenario. Any help would 
be greatly appreciated.

-- 
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/f6b0c669-5b12-48c8-bd7b-f3abc5c6b5b3%40googlegroups.com.


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

2019-09-10 Thread Pat
Creating a custom page isn't documented but it's not hard. Just copy how 
the other pages are created:

1. Create a new folder and create the index.html.tmpl within (copy the file 
from /about as a starter)
2. Then add this new folder to the navigation within header.html.tmpl. 
3. Create the graphs you want in graphs.conf as you normally would. 
4. Initialize and add the chart to your new page. 


Let's use this graphs.conf as an example - it is how I show rx check 
percent on my about page . 

[about]
show_button = false
time_length = 172800 # 48 hours in seconds
aggregate_type = last
aggregate_interval = 300 # 5 min
gapsize = 30 # 5 min

[[rxchart]]
title = ISS Receive Stats
yaxis_max = 100
[[[rxCheckPercent]]]
color = "#268bd2"

[[rxchartyear]]
title = ISS Receive Stats Average
yaxis_max = 100
xaxis_groupby = month
xaxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 
'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
time_length = year
[[[rxCheckPercent]]]
aggregate_type = avg
color = "#268bd2"


Then in the content of your new page, you need to add 2 things. 

1. At the top of the page add:
 
showChart("about");

This initializes the graphs.conf group "about". You see this matches the 
[about] wording in the graph.conf group. 


2. Then where you want to show the graph within the page, add a div with an 
ID of the observation from the graph group that you want to show:





You will see how the id= matches the observations within the double 
brackets. [[rxchart]] and [[rxchartyear]]]

Obviously swap out the graph group and observation names with what you're 
building and that should do it. 



On Tuesday, September 10, 2019 at 5:00:11 AM UTC-4, Kike .Asekas wrote:
>
> Is there any way to create another graphic page? I mean, a page called 
> for example climate where it has specific graphics.
> Where would the graph.conf of that page go?
>

-- 
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/f253b757-ecb2-4275-9f9d-e3aa4af6de0d%40googlegroups.com.


[weewx-user] Caught unrecoverable exception in generator ImageGenerator

2019-09-10 Thread Joachim Puttkammer
Hello,

I receive the following error message ( tail -f /var/log/weewx.log / 
Raspberry )

reportengine: Caught unrecoverable exception in generator 
'weewx.imagegenerator.ImageGenerator'
  math domain error
  Traceback (most recent call last):
File "/usr/share/weewx/weewx/reportengine.py", line 204, in 
run
  obj.start()
File "/usr/share/weewx/weewx/reportengine.py", line 300, in 
start
  self.run()
File "/usr/share/weewx/weewx/imagegenerator.py", line 33, 
in run
  self.genImages(self.gen_ts)
File "/usr/share/weewx/weewx/imagegenerator.py", line 256, 
in genImages
  image = plot.render()
File "/usr/share/weewx/weeplot/genplot.py", line 213, in 
render
  self._calcYScaling()
File "/usr/share/weewx/weeplot/genplot.py", line 518, in 
_calcYScaling
  self.yscale = weeplot.utilities.scale(ymin, ymax, 
self.yscale, nsteps=self.y_nticks)
File "/usr/share/weewx/weeplot/utilities.py", line 113, in 
scale
  mag = math.floor(math.log10(steps))
  ValueError: math domain error
  Generator terminated

and I have no idea how to fix it.

Joachim

-- 
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/c9020e38-1fb0-4d10-838d-901b0ecc3a0c%40googlegroups.com.


[weewx-user] Re: Hang up weewx and strange log

2019-09-10 Thread vince
I think your pi rebooted sometime after 01:51 - that explains the time 
going backwards (it used the last-known time) and the different process id 
(it 'is' a different process).   The duplicate archive record is possibly 
due to weewx getting whatever's stored in your station's memory/logger.  I 
wouldn't worry about that one.

>

-- 
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/58470239-7d1e-4b36-8301-50b14b4b7e1c%40googlegroups.com.


[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-10 Thread vince
On Monday, September 9, 2019 at 6:30:45 PM UTC-7, Lodewyk Jansen wrote:
>
> The noise logger is powered by a solar panel and battery box - so the 
> power supply isn't an issue. 
>  
>
I am a noob when it comes to python and any type of programming - so if 
> there is a code I can incorporate in the configuration to supply the 
> 1-minute data interval to a day summary text file it would be much 
> appreciated. 
>

Again, just set your station 'and' weewx to the same 60 second interval and 
you're good to go.

Ideally, it would create a days text file (and create a new one for the 
> following day) and populate each of the day's text file with data. 
>
>
I'm not sure what you are looking for there, but if you want to see 24*60 
records per day you just query the archive table in weewx.sdb after the 
fact to get a listing of what it stored for wind vs. date+time. 

>
>
>
> On Friday, 6 September 2019 15:04:06 UTC+12, vince wrote:
>>
>> On Thursday, September 5, 2019 at 6:43:35 PM UTC-7, Lodewyk Jansen wrote:
>>>
>>> The problem is that the USB logger is limited to 516 bins, thus it can 
>>> only hold 516-minutes of data (~8hours) which isn't near enough. I have a 
>>> Raspberry Pi and I am hoping that in some way the Logger can dump the raw 
>>> files on it while out in the field - then afterwards can "open" the files 
>>> in Weatherlink or some software to get the 1-minute interval data for the 
>>> whole period it was out in the field. 
>>>
>>>
>> Isn't what you're asking about the same as simply setting your archive 
>> period to 1 minute and letting weewx save the data to its archive table in 
>> weewx.sdb normally ?
>>
>> How are you going to power the pi in the field for 2 weeks ?  Powering 
>> the thing connected 'to' the Vue is the bigger issue I'd think.   Weewx 
>> will catch up to the logger every time it starts if you were thinking about 
>> only running the pi for a short time per day.
>>
>> Maybe you should explain what you're trying to do first, there's likely a 
>> simpler solution to what you're asking about.
>>
>>
>>
>>

-- 
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/749b7790-f990-4b19-a401-a7c490936d5e%40googlegroups.com.


[weewx-user] Re: Hang up weewx and strange log

2019-09-10 Thread Kike .Asekas
Thanks for your answer. I don't have RTC but I've never had that problem 
with the rpi and I've been using it for years.
I had not noticed the PID. And that gave me the clue. I have looked at the 
syslog of the Rpi and there was a restart for some reason. When restarting, 
it did it with the late date. I understand that raspbian consults the time 
as soon as the network is available, so I don't know why it restarted with 
the late time. Soon it hung up (1:23).
In the morning to see that the page was not going and I could not access by 
ssh to the rpi I had to turn it off and on.
What I do not understand is how at 7:32 weewx gives an error when writing a 
record of 1:25. Where it was stored?

El martes, 10 de septiembre de 2019, 10:57:27 (UTC+2), Andrew Milner 
escribió:
>
> I think you have several issues involved here
> 1) when things are running ok - weewx has a PID of 343
> 2) there is no explanation of why a new version of weewx with PID of 326 
> is started - but the clock is wrong - so from this point onwards you will 
> have very mixed results!!  With an RPi you should install a real time clock 
> for consistency as time is vital to correct running of weewx.
> 3) now you start with PID of 326 and 331 and finally the clock updates
>
> The error will relate to records already in the database with the same 
> time as the new record - and the cause will liely be connected to wrong 
> clock times somewhere along the line
>
> In all it looks more like an RPi problem - possibly power supply related 
> or possibly indicating an impending failure of the SD card
>
>
>
>
> On Tuesday, 10 September 2019 10:17:49 UTC+3, Kike .Asekas wrote:
>>
>> This morning I discovered that weewx had stopped tonight. The log:
>> Sep 10 01:51:13 raspberrypi weewx[343]: imagegenerator: Generated 13 
>> images for SeasonsReport in 6.09 seconds
>> Sep 10 01:51:14 raspberrypi weewx[343]: copygenerator: copied 0 files to 
>> /var/www/html/weewx
>> *Sep 10 01:51:14* raspberrypi weewx[343]: imageStackedWindRose: 
>> Generated 1 images for StackedWindRose in 0.46 seconds
>> *Sep 10 01:22:46* raspberrypi weewx[326]: engine: Initializing weewx 
>> version 3.9.1
>> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Using Python 2.7.16 
>> (default, Apr  6 2019, 01:42:57) #012[GCC 8.2.0]
>> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Platform 
>> Linux-4.19.57+-armv6l-with-debian-10.0
>> Sep 10 01:22:46 raspberrypi weewx[326]: engine: Locale is 'es_ES.UTF-8'
>> Sep 10 01:22:46 raspberrypi weewx[326]: engine: pid file is 
>> /var/run/weewx.pid
>> Sep 10 01:22:46 raspberrypi weewx[259]: Starting weewx weather system: 
>> weewx.
>> Sep 10 01:22:47 raspberrypi weewx[331]: engine: Using configuration file 
>> /etc/weewx/weewx.conf
>> Sep 10 01:22:47 raspberrypi weewx[331]: engine: Loading station type SDR 
>> (user.sdr)
>> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: driver version 
>> is 0.64
>> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: sensor map is 
>> {'windGust': 'wind_gust.*.FOWHx080Packet', 'windDir': 
>> 'wind_dir.*.FOWHx080Packet', 'windSpeed': 'wind_speed.*.FOWHx080Packet', 
>> 'outTemp': 'temperature.*.FOWHx080Packet', 'outHumidity': 
>> 'humidity.*.FOWHx080Packet', 'rain_total': 'rain_total.*.FOWHx080Packet', 
>> 'battery': 'battery.*.FOWHx080Packet'}
>> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: deltas is 
>> {'rain': 'rain_total'}
>> Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: startup process 
>> 'rtl_433 -q -F json -R 32 -M utc -f 868.3M'
>> Sep 10 01:22:47 raspberrypi weewx[331]: engine: StdConvert target unit is 
>> 0x11
>> Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following values 
>> will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
>> dewpoint=prefer_hardware, appTemp=prefer_hardware, 
>> rainRate=prefer_hardware, windrun=prefer_hardware, 
>> heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
>> humidex=prefer_hardware, pressure=prefer_hardware, 
>> inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
>> cloudbase=prefer_hardware
>> Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following 
>> algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
>> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Archive will use data 
>> binding wx_binding
>> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Record generation will be 
>> attempted in 'software'
>> Sep 10 01:22:48 raspberrypi weewx[331]: engine: Using archive interval of 
>> 300 seconds (software record generation)
>> Sep 10 01:22:49 raspberrypi weewx[331]: engine: Using binding 
>> 'wx_binding' to database 'weewx.sdb'
>> Sep 10 01:22:49 raspberrypi weewx[331]: manager: Starting backfill of 
>> daily summaries
>> Sep 10 01:22:49 raspberrypi weewx[331]: restx: StationRegistry: Station 
>> will be registered.
>> Sep 10 01:22:49 raspberrypi weewx[331]: restx: Wunderground: Posting not 
>> enabled.
>> Sep 10 01:22:49 raspberrypi 

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

2019-09-10 Thread Roy Rutten
Thanks a lot Pat the space did the trick to disable windy.com. i will have 
a go and see what happens with Chrome. i did find more such errors on 
Firefox when i went looking for it on google.

-- 
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/c3304c59-9a74-4534-a57c-2d0aa30e6870%40googlegroups.com.


[weewx-user] Re: Hang up weewx and strange log

2019-09-10 Thread Kike .Asekas
Is that. But weewx have the sdr driver that does not query the console. I 
don't know how it appears writing at 7:31 a 1:25 record. And that after 
turning off and on the rpi.
Now I have to find out why the restart of the rpi, I look at the syslog. Any 
advice on where to look?

El martes, 10 de septiembre de 2019, 16:29:05 (UTC+2), vince escribió:
>
> I think your pi rebooted sometime after 01:51 - that explains the time 
> going backwards (it used the last-known time) and the different process id 
> (it 'is' a different process).   The duplicate archive record is possibly 
> due to weewx getting whatever's stored in your station's memory/logger.  I 
> wouldn't worry about that one.
>
>>

-- 
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/99bd465e-13f9-453a-92b2-f1fcc7ae8beb%40googlegroups.com.


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

2019-09-10 Thread Pat
What if you try it without the numbers at the end? 
http://www.bom.gov.au/radar/IDR033.gif ?

On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone and I swipe 
> up or down and accidentally press the graphic the map moves so I would like 
> to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that as a 
> hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web page 
> doesn't display the graphic it just displays the text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>
>> Thanks a lot Pat the space did the trick to disable windy.com. i will 
>> have a go and see what happens with Chrome. i did find more such errors on 
>> Firefox when i went looking for it on google.
>>
>

-- 
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/9880e2f6-b244-494d-be7d-eb5a14747e4c%40googlegroups.com.


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

2019-09-10 Thread Greg from Oz
The space does remove the windy.com site.

The windy.com is pretty good but if I look at it on the phone and I swipe 
up or down and accidentally press the graphic the map moves so I would like 
to change it to a different site.

I want to replace it 
with http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that as 
a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

Similar to what I have on https://weather.ubeaut.work/

I change the skin.conf radar_html = 
"http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web page 
doesn't display the graphic it just displays the text 
http://www.bom.gov.au/radar/IDR033.gif?20170728112640

Other than that it is working and is great.


On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com. i will 
> have a go and see what happens with Chrome. i did find more such errors on 
> Firefox when i went looking for it on google.
>

-- 
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/66bdef45-5f28-40ea-b470-4419d5f6d91f%40googlegroups.com.


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

2019-09-10 Thread Greg from Oz
Same thing. It just displays text where the windy.com was and shows 
whatever URL I typed in.

On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>
> What if you try it without the numbers at the end? 
> http://www.bom.gov.au/radar/IDR033.gif ?
>
> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:
>>
>> The space does remove the windy.com site.
>>
>> The windy.com is pretty good but if I look at it on the phone and I 
>> swipe up or down and accidentally press the graphic the map moves so I 
>> would like to change it to a different site.
>>
>> I want to replace it with 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that as a 
>> hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>
>> Similar to what I have on https://weather.ubeaut.work/
>>
>> I change the skin.conf radar_html = "
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web page 
>> doesn't display the graphic it just displays the text 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>
>> Other than that it is working and is great.
>>
>>
>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>>
>>> Thanks a lot Pat the space did the trick to disable windy.com. i will 
>>> have a go and see what happens with Chrome. i did find more such errors on 
>>> Firefox when i went looking for it on google.
>>>
>>

-- 
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/cf5e5d83-78f9-499c-a285-04937fcffbb4%40googlegroups.com.


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

2019-09-10 Thread Pat
Yeah it was a long shot and I was being hopeful that those numbers maybe 
were the problem. I just tried it myself and it failed so let me see if I 
can get it fixed up in development for the 1.1 release. 

On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>
> Same thing. It just displays text where the windy.com was and shows 
> whatever URL I typed in.
>
> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>
>> What if you try it without the numbers at the end? 
>> http://www.bom.gov.au/radar/IDR033.gif ?
>>
>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:
>>>
>>> The space does remove the windy.com site.
>>>
>>> The windy.com is pretty good but if I look at it on the phone and I 
>>> swipe up or down and accidentally press the graphic the map moves so I 
>>> would like to change it to a different site.
>>>
>>> I want to replace it with 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that as 
>>> a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>>
>>> Similar to what I have on https://weather.ubeaut.work/
>>>
>>> I change the skin.conf radar_html = "
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web page 
>>> doesn't display the graphic it just displays the text 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>>
>>> Other than that it is working and is great.
>>>
>>>
>>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:

 Thanks a lot Pat the space did the trick to disable windy.com. i will 
 have a go and see what happens with Chrome. i did find more such errors on 
 Firefox when i went looking for it on google.

>>>

-- 
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/0c9b9ca3-31a7-4bce-b06f-82adeb2ac4a8%40googlegroups.com.


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

2019-09-10 Thread Greg from Oz
Maybe in the readme put an example like:

radar_html = " "

For the dummies like me who totally missed the point. :)

On Wednesday, 11 September 2019 10:36:29 UTC+10, Greg from Oz wrote:
>
> I did see the  readme and I did see the radar_html bit but I overlooked 
> the bit that says
>
>  Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high. 
> This URL will be used as the radar iFrame or image hyperlink.
> Couldn't see if for looking :)
> Thanks
>
>
> On Wed, 11 Sep 2019 at 10:27, Pat  wrote:
>
>> I've thought about that but afraid it'd make the skin.conf a mile long. 
>> So I've opted for a mile long README 
>>  with a section for the 
>> skin.conf options 
>> , can be 
>> updated adhoc. This is where the official skin documentation resides 
>> currently. 
>>
>> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>>>
>>> I did this and it works!
>>> radar_html = ">> target='_blank'>"
>>>
>>> As a suggestion maybe you should add comments and examples in the 
>>> skin.conf for each configurable parameter?
>>>
>>> Thanks again.
>>>
>>>
>>> On Wed, 11 Sep 2019 at 10:12, Pat  wrote:
>>>
 Yep, since it's HTML you can do whatever you want with it, so a link 
 should work fine

 On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>
> Yes that worked.
> So I can just add a hyperlink that opens a new page to that as it is 
> html?
> Thanks
>
> Like I stated earlier the windy.com is good but when viewed on the 
> phone I had to swipe the screen so I could get past the windy.com 
> graphic because if you try swiping on the graphic the map moves and not 
> the 
> screen.
> That is why I am changing it.
>
>
> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>
>> I guess it's been a long day. I've forgotten how this option works. 
>> This option has to be in HTML, so users can display an iframe, a gif, a 
>> png, whatever they want. 
>>
>> Try this, it's worked for me. 
>>
>> radar_html = ""
>>
>>
>>
>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Good to know that I didn't break it :)
>>> I will leave it until the next version then?
>>> If you want me to test the latest version let me know. I am good at 
>>> breaking things..haha
>>> Thanks
>>>
>>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:

 Yes and apparently not since 1.0 was released :)

 On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
 wrote:
>
> Is it designed to be able to change radar sites?
> Has anyone else asked to change the site?
>
>
> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>
>> Yeah it was a long shot and I was being hopeful that those 
>> numbers maybe were the problem. I just tried it myself and it failed 
>> so let 
>> me see if I can get it fixed up in development for the 1.1 release. 
>>
>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Same thing. It just displays text where the windy.com was and 
>>> shows whatever URL I typed in.
>>>
>>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:

 What if you try it without the numbers at the end? 
 http://www.bom.gov.au/radar/IDR033.gif ?

 On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from 
 Oz wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone 
> and I swipe up or down and accidentally press the graphic the map 
> moves so 
> I would like to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and 
> have that as a hyperlink to 
> http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but 
> the web page doesn't display the graphic it just displays the 
> text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten 
> wrote:
>>
>> Thanks a lot Pat the space did 

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

2019-09-10 Thread Pat
Yep, since it's HTML you can do whatever you want with it, so a link should 
work fine

On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>
> Yes that worked.
> So I can just add a hyperlink that opens a new page to that as it is html?
> Thanks
>
> Like I stated earlier the windy.com is good but when viewed on the phone 
> I had to swipe the screen so I could get past the windy.com graphic 
> because if you try swiping on the graphic the map moves and not the screen.
> That is why I am changing it.
>
>
> On Wed, 11 Sep 2019 at 10:06, Pat > 
> wrote:
>
>> I guess it's been a long day. I've forgotten how this option works. This 
>> option has to be in HTML, so users can display an iframe, a gif, a png, 
>> whatever they want. 
>>
>> Try this, it's worked for me. 
>>
>> radar_html = ""
>>
>>
>>
>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>>
>>> Good to know that I didn't break it :)
>>> I will leave it until the next version then?
>>> If you want me to test the latest version let me know. I am good at 
>>> breaking things..haha
>>> Thanks
>>>
>>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:

 Yes and apparently not since 1.0 was released :)

 On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:
>
> Is it designed to be able to change radar sites?
> Has anyone else asked to change the site?
>
>
> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>
>> Yeah it was a long shot and I was being hopeful that those numbers 
>> maybe were the problem. I just tried it myself and it failed so let me 
>> see 
>> if I can get it fixed up in development for the 1.1 release. 
>>
>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Same thing. It just displays text where the windy.com was and shows 
>>> whatever URL I typed in.
>>>
>>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:

 What if you try it without the numbers at the end? 
 http://www.bom.gov.au/radar/IDR033.gif ?

 On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz 
 wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone and 
> I swipe up or down and accidentally press the graphic the map moves 
> so I 
> would like to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have 
> that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the 
> web page doesn't display the graphic it just displays the text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>
>> Thanks a lot Pat the space did the trick to disable windy.com. i 
>> will have a go and see what happens with Chrome. i did find more 
>> such 
>> errors on Firefox when i went looking for it on google.
>>
> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "weewx-user" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> ¯\_(ツ)_/¯
>
>

-- 
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/6c5d5061-f435-40c5-a5ff-6f929abc653f%40googlegroups.com.


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

2019-09-10 Thread Pat
(And to remind me that it's HTML that's needed)

Done


On Tuesday, September 10, 2019 at 9:39:02 PM UTC-4, Greg from Oz wrote:
>
> Maybe in the readme put an example like:
>
> radar_html = " target='_blank'> width='360' height='360' /> "
>
> For the dummies like me who totally missed the point. :)
>
> On Wednesday, 11 September 2019 10:36:29 UTC+10, Greg from Oz wrote:
>>
>> I did see the  readme and I did see the radar_html bit but I overlooked 
>> the bit that says
>>
>>  Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high. 
>> This URL will be used as the radar iFrame or image hyperlink.
>> Couldn't see if for looking :)
>> Thanks
>>
>>
>> On Wed, 11 Sep 2019 at 10:27, Pat > 
>> wrote:
>>
>>> I've thought about that but afraid it'd make the skin.conf a mile long. 
>>> So I've opted for a mile long README 
>>>  with a section for the 
>>> skin.conf options 
>>> , can be 
>>> updated adhoc. This is where the official skin documentation resides 
>>> currently. 
>>>
>>> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:

 I did this and it works!
 radar_html = ">>> target='_blank'>"

 As a suggestion maybe you should add comments and examples in the 
 skin.conf for each configurable parameter?

 Thanks again.


 On Wed, 11 Sep 2019 at 10:12, Pat  wrote:

> Yep, since it's HTML you can do whatever you want with it, so a link 
> should work fine
>
> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>>
>> Yes that worked.
>> So I can just add a hyperlink that opens a new page to that as it is 
>> html?
>> Thanks
>>
>> Like I stated earlier the windy.com is good but when viewed on the 
>> phone I had to swipe the screen so I could get past the windy.com 
>> graphic because if you try swiping on the graphic the map moves and not 
>> the 
>> screen.
>> That is why I am changing it.
>>
>>
>> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>>
>>> I guess it's been a long day. I've forgotten how this option works. 
>>> This option has to be in HTML, so users can display an iframe, a gif, a 
>>> png, whatever they want. 
>>>
>>> Try this, it's worked for me. 
>>>
>>> radar_html = ""
>>>
>>>
>>>
>>> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz 
>>> wrote:

 Good to know that I didn't break it :)
 I will leave it until the next version then?
 If you want me to test the latest version let me know. I am good at 
 breaking things..haha
 Thanks

 On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>
> Yes and apparently not since 1.0 was released :)
>
> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
> wrote:
>>
>> Is it designed to be able to change radar sites?
>> Has anyone else asked to change the site?
>>
>>
>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>>
>>> Yeah it was a long shot and I was being hopeful that those 
>>> numbers maybe were the problem. I just tried it myself and it 
>>> failed so let 
>>> me see if I can get it fixed up in development for the 1.1 release. 
>>>
>>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
>>> wrote:

 Same thing. It just displays text where the windy.com was and 
 shows whatever URL I typed in.

 On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>
> What if you try it without the numbers at the end? 
> http://www.bom.gov.au/radar/IDR033.gif ?
>
> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from 
> Oz wrote:
>>
>> The space does remove the windy.com site.
>>
>> The windy.com is pretty good but if I look at it on the 
>> phone and I swipe up or down and accidentally press the graphic 
>> the map 
>> moves so I would like to change it to a different site.
>>
>> I want to replace it with 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and 
>> have that as a hyperlink to 
>> http://m.bom.gov.au/nsw/moss-vale/radar/
>>
>> Similar to what I have on https://weather.ubeaut.work/
>>
>> I change the skin.conf radar_html = "
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but 
>> the web page doesn't display the graphic it just displays the 
>> text 

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

2019-09-10 Thread Greg from Oz
Is it designed to be able to change radar sites?
Has anyone else asked to change the site?


On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>
> Yeah it was a long shot and I was being hopeful that those numbers maybe 
> were the problem. I just tried it myself and it failed so let me see if I 
> can get it fixed up in development for the 1.1 release. 
>
> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>>
>> Same thing. It just displays text where the windy.com was and shows 
>> whatever URL I typed in.
>>
>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>>
>>> What if you try it without the numbers at the end? 
>>> http://www.bom.gov.au/radar/IDR033.gif ?
>>>
>>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:

 The space does remove the windy.com site.

 The windy.com is pretty good but if I look at it on the phone and I 
 swipe up or down and accidentally press the graphic the map moves so I 
 would like to change it to a different site.

 I want to replace it with 
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that as 
 a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

 Similar to what I have on https://weather.ubeaut.work/

 I change the skin.conf radar_html = "
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web 
 page doesn't display the graphic it just displays the text 
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640

 Other than that it is working and is great.


 On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com. i will 
> have a go and see what happens with Chrome. i did find more such errors 
> on 
> Firefox when i went looking for it on google.
>


-- 
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/31bc2cf4-b129-4f5c-848d-13b5328b5ade%40googlegroups.com.


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

2019-09-10 Thread Pat
Yes and apparently not since 1.0 was released :)

On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:
>
> Is it designed to be able to change radar sites?
> Has anyone else asked to change the site?
>
>
> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>
>> Yeah it was a long shot and I was being hopeful that those numbers maybe 
>> were the problem. I just tried it myself and it failed so let me see if I 
>> can get it fixed up in development for the 1.1 release. 
>>
>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>>>
>>> Same thing. It just displays text where the windy.com was and shows 
>>> whatever URL I typed in.
>>>
>>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:

 What if you try it without the numbers at the end? 
 http://www.bom.gov.au/radar/IDR033.gif ?

 On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:
>
> The space does remove the windy.com site.
>
> The windy.com is pretty good but if I look at it on the phone and I 
> swipe up or down and accidentally press the graphic the map moves so I 
> would like to change it to a different site.
>
> I want to replace it with 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that 
> as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>
> Similar to what I have on https://weather.ubeaut.work/
>
> I change the skin.conf radar_html = "
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web 
> page doesn't display the graphic it just displays the text 
> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>
> Other than that it is working and is great.
>
>
> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>
>> Thanks a lot Pat the space did the trick to disable windy.com. i 
>> will have a go and see what happens with Chrome. i did find more such 
>> errors on Firefox when i went looking for it on google.
>>
>

-- 
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/79d6f4c8-deda-43a0-a260-768668eacaf4%40googlegroups.com.


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

2019-09-10 Thread Greg Reive
Yes that worked.
So I can just add a hyperlink that opens a new page to that as it is html?
Thanks

Like I stated earlier the windy.com is good but when viewed on the phone I
had to swipe the screen so I could get past the windy.com graphic because
if you try swiping on the graphic the map moves and not the screen.
That is why I am changing it.


On Wed, 11 Sep 2019 at 10:06, Pat  wrote:

> I guess it's been a long day. I've forgotten how this option works. This
> option has to be in HTML, so users can display an iframe, a gif, a png,
> whatever they want.
>
> Try this, it's worked for me.
>
> radar_html = ""
>
>
>
> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>
>> Good to know that I didn't break it :)
>> I will leave it until the next version then?
>> If you want me to test the latest version let me know. I am good at
>> breaking things..haha
>> Thanks
>>
>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>>
>>> Yes and apparently not since 1.0 was released :)
>>>
>>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:

 Is it designed to be able to change radar sites?
 Has anyone else asked to change the site?


 On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>
> Yeah it was a long shot and I was being hopeful that those numbers
> maybe were the problem. I just tried it myself and it failed so let me see
> if I can get it fixed up in development for the 1.1 release.
>
> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>>
>> Same thing. It just displays text where the windy.com was and shows
>> whatever URL I typed in.
>>
>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>>
>>> What if you try it without the numbers at the end?
>>> http://www.bom.gov.au/radar/IDR033.gif ?
>>>
>>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz
>>> wrote:

 The space does remove the windy.com site.

 The windy.com is pretty good but if I look at it on the phone and
 I swipe up or down and accidentally press the graphic the map moves so 
 I
 would like to change it to a different site.

 I want to replace it with
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have
 that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

 Similar to what I have on https://weather.ubeaut.work/

 I change the skin.conf radar_html = "
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web
 page doesn't display the graphic it just displays the text
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640

 Other than that it is working and is great.


 On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com. i
> will have a go and see what happens with Chrome. i did find more such
> errors on Firefox when i went looking for it on google.
>
 --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
> 
> .
>


-- 
¯\_(ツ)_/¯

-- 
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/CAD_tbc-4ONtROF%3DaKkyxuLn4FzuQFvFwc5AVp4Yw0PECKFSHyQ%40mail.gmail.com.


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

2019-09-10 Thread Pat
I've thought about that but afraid it'd make the skin.conf a mile long. So 
I've opted for a mile long README 
 with a section for the 
skin.conf options 
, can be updated 
adhoc. This is where the official skin documentation resides currently. 

On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>
> I did this and it works!
> radar_html = " target='_blank'>"
>
> As a suggestion maybe you should add comments and examples in the 
> skin.conf for each configurable parameter?
>
> Thanks again.
>
>
> On Wed, 11 Sep 2019 at 10:12, Pat > 
> wrote:
>
>> Yep, since it's HTML you can do whatever you want with it, so a link 
>> should work fine
>>
>> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:
>>>
>>> Yes that worked.
>>> So I can just add a hyperlink that opens a new page to that as it is 
>>> html?
>>> Thanks
>>>
>>> Like I stated earlier the windy.com is good but when viewed on the 
>>> phone I had to swipe the screen so I could get past the windy.com 
>>> graphic because if you try swiping on the graphic the map moves and not the 
>>> screen.
>>> That is why I am changing it.
>>>
>>>
>>> On Wed, 11 Sep 2019 at 10:06, Pat  wrote:
>>>
 I guess it's been a long day. I've forgotten how this option works. 
 This option has to be in HTML, so users can display an iframe, a gif, a 
 png, whatever they want. 

 Try this, it's worked for me. 

 radar_html = ""



 On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>
> Good to know that I didn't break it :)
> I will leave it until the next version then?
> If you want me to test the latest version let me know. I am good at 
> breaking things..haha
> Thanks
>
> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>
>> Yes and apparently not since 1.0 was released :)
>>
>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> Is it designed to be able to change radar sites?
>>> Has anyone else asked to change the site?
>>>
>>>
>>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:

 Yeah it was a long shot and I was being hopeful that those numbers 
 maybe were the problem. I just tried it myself and it failed so let me 
 see 
 if I can get it fixed up in development for the 1.1 release. 

 On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz 
 wrote:
>
> Same thing. It just displays text where the windy.com was and 
> shows whatever URL I typed in.
>
> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>
>> What if you try it without the numbers at the end? 
>> http://www.bom.gov.au/radar/IDR033.gif ?
>>
>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> The space does remove the windy.com site.
>>>
>>> The windy.com is pretty good but if I look at it on the phone 
>>> and I swipe up or down and accidentally press the graphic the map 
>>> moves so 
>>> I would like to change it to a different site.
>>>
>>> I want to replace it with 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have 
>>> that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>>
>>> Similar to what I have on https://weather.ubeaut.work/
>>>
>>> I change the skin.conf radar_html = "
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the 
>>> web page doesn't display the graphic it just displays the text 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>>
>>> Other than that it is working and is great.
>>>
>>>
>>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:

 Thanks a lot Pat the space did the trick to disable windy.com. 
 i will have a go and see what happens with Chrome. i did find more 
 such 
 errors on Firefox when i went looking for it on google.

>>> -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "weewx-user" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/weewx-user/VyVMEfuxClo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 weewx...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com
  
 

[weewx-user] Caught unrecoverable exception in generator ImageGenerator

2019-09-10 Thread gjr80
Hi,

Would help to see more of the log in the lead up to the error (so we know which 
skin caused the error). Can you also post the [StdReport] section of weewx.conf 
(you can use wee_debug (http://weewx.com/docs/utilities.htm#wee_debug_utility) 
for this if you want) but make sure you check for any sensitive info before 
posting. Would also like to see the skin.conf for the offending skin but we 
don’t know which skin it is at the moment (unless of course you have only one).

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/20a92ba7-f490-4512-947c-12a4b079cf98%40googlegroups.com.


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

2019-09-10 Thread Pat
I guess it's been a long day. I've forgotten how this option works. This 
option has to be in HTML, so users can display an iframe, a gif, a png, 
whatever they want. 

Try this, it's worked for me. 

radar_html = ""



On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>
> Good to know that I didn't break it :)
> I will leave it until the next version then?
> If you want me to test the latest version let me know. I am good at 
> breaking things..haha
> Thanks
>
> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>
>> Yes and apparently not since 1.0 was released :)
>>
>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:
>>>
>>> Is it designed to be able to change radar sites?
>>> Has anyone else asked to change the site?
>>>
>>>
>>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:

 Yeah it was a long shot and I was being hopeful that those numbers 
 maybe were the problem. I just tried it myself and it failed so let me see 
 if I can get it fixed up in development for the 1.1 release. 

 On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:
>
> Same thing. It just displays text where the windy.com was and shows 
> whatever URL I typed in.
>
> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>
>> What if you try it without the numbers at the end? 
>> http://www.bom.gov.au/radar/IDR033.gif ?
>>
>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz 
>> wrote:
>>>
>>> The space does remove the windy.com site.
>>>
>>> The windy.com is pretty good but if I look at it on the phone and I 
>>> swipe up or down and accidentally press the graphic the map moves so I 
>>> would like to change it to a different site.
>>>
>>> I want to replace it with 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that 
>>> as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>>
>>> Similar to what I have on https://weather.ubeaut.work/
>>>
>>> I change the skin.conf radar_html = "
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web 
>>> page doesn't display the graphic it just displays the text 
>>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>>
>>> Other than that it is working and is great.
>>>
>>>
>>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:

 Thanks a lot Pat the space did the trick to disable windy.com. i 
 will have a go and see what happens with Chrome. i did find more such 
 errors on Firefox when i went looking for it on google.

>>>

-- 
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/832b986c-f66f-45b1-a564-58b6e1fc5494%40googlegroups.com.


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

2019-09-10 Thread Greg from Oz
Good to know that I didn't break it :)
I will leave it until the next version then?
If you want me to test the latest version let me know. I am good at 
breaking things..haha
Thanks

On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>
> Yes and apparently not since 1.0 was released :)
>
> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz wrote:
>>
>> Is it designed to be able to change radar sites?
>> Has anyone else asked to change the site?
>>
>>
>> On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>>>
>>> Yeah it was a long shot and I was being hopeful that those numbers maybe 
>>> were the problem. I just tried it myself and it failed so let me see if I 
>>> can get it fixed up in development for the 1.1 release. 
>>>
>>> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz wrote:

 Same thing. It just displays text where the windy.com was and shows 
 whatever URL I typed in.

 On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>
> What if you try it without the numbers at the end? 
> http://www.bom.gov.au/radar/IDR033.gif ?
>
> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz wrote:
>>
>> The space does remove the windy.com site.
>>
>> The windy.com is pretty good but if I look at it on the phone and I 
>> swipe up or down and accidentally press the graphic the map moves so I 
>> would like to change it to a different site.
>>
>> I want to replace it with 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have that 
>> as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/
>>
>> Similar to what I have on https://weather.ubeaut.work/
>>
>> I change the skin.conf radar_html = "
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the web 
>> page doesn't display the graphic it just displays the text 
>> http://www.bom.gov.au/radar/IDR033.gif?20170728112640
>>
>> Other than that it is working and is great.
>>
>>
>> On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>>>
>>> Thanks a lot Pat the space did the trick to disable windy.com. i 
>>> will have a go and see what happens with Chrome. i did find more such 
>>> errors on Firefox when i went looking for it on google.
>>>
>>

-- 
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/c5a5f20d--4d6f-ac19-97c610c01812%40googlegroups.com.


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

2019-09-10 Thread Greg Reive
I did see the  readme and I did see the radar_html bit but I overlooked the
bit that says

 Full HTML Allowed. Recommended size 650 pixels wide by 360 pixels high.
This URL will be used as the radar iFrame or image hyperlink.
Couldn't see if for looking :)
Thanks


On Wed, 11 Sep 2019 at 10:27, Pat  wrote:

> I've thought about that but afraid it'd make the skin.conf a mile long. So
> I've opted for a mile long README
>  with a section for the
> skin.conf options
> , can be
> updated adhoc. This is where the official skin documentation resides
> currently.
>
> On Tuesday, September 10, 2019 at 8:24:41 PM UTC-4, Greg from Oz wrote:
>>
>> I did this and it works!
>> radar_html = "> target='_blank'>"
>>
>> As a suggestion maybe you should add comments and examples in the
>> skin.conf for each configurable parameter?
>>
>> Thanks again.
>>
>>
>> On Wed, 11 Sep 2019 at 10:12, Pat  wrote:
>>
>>> Yep, since it's HTML you can do whatever you want with it, so a link
>>> should work fine
>>>
>>> On Tuesday, September 10, 2019 at 8:11:41 PM UTC-4, Greg from Oz wrote:

 Yes that worked.
 So I can just add a hyperlink that opens a new page to that as it is
 html?
 Thanks

 Like I stated earlier the windy.com is good but when viewed on the
 phone I had to swipe the screen so I could get past the windy.com
 graphic because if you try swiping on the graphic the map moves and not the
 screen.
 That is why I am changing it.


 On Wed, 11 Sep 2019 at 10:06, Pat  wrote:

> I guess it's been a long day. I've forgotten how this option works.
> This option has to be in HTML, so users can display an iframe, a gif, a
> png, whatever they want.
>
> Try this, it's worked for me.
>
> radar_html = ""
>
>
>
> On Tuesday, September 10, 2019 at 8:05:30 PM UTC-4, Greg from Oz wrote:
>>
>> Good to know that I didn't break it :)
>> I will leave it until the next version then?
>> If you want me to test the latest version let me know. I am good at
>> breaking things..haha
>> Thanks
>>
>> On Wednesday, 11 September 2019 10:01:02 UTC+10, Pat wrote:
>>>
>>> Yes and apparently not since 1.0 was released :)
>>>
>>> On Tuesday, September 10, 2019 at 7:57:14 PM UTC-4, Greg from Oz
>>> wrote:

 Is it designed to be able to change radar sites?
 Has anyone else asked to change the site?


 On Wednesday, 11 September 2019 09:54:07 UTC+10, Pat wrote:
>
> Yeah it was a long shot and I was being hopeful that those numbers
> maybe were the problem. I just tried it myself and it failed so let 
> me see
> if I can get it fixed up in development for the 1.1 release.
>
> On Tuesday, September 10, 2019 at 7:53:05 PM UTC-4, Greg from Oz
> wrote:
>>
>> Same thing. It just displays text where the windy.com was and
>> shows whatever URL I typed in.
>>
>> On Wednesday, 11 September 2019 09:43:03 UTC+10, Pat wrote:
>>>
>>> What if you try it without the numbers at the end?
>>> http://www.bom.gov.au/radar/IDR033.gif ?
>>>
>>> On Tuesday, September 10, 2019 at 7:40:39 PM UTC-4, Greg from Oz
>>> wrote:

 The space does remove the windy.com site.

 The windy.com is pretty good but if I look at it on the phone
 and I swipe up or down and accidentally press the graphic the map 
 moves so
 I would like to change it to a different site.

 I want to replace it with
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640 and have
 that as a hyperlink to http://m.bom.gov.au/nsw/moss-vale/radar/

 Similar to what I have on https://weather.ubeaut.work/

 I change the skin.conf radar_html = "
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640; but the
 web page doesn't display the graphic it just displays the text
 http://www.bom.gov.au/radar/IDR033.gif?20170728112640

 Other than that it is working and is great.


 On Tuesday, 10 September 2019 22:27:44 UTC+10, Roy Rutten wrote:
>
> Thanks a lot Pat the space did the trick to disable windy.com.
> i will have a go and see what happens with Chrome. i did find 
> more such
> errors on Firefox when i went looking for it on google.
>
 --
> You received this message because you are subscribed to a topic in the
> Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
> 

[weewx-user] Hang up weewx and strange log

2019-09-10 Thread Kike .Asekas
This morning I discovered that weewx had stopped tonight. The log:
Sep 10 01:51:13 raspberrypi weewx[343]: imagegenerator: Generated 13 images 
for SeasonsReport in 6.09 seconds
Sep 10 01:51:14 raspberrypi weewx[343]: copygenerator: copied 0 files to 
/var/www/html/weewx
*Sep 10 01:51:14* raspberrypi weewx[343]: imageStackedWindRose: Generated 1 
images for StackedWindRose in 0.46 seconds
*Sep 10 01:22:46* raspberrypi weewx[326]: engine: Initializing weewx 
version 3.9.1
Sep 10 01:22:46 raspberrypi weewx[326]: engine: Using Python 2.7.16 
(default, Apr  6 2019, 01:42:57) #012[GCC 8.2.0]
Sep 10 01:22:46 raspberrypi weewx[326]: engine: Platform 
Linux-4.19.57+-armv6l-with-debian-10.0
Sep 10 01:22:46 raspberrypi weewx[326]: engine: Locale is 'es_ES.UTF-8'
Sep 10 01:22:46 raspberrypi weewx[326]: engine: pid file is 
/var/run/weewx.pid
Sep 10 01:22:46 raspberrypi weewx[259]: Starting weewx weather system: 
weewx.
Sep 10 01:22:47 raspberrypi weewx[331]: engine: Using configuration file 
/etc/weewx/weewx.conf
Sep 10 01:22:47 raspberrypi weewx[331]: engine: Loading station type SDR 
(user.sdr)
Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: driver version is 
0.64
Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: sensor map is 
{'windGust': 'wind_gust.*.FOWHx080Packet', 'windDir': 
'wind_dir.*.FOWHx080Packet', 'windSpeed': 'wind_speed.*.FOWHx080Packet', 
'outTemp': 'temperature.*.FOWHx080Packet', 'outHumidity': 
'humidity.*.FOWHx080Packet', 'rain_total': 'rain_total.*.FOWHx080Packet', 
'battery': 'battery.*.FOWHx080Packet'}
Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: deltas is {'rain': 
'rain_total'}
Sep 10 01:22:47 raspberrypi weewx[331]: sdr: MainThread: startup process 
'rtl_433 -q -F json -R 32 -M utc -f 868.3M'
Sep 10 01:22:47 raspberrypi weewx[331]: engine: StdConvert target unit is 
0x11
Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following values 
will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
dewpoint=prefer_hardware, appTemp=prefer_hardware, 
rainRate=prefer_hardware, windrun=prefer_hardware, 
heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
humidex=prefer_hardware, pressure=prefer_hardware, 
inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
cloudbase=prefer_hardware
Sep 10 01:22:48 raspberrypi weewx[331]: wxcalculate: The following 
algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Sep 10 01:22:48 raspberrypi weewx[331]: engine: Archive will use data 
binding wx_binding
Sep 10 01:22:48 raspberrypi weewx[331]: engine: Record generation will be 
attempted in 'software'
Sep 10 01:22:48 raspberrypi weewx[331]: engine: Using archive interval of 
300 seconds (software record generation)
Sep 10 01:22:49 raspberrypi weewx[331]: engine: Using binding 'wx_binding' 
to database 'weewx.sdb'
Sep 10 01:22:49 raspberrypi weewx[331]: manager: Starting backfill of daily 
summaries
Sep 10 01:22:49 raspberrypi weewx[331]: restx: StationRegistry: Station 
will be registered.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: Wunderground: Posting not 
enabled.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: PWSweather: Posting not 
enabled.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: CWOP: Posting not enabled.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: WOW: Posting not enabled.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: AWEKAS: Posting not enabled.
Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: service version is 0.19
Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: binding to ['loop', 
'archive']
Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: topic is estacion/datos
Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: desired unit system is 
METRIC
Sep 10 01:22:49 raspberrypi weewx[331]: restx: MQTT: data will be uploaded 
to mqtt://broker.hivemq.com:1883
Sep 10 01:22:49 raspberrypi weewx[331]: engine: Starting up weewx version 
3.9.1
Sep 10 01:22:49 raspberrypi weewx[331]: engine: Starting main packet loop.
Sep 10 01:23:04 raspberrypi weewx[331]: restx: MQTT: Published record 
2019-09-10 01:22:58 CEST (1568071378)
*Sep 10 01:23:04* raspberrypi weewx[331]: restx: MQTT: Published record 
2019-09-10 01:22:58 CEST (1568071378)
*Sep 10 07:32:28* raspberrypi weewx[331]: restx: MQTT: Published record 
2019-09-10 07:32:24 CEST (1568093544)
Sep 10 07:32:29 raspberrypi weewx[331]: manager: *Unable to add record 
2019-09-10 01:25:00 CEST (1568071500) to database 'weewx.sdb': UNIQUE 
constraint failed: archive.dateTime*
Sep 10 07:32:30 raspberrypi weewx[331]: engine: Garbage collected 64 objects
*Sep 10 07:32:30* raspberrypi weewx[331]: restx: *MQTT: Published record 
2019-09-10 01:25:00 CEST (1568071500)*
Sep 10 07:32:31 raspberrypi weewx[331]: restx: StationRegistry: Published 
record 2019-09-10 01:25:00 CEST (1568071500)


At 1:51:14 it stops for some reason(no error) and restart and returns at 
1:22:46 !??. At 7:32 I realize it is stopped and restart weewx and 
in this