[weewx-user] Re: Skin Output Missing Graphics, etc.

2018-12-05 Thread Pat
Interesting. You shouldn't need both if you're using the latest release 0.8 
. What version did 
you install?

For the graphs, are there errors in syslog? Are you on a Raspberry Pi 
(they're known to be slow at generating graphs. Very slow). 

For forecasts, have you enabled it? It's location should look identical to 
the 2 screenshots on GitHub 
. 

As mentioned in the posting guide on the user forums, posting configs and 
logs would be helpful for me (and others) to help. 

On Wednesday, December 5, 2018 at 4:22:28 PM UTC-5, Wes Witt wrote:
>
> Thanks. I had to also update the station_url and then it worked.
>
> Couple more questions:
>
> 1: I'm not seeing any graphs. I've waited but nothing. Do I need to do 
> something else to get graphs working.
> 2: Where do I see the DarkSky forecasts on the page? I've added a valid 
> API key but don't see any forecasts.
>
>
>
> On Wednesday, December 5, 2018 at 1:06:09 PM UTC-8, Pat wrote:
>>
>> Since your skin is installed to http://192.168.1.112/weewx, try changing 
>> the root url to:
>>
>> belchertown_root_url = "http://192.168.1.112/weewx;
>>
>> On Wednesday, December 5, 2018 at 3:52:19 PM UTC-5, Wes Witt wrote:
>>>
>>>
>>> I've installed Belchertown into a new install and it seems to be 
>>> functioning, but the html output seems to be missing a lot of graphics, 
>>> etc. I followed the install instructions on the github page, but I must be 
>>> missing something.  What do I need to do to make this work properly?
>>>
>>>
>>>
>>> Relevant portion of weewx,conf:
>>>
>>> [Station]
>>> station_url = http://192.168.1.112
>>>
>>> [[Belchertown]]
>>> HTML_ROOT = public_html/belchertown
>>> skin = Belchertown
>>> [[[Extras]]]
>>> belchertown_root_url = http://192.168.1.112
>>> forecast_enabled = 1
>>> darksky_secret_key = xx
>>> earthquake_enabled = 1
>>>
>>>
>>> Output:
>>>
>>> [image: weewx.JPG]
>>>
>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Error when adding more sensors to DB

2018-12-05 Thread Thomas Keffer
You have a duplicate section name on line 269 in weewx.conf.

-tk

On Wed, Dec 5, 2018 at 1:50 PM Per Edström  wrote:

> WMR200 can have up to 10 extra sensors (in practice channel 1 is the
> outdoor sensor = extraTemp1).
>
> Anyway, the DB does not have entries for all these sensors so I tried to
> add them by creating a new user/schema.py
> but something is wrong somewhere but I can't figure out what/where from
> this..
>
> root@RPi1B-Arelien:/home/folke/weewx# wee_database /etc/weewx/weewx.conf
> --reconfigure
> Traceback (most recent call last):
>   File "/usr/bin/wee_database", line 793, in 
> main()
>   File "/usr/bin/wee_database", line 133, in main
> config_path, config_dict = weecfg.read_config(options.config_path,
> args)
>   File "/usr/share/weewx/weecfg/__init__.py", line 223, in read_config
> config_dict = configobj.ConfigObj(config_path, file_error=True)
>   File "/usr/lib/python2.7/dist-packages/configobj.py", line 1230, in
> __init__
> self._load(infile, configspec)
>   File "/usr/lib/python2.7/dist-packages/configobj.py", line 1320, in _load
> raise error
> configobj.DuplicateError: Duplicate section name at line 269.
> root@RPi1B-Arelien:/home/folke/weewx#
>
> --
> 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.
> 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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Error when adding more sensors to DB

2018-12-05 Thread gjr80
The answer is in the trace provided:

configobj.DuplicateError: Duplicate section name at line 269.

You have a duplicate section name in weewx. and that causes configobj to throw 
an error, look very carefully through weewx.conf. If you can't find the 
duplicate post weewx.conf with any sensitive info removed.

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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Error when adding more sensors to DB

2018-12-05 Thread Per Edström
WMR200 can have up to 10 extra sensors (in practice channel 1 is the 
outdoor sensor = extraTemp1).

Anyway, the DB does not have entries for all these sensors so I tried to 
add them by creating a new user/schema.py
but something is wrong somewhere but I can't figure out what/where from 
this..

root@RPi1B-Arelien:/home/folke/weewx# wee_database /etc/weewx/weewx.conf 
--reconfigure
Traceback (most recent call last):
  File "/usr/bin/wee_database", line 793, in 
main()
  File "/usr/bin/wee_database", line 133, in main
config_path, config_dict = weecfg.read_config(options.config_path, args)
  File "/usr/share/weewx/weecfg/__init__.py", line 223, in read_config
config_dict = configobj.ConfigObj(config_path, file_error=True)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1230, in 
__init__
self._load(infile, configspec)
  File "/usr/lib/python2.7/dist-packages/configobj.py", line 1320, in _load
raise error
configobj.DuplicateError: Duplicate section name at line 269.
root@RPi1B-Arelien:/home/folke/weewx#

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Skin Output Missing Graphics, etc.

2018-12-05 Thread Wes Witt
Thanks. I had to also update the station_url and then it worked.

Couple more questions:

1: I'm not seeing any graphs. I've waited but nothing. Do I need to do 
something else to get graphs working.
2: Where do I see the DarkSky forecasts on the page? I've added a valid API 
key but don't see any forecasts.



On Wednesday, December 5, 2018 at 1:06:09 PM UTC-8, Pat wrote:
>
> Since your skin is installed to http://192.168.1.112/weewx, try changing 
> the root url to:
>
> belchertown_root_url = "http://192.168.1.112/weewx;
>
> On Wednesday, December 5, 2018 at 3:52:19 PM UTC-5, Wes Witt wrote:
>>
>>
>> I've installed Belchertown into a new install and it seems to be 
>> functioning, but the html output seems to be missing a lot of graphics, 
>> etc. I followed the install instructions on the github page, but I must be 
>> missing something.  What do I need to do to make this work properly?
>>
>>
>>
>> Relevant portion of weewx,conf:
>>
>> [Station]
>> station_url = http://192.168.1.112
>>
>> [[Belchertown]]
>> HTML_ROOT = public_html/belchertown
>> skin = Belchertown
>> [[[Extras]]]
>> belchertown_root_url = http://192.168.1.112
>> forecast_enabled = 1
>> darksky_secret_key = xx
>> earthquake_enabled = 1
>>
>>
>> Output:
>>
>> [image: weewx.JPG]
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Skin Output Missing Graphics, etc.

2018-12-05 Thread Pat
Since your skin is installed to http://192.168.1.112/weewx, try changing 
the root url to:

belchertown_root_url = "http://192.168.1.112/weewx;

On Wednesday, December 5, 2018 at 3:52:19 PM UTC-5, Wes Witt wrote:
>
>
> I've installed Belchertown into a new install and it seems to be 
> functioning, but the html output seems to be missing a lot of graphics, 
> etc. I followed the install instructions on the github page, but I must be 
> missing something.  What do I need to do to make this work properly?
>
>
>
> Relevant portion of weewx,conf:
>
> [Station]
> station_url = http://192.168.1.112
>
> [[Belchertown]]
> HTML_ROOT = public_html/belchertown
> skin = Belchertown
> [[[Extras]]]
> belchertown_root_url = http://192.168.1.112
> forecast_enabled = 1
> darksky_secret_key = xx
> earthquake_enabled = 1
>
>
> Output:
>
> [image: weewx.JPG]
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Froggit WH1080 SE compatible with Fine Offset WH1080?

2018-12-05 Thread ponolan
Just as I was thinking of trying to add an additional temperature sensor to 
my 4 year old Fine Offet WH1080 based station (a Maplin N96GY) I find 

1. The signal from the transmitter has been bouncing between 0 and 100% for 
no reason I can fathom (both console and transmitter have had new batters 
in the last few days)
2. Apparently identical replacement transmitters available on eBay may a) 
take months to arrive from China and b) not be compatible (some are, some 
aren't, apparently)

(Maplin, who used to sell spare parts, has gone into administration and 
isn't selling anything).

Seems it may be as well to think about a replacement station.

My preliminary scan of possibilities (retaining my Raspberry Pi and local 
web server) suggests either the 


   - Froggit WH1080 SE (adds UV) or
   - Froggit WS8700 (possible to add additional temp/hyg sensors easily, 
   but no UV) [or Ventus W831 which seems essentially similar]
   
Among other things a choice of 1 v several sets of batteries to replace, 
and it occurs to me that if I used the WH1080 SE it might be possible to 
recycle the existing console as a 2nd display -- if it's compatible. Does 
anyone know?

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Fine Offset WH-2650 and weewx

2018-12-05 Thread Massimiliano Neri


very nice weather portal ... you're a big one :-)


Il giorno venerdì 23 novembre 2018 00:11:49 UTC+1, Massimiliano Neri ha 
scritto:
>
> Hi, I just bought a WaldBeck Halley WH-2650, basically a clone of the 
> WH-2650 Fine Offset, can you tell me how to configure weewx.conf to 
> intercept its data string?
>
> I thank you in advance.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: New install problems raspberry p.i E: Unable to locate package weewx

2018-12-05 Thread Pat
Excellent. Be sure to check out the User's Guide 
 - a lot of great information in 
there to get you started once installed.

On Wednesday, December 5, 2018 at 10:00:31 AM UTC-5, Rob Field wrote:
>
> Thanks Pat.
> The SSH allowed me to cut and paste the commands - I must have typed 
> something wrong.
> Things looking better now!
> :)
>
>
> On Wednesday, 5 December 2018 14:17:29 UTC, Pat wrote:
>>
>> On Windows you can use PuTTY to SSH to the Pi. When you highlight an area 
>> of text, it automatically copies it without needing to press CTRL+C. Just a 
>> small tip for future reference. 
>>
>> The fact that you don't see weewx.com referenced in the sudo apt update 
>> means the first 2 lines probably didn't work. 
>>
>> You can try to paste them in again, it won't hurt. In PuTTY, you can 
>> right click the window and it'll auto paste without having to press CTRL+V. 
>>
>> Then try the sudo apt update again and see what the output is?
>>
>> On Wednesday, December 5, 2018 at 9:09:44 AM UTC-5, Rob Field wrote:
>>>
>>> Hi Pat
>>>
>>> No, the 'blah blah' was  5 lines of ..
>>> Get:1  debian stretch Inrelease
>>> Get:2  raspian stretch Inrelease
>>> Get:3  raspian stretch Inrelease
>>> Get:4  debian stretch Inrelease
>>> Get:5  debian stretch Inrelease
>>> Fetched 11.9Mb in 41s (285kb/s)
>>> Reading package lists... Done
>>>
>>> No mention of weewx.
>>> But here's my question  why would it?. Is it because of the first two 
>>> lines I entered.. does that mean they went wrong?
>>>
>>> When I run apt-list upgradeable  no mention of weewx anywhere in the 
>>> listed items.
>>>
>>> When I ran the initial apt commands there was a lot of text produced. a 
>>> couple of lines  like
>>> Resolving - ( - )... failed: Name or service not known
>>>
>>> But it did resolve weewx, connectedSaved to 'weewx.list'
>>>
>>> I can't cut and paste all the data because it's on the pi and I'm here 
>>> on windows. I thought of installing an email client so I could get this 
>>> info from one machine to the next but that proved unsuccesfull, so the 
>>> frustration level is high right now.
>>> :)
>>>
>>>
>>>
>>>
>>>
>>> On Wednesday, 5 December 2018 13:43:43 UTC, Pat wrote:

 In the sections you cut out with "blah blah", do you see it reference 
 weewx.com?

 Something similar to the below?

 sudo apt update

 >>blah blah<<
 Hit:12 http://weewx.com/apt squeeze InRelease
 >>blah blah<<
 Fetched 3,324 kB in 1s (2,659 kB/s)
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 2 packages can be upgraded. Run 'apt list --upgradable' to see them.





 On Wednesday, December 5, 2018 at 7:06:05 AM UTC-5, Rob Field wrote:
>
> Noob linux user, trying hard to breakthrough the pain barrier.
> I'm following as best I can the instructions but having grief.
> I know we are supposed to use Python 2.7 and not Python 3.
> Should I have dealt with that first or AFTER I installed weewx - is 
> that the reason I get this problem.. but I think not at this point.
>
> e.g. I've downloaded the very latest Raspian, and running on a very 
> old Pi2 - so far that worked.
>
> I then did this..
>
> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
> wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
> /etc/apt/sources.list.d/weewx.list
>
>
> Followed by..
>
> sudo apt-get update
>
>
> pi@raspberry:~$ sudo apt-get update
> ... .. blah blah .. 
> Reading packing lists... Done
>
>
> sudo apt-get install weewx
>
> pi@raspberry:~$ sudo apt-get install weewx
> Reading packing lists... Done
> Building dependancy tree
> Reading state information... Done
> E: Unable to locate package weewx
> pi@raspberry:~$
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: New install problems raspberry p.i E: Unable to locate package weewx

2018-12-05 Thread Rob Field
Thanks Pat.
The SSH allowed me to cut and paste the commands - I must have typed 
something wrong.
Things looking better now!
:)


On Wednesday, 5 December 2018 14:17:29 UTC, Pat wrote:
>
> On Windows you can use PuTTY to SSH to the Pi. When you highlight an area 
> of text, it automatically copies it without needing to press CTRL+C. Just a 
> small tip for future reference. 
>
> The fact that you don't see weewx.com referenced in the sudo apt update 
> means the first 2 lines probably didn't work. 
>
> You can try to paste them in again, it won't hurt. In PuTTY, you can right 
> click the window and it'll auto paste without having to press CTRL+V. 
>
> Then try the sudo apt update again and see what the output is?
>
> On Wednesday, December 5, 2018 at 9:09:44 AM UTC-5, Rob Field wrote:
>>
>> Hi Pat
>>
>> No, the 'blah blah' was  5 lines of ..
>> Get:1  debian stretch Inrelease
>> Get:2  raspian stretch Inrelease
>> Get:3  raspian stretch Inrelease
>> Get:4  debian stretch Inrelease
>> Get:5  debian stretch Inrelease
>> Fetched 11.9Mb in 41s (285kb/s)
>> Reading package lists... Done
>>
>> No mention of weewx.
>> But here's my question  why would it?. Is it because of the first two 
>> lines I entered.. does that mean they went wrong?
>>
>> When I run apt-list upgradeable  no mention of weewx anywhere in the 
>> listed items.
>>
>> When I ran the initial apt commands there was a lot of text produced. a 
>> couple of lines  like
>> Resolving - ( - )... failed: Name or service not known
>>
>> But it did resolve weewx, connectedSaved to 'weewx.list'
>>
>> I can't cut and paste all the data because it's on the pi and I'm here on 
>> windows. I thought of installing an email client so I could get this info 
>> from one machine to the next but that proved unsuccesfull, so the 
>> frustration level is high right now.
>> :)
>>
>>
>>
>>
>>
>> On Wednesday, 5 December 2018 13:43:43 UTC, Pat wrote:
>>>
>>> In the sections you cut out with "blah blah", do you see it reference 
>>> weewx.com?
>>>
>>> Something similar to the below?
>>>
>>> sudo apt update
>>>
>>> >>blah blah<<
>>> Hit:12 http://weewx.com/apt squeeze InRelease
>>> >>blah blah<<
>>> Fetched 3,324 kB in 1s (2,659 kB/s)
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
>>>
>>>
>>>
>>>
>>>
>>> On Wednesday, December 5, 2018 at 7:06:05 AM UTC-5, Rob Field wrote:

 Noob linux user, trying hard to breakthrough the pain barrier.
 I'm following as best I can the instructions but having grief.
 I know we are supposed to use Python 2.7 and not Python 3.
 Should I have dealt with that first or AFTER I installed weewx - is 
 that the reason I get this problem.. but I think not at this point.

 e.g. I've downloaded the very latest Raspian, and running on a very old 
 Pi2 - so far that worked.

 I then did this..

 wget -qO - http://weewx.com/keys.html | sudo apt-key add -
 wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
 /etc/apt/sources.list.d/weewx.list


 Followed by..

 sudo apt-get update


 pi@raspberry:~$ sudo apt-get update
 ... .. blah blah .. 
 Reading packing lists... Done


 sudo apt-get install weewx

 pi@raspberry:~$ sudo apt-get install weewx
 Reading packing lists... Done
 Building dependancy tree
 Reading state information... Done
 E: Unable to locate package weewx
 pi@raspberry:~$



-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: New install problems raspberry p.i E: Unable to locate package weewx

2018-12-05 Thread Pat
On Windows you can use PuTTY to SSH to the Pi. When you highlight an area 
of text, it automatically copies it without needing to press CTRL+C. Just a 
small tip for future reference. 

The fact that you don't see weewx.com referenced in the sudo apt update 
means the first 2 lines probably didn't work. 

You can try to paste them in again, it won't hurt. In PuTTY, you can right 
click the window and it'll auto paste without having to press CTRL+V. 

Then try the sudo apt update again and see what the output is?

On Wednesday, December 5, 2018 at 9:09:44 AM UTC-5, Rob Field wrote:
>
> Hi Pat
>
> No, the 'blah blah' was  5 lines of ..
> Get:1  debian stretch Inrelease
> Get:2  raspian stretch Inrelease
> Get:3  raspian stretch Inrelease
> Get:4  debian stretch Inrelease
> Get:5  debian stretch Inrelease
> Fetched 11.9Mb in 41s (285kb/s)
> Reading package lists... Done
>
> No mention of weewx.
> But here's my question  why would it?. Is it because of the first two 
> lines I entered.. does that mean they went wrong?
>
> When I run apt-list upgradeable  no mention of weewx anywhere in the 
> listed items.
>
> When I ran the initial apt commands there was a lot of text produced. a 
> couple of lines  like
> Resolving - ( - )... failed: Name or service not known
>
> But it did resolve weewx, connectedSaved to 'weewx.list'
>
> I can't cut and paste all the data because it's on the pi and I'm here on 
> windows. I thought of installing an email client so I could get this info 
> from one machine to the next but that proved unsuccesfull, so the 
> frustration level is high right now.
> :)
>
>
>
>
>
> On Wednesday, 5 December 2018 13:43:43 UTC, Pat wrote:
>>
>> In the sections you cut out with "blah blah", do you see it reference 
>> weewx.com?
>>
>> Something similar to the below?
>>
>> sudo apt update
>>
>> >>blah blah<<
>> Hit:12 http://weewx.com/apt squeeze InRelease
>> >>blah blah<<
>> Fetched 3,324 kB in 1s (2,659 kB/s)
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
>>
>>
>>
>>
>>
>> On Wednesday, December 5, 2018 at 7:06:05 AM UTC-5, Rob Field wrote:
>>>
>>> Noob linux user, trying hard to breakthrough the pain barrier.
>>> I'm following as best I can the instructions but having grief.
>>> I know we are supposed to use Python 2.7 and not Python 3.
>>> Should I have dealt with that first or AFTER I installed weewx - is that 
>>> the reason I get this problem.. but I think not at this point.
>>>
>>> e.g. I've downloaded the very latest Raspian, and running on a very old 
>>> Pi2 - so far that worked.
>>>
>>> I then did this..
>>>
>>> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>>> wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
>>> /etc/apt/sources.list.d/weewx.list
>>>
>>>
>>> Followed by..
>>>
>>> sudo apt-get update
>>>
>>>
>>> pi@raspberry:~$ sudo apt-get update
>>> ... .. blah blah .. 
>>> Reading packing lists... Done
>>>
>>>
>>> sudo apt-get install weewx
>>>
>>> pi@raspberry:~$ sudo apt-get install weewx
>>> Reading packing lists... Done
>>> Building dependancy tree
>>> Reading state information... Done
>>> E: Unable to locate package weewx
>>> pi@raspberry:~$
>>>
>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: New install problems raspberry p.i E: Unable to locate package weewx

2018-12-05 Thread Rob Field
Hi Pat

No, the 'blah blah' was  5 lines of ..
Get:1  debian stretch Inrelease
Get:2  raspian stretch Inrelease
Get:3  raspian stretch Inrelease
Get:4  debian stretch Inrelease
Get:5  debian stretch Inrelease
Fetched 11.9Mb in 41s (285kb/s)
Reading package lists... Done

No mention of weewx.
But here's my question  why would it?. Is it because of the first two lines 
I entered.. does that mean they went wrong?

When I run apt-list upgradeable  no mention of weewx anywhere in the listed 
items.

When I ran the initial apt commands there was a lot of text produced. a 
couple of lines  like
Resolving - ( - )... failed: Name or service not known

But it did resolve weewx, connectedSaved to 'weewx.list'

I can't cut and paste all the data because it's on the pi and I'm here on 
windows. I thought of installing an email client so I could get this info 
from one machine to the next but that proved unsuccesfull, so the 
frustration level is high right now.
:)





On Wednesday, 5 December 2018 13:43:43 UTC, Pat wrote:
>
> In the sections you cut out with "blah blah", do you see it reference 
> weewx.com?
>
> Something similar to the below?
>
> sudo apt update
>
> >>blah blah<<
> Hit:12 http://weewx.com/apt squeeze InRelease
> >>blah blah<<
> Fetched 3,324 kB in 1s (2,659 kB/s)
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
>
>
>
>
>
> On Wednesday, December 5, 2018 at 7:06:05 AM UTC-5, Rob Field wrote:
>>
>> Noob linux user, trying hard to breakthrough the pain barrier.
>> I'm following as best I can the instructions but having grief.
>> I know we are supposed to use Python 2.7 and not Python 3.
>> Should I have dealt with that first or AFTER I installed weewx - is that 
>> the reason I get this problem.. but I think not at this point.
>>
>> e.g. I've downloaded the very latest Raspian, and running on a very old 
>> Pi2 - so far that worked.
>>
>> I then did this..
>>
>> wget -qO - http://weewx.com/keys.html | sudo apt-key add -
>> wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
>> /etc/apt/sources.list.d/weewx.list
>>
>>
>> Followed by..
>>
>> sudo apt-get update
>>
>>
>> pi@raspberry:~$ sudo apt-get update
>> ... .. blah blah .. 
>> Reading packing lists... Done
>>
>>
>> sudo apt-get install weewx
>>
>> pi@raspberry:~$ sudo apt-get install weewx
>> Reading packing lists... Done
>> Building dependancy tree
>> Reading state information... Done
>> E: Unable to locate package weewx
>> pi@raspberry:~$
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Thomas Keffer
Generally, WeeWX does not cache anything. Indeed, it's against the whole
architectural philosophy of WeeWX to cache values. Let the database do any
caching --- it's better at it.

The only exception is that the StdRESTful service keeps recent LOOP packets
to keep the Weather Underground's "Rapidfire" protocol happy.

-tk

On Wed, Dec 5, 2018 at 6:04 AM Pat  wrote:

> In that case the data is coming from weewx directly and i'm not sure if it
> caches anything since it's from the last archive interval.
>
> Does the standard skin show the same thing for wind data?
>
> On Wednesday, December 5, 2018 at 8:58:28 AM UTC-5, Juan Antonio Mosquera
> wrote:
>>
>> NO, i dont use MQTT.
>>
>> El miércoles, 5 de diciembre de 2018, 14:52:08 (UTC+1), Pat escribió:
>>
>> I guess I am assuming you are using MQTT.
>>
>> I should ask, are you using MQTT for real time updates?
>>
>>
>> On Wednesday, December 5, 2018 at 8:50:10 AM UTC-5, Pat wrote:
>>
>> I will have to think about this one in a way that makes sense and doesn't
>> break anything.
>>
>> Since I show everything from MQTT exactly, I do not cache data when using
>> real time updating.
>>
>>
>>
>> On Wednesday, December 5, 2018 at 8:45:30 AM UTC-5, Juan Antonio Mosquera
>> wrote:
>>
>> attached image...
>>
>> [image: windNoData.JPG]
>> thanks.
>>
>> El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>>
>> I will have to see if I can do this since I show the data from MQTT
>> directly.
>>
>> When you do not have wind data, what does it show?
>>
>>
>> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera
>> wrote:
>>
>> A suggestion.
>>
>> ...
>
> --
> 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.
> 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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Pat
In that case the data is coming from weewx directly and i'm not sure if it 
caches anything since it's from the last archive interval. 

Does the standard skin show the same thing for wind data?

On Wednesday, December 5, 2018 at 8:58:28 AM UTC-5, Juan Antonio Mosquera 
wrote:
>
> NO, i dont use MQTT.
>
> El miércoles, 5 de diciembre de 2018, 14:52:08 (UTC+1), Pat escribió:
>
> I guess I am assuming you are using MQTT. 
>
> I should ask, are you using MQTT for real time updates?
>
>
> On Wednesday, December 5, 2018 at 8:50:10 AM UTC-5, Pat wrote:
>
> I will have to think about this one in a way that makes sense and doesn't 
> break anything. 
>
> Since I show everything from MQTT exactly, I do not cache data when using 
> real time updating. 
>
>
>
> On Wednesday, December 5, 2018 at 8:45:30 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>
> attached image...
>
> [image: windNoData.JPG]
> thanks.
>
> El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>
> I will have to see if I can do this since I show the data from MQTT 
> directly. 
>
> When you do not have wind data, what does it show?
>
>
> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>
> A suggestion.
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Juan Antonio Mosquera
NO, i dont use MQTT.

El miércoles, 5 de diciembre de 2018, 14:52:08 (UTC+1), Pat escribió:
>
> I guess I am assuming you are using MQTT. 
>
> I should ask, are you using MQTT for real time updates?
>
>
> On Wednesday, December 5, 2018 at 8:50:10 AM UTC-5, Pat wrote:
>
> I will have to think about this one in a way that makes sense and doesn't 
> break anything. 
>
> Since I show everything from MQTT exactly, I do not cache data when using 
> real time updating. 
>
>
>
> On Wednesday, December 5, 2018 at 8:45:30 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>
> attached image...
>
> [image: windNoData.JPG]
> thanks.
>
> El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>
> I will have to see if I can do this since I show the data from MQTT 
> directly. 
>
> When you do not have wind data, what does it show?
>
>
> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>
> A suggestion.
>
> With the driver of the WMR300 it seems that there are times when it does 
> not send wind data. In this case it would be interesting if the template 
> always shows the last data so that wind direction and burst data always 
> appear, how do you see Pat?
>
> Greetings and thanks.
>
> El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>
> Some more thoughts on troubleshooting:
>
> 1) Is your error log the full output of the error section?
> 2) 
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Pat
I guess I am assuming you are using MQTT. 

I should ask, are you using MQTT for real time updates?


On Wednesday, December 5, 2018 at 8:50:10 AM UTC-5, Pat wrote:
>
> I will have to think about this one in a way that makes sense and doesn't 
> break anything. 
>
> Since I show everything from MQTT exactly, I do not cache data when using 
> real time updating. 
>
>
>
> On Wednesday, December 5, 2018 at 8:45:30 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>>
>> attached image...
>>
>> [image: windNoData.JPG]
>> thanks.
>>
>> El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>>>
>>> I will have to see if I can do this since I show the data from MQTT 
>>> directly. 
>>>
>>> When you do not have wind data, what does it show?
>>>
>>>
>>> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio 
>>> Mosquera wrote:
>>>
>>> A suggestion.
>>>
>>> With the driver of the WMR300 it seems that there are times when it does 
>>> not send wind data. In this case it would be interesting if the template 
>>> always shows the last data so that wind direction and burst data always 
>>> appear, how do you see Pat?
>>>
>>> Greetings and thanks.
>>>
>>> El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>>>
>>> Some more thoughts on troubleshooting:
>>>
>>> 1) Is your error log the full output of the error section?
>>> 2) Based on this comment in one of the GitHub issues 
>>> ,
>>>  
>>> if you open skins/Belchertown/skin.conf and change NONE = 0 (instead of 
>>> "N/A") in *[[StringFormats]]*
>>>
>>> ...
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Pat
I will have to think about this one in a way that makes sense and doesn't 
break anything. 

Since I show everything from MQTT exactly, I do not cache data when using 
real time updating. 



On Wednesday, December 5, 2018 at 8:45:30 AM UTC-5, Juan Antonio Mosquera 
wrote:
>
> attached image...
>
> [image: windNoData.JPG]
> thanks.
>
> El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>>
>> I will have to see if I can do this since I show the data from MQTT 
>> directly. 
>>
>> When you do not have wind data, what does it show?
>>
>>
>> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera 
>> wrote:
>>
>> A suggestion.
>>
>> With the driver of the WMR300 it seems that there are times when it does 
>> not send wind data. In this case it would be interesting if the template 
>> always shows the last data so that wind direction and burst data always 
>> appear, how do you see Pat?
>>
>> Greetings and thanks.
>>
>> El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>>
>> Some more thoughts on troubleshooting:
>>
>> 1) Is your error log the full output of the error section?
>> 2) Based on this comment in one of the GitHub issues 
>> ,
>>  
>> if you open skins/Belchertown/skin.conf and change NONE = 0 (instead of 
>> "N/A") in *[[StringFormats]]*
>>
>> ...
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Juan Antonio Mosquera
attached image...

[image: windNoData.JPG]
thanks.

El miércoles, 5 de diciembre de 2018, 14:37:00 (UTC+1), Pat escribió:
>
> I will have to see if I can do this since I show the data from MQTT 
> directly. 
>
> When you do not have wind data, what does it show?
>
>
> On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera 
> wrote:
>
> A suggestion.
>
> With the driver of the WMR300 it seems that there are times when it does 
> not send wind data. In this case it would be interesting if the template 
> always shows the last data so that wind direction and burst data always 
> appear, how do you see Pat?
>
> Greetings and thanks.
>
> El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>
> Some more thoughts on troubleshooting:
>
> 1) Is your error log the full output of the error section?
> 2) Based on this comment in one of the GitHub issues 
> ,
>  
> if you open skins/Belchertown/skin.conf and change NONE = 0 (instead of 
> "N/A") in *[[StringFormats]]*
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Pat
I will have to see if I can do this since I show the data from MQTT 
directly. 

When you do not have wind data, what does it show?


On Wednesday, December 5, 2018 at 4:21:57 AM UTC-5, Juan Antonio Mosquera 
wrote:
>
> A suggestion.
>
> With the driver of the WMR300 it seems that there are times when it does 
> not send wind data. In this case it would be interesting if the template 
> always shows the last data so that wind direction and burst data always 
> appear, how do you see Pat?
>
> Greetings and thanks.
>
> El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>>
>> Some more thoughts on troubleshooting:
>>
>> 1) Is your error log the full output of the error section?
>> 2) Based on this comment in one of the GitHub issues 
>> ,
>>  
>> if you open skins/Belchertown/skin.conf and change NONE = 0 (instead of 
>> "N/A") in *[[StringFormats]]* does it fix your issue?
>>
>> If so, I'd like to do more testing since I haven't been able to replicate 
>> this issue.
>>
>> Is your database sqlite?
>>
>>
>>
>> On Sunday, December 2, 2018 at 5:55:23 PM UTC-5, Chris Plant wrote:
>>
>> Well i reimaged my pi to start from scratch and im still getting the 
>> errors.  I ran a db check for Nulls and it didnt find any.
>>
>> pi@raspberrypi:~/Downloads $ wee_database --check
>> Using configuration file /etc/weewx/weewx.conf
>> Using database binding 'wx_binding', which is bound to dat
>>
>> ...
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] New install problems raspberry p.i E: Unable to locate package weewx

2018-12-05 Thread Rob Field
Noob linux user, trying hard to breakthrough the pain barrier.
I'm following as best I can the instructions but having grief.
I know we are supposed to use Python 2.7 and not Python 3.
Should I have dealt with that first or AFTER I installed weewx - is that 
the reason I get this problem.. but I think not at this point.

e.g. I've downloaded the very latest Raspian, and running on a very old Pi2 
- so far that worked.

I then did this..

wget -qO - http://weewx.com/keys.html | sudo apt-key add -
wget -qO - http://weewx.com/apt/weewx.list | sudo tee 
/etc/apt/sources.list.d/weewx.list


Followed by..

sudo apt-get update


pi@raspberry:~$ sudo apt-get update
... .. blah blah .. 
Reading packing lists... Done


sudo apt-get install weewx

pi@raspberry:~$ sudo apt-get install weewx
Reading packing lists... Done
Building dependancy tree
Reading state information... Done
E: Unable to locate package weewx
pi@raspberry:~$

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-05 Thread Juan Antonio Mosquera
A suggestion.

With the driver of the WMR300 it seems that there are times when it does 
not send wind data. In this case it would be interesting if the template 
always shows the last data so that wind direction and burst data always 
appear, how do you see Pat?

Greetings and thanks.

El lunes, 3 de diciembre de 2018, 0:20:53 (UTC+1), Pat escribió:
>
> Some more thoughts on troubleshooting:
>
> 1) Is your error log the full output of the error section?
> 2) Based on this comment in one of the GitHub issues 
> ,
>  
> if you open skins/Belchertown/skin.conf and change NONE = 0 (instead of 
> "N/A") in *[[StringFormats]]* does it fix your issue?
>
> If so, I'd like to do more testing since I haven't been able to replicate 
> this issue.
>
> Is your database sqlite?
>
>
>
> On Sunday, December 2, 2018 at 5:55:23 PM UTC-5, Chris Plant wrote:
>
> Well i reimaged my pi to start from scratch and im still getting the 
> errors.  I ran a db check for Nulls and it didnt find any.
>
> pi@raspberrypi:~/Downloads $ wee_database --check
> Using configuration file /etc/weewx/weewx.conf
> Using database binding 'wx_binding', which is bound to dat
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.