[weewx-user] Re: Weewx errno 32 pipe error

2019-11-23 Thread Sean Jahnig

>
> Thanks for the suggestion, does this mean anything to anyone?
>

[2.770063] usb 1-1.2.4.4: New USB device found, idVendor=24c0, 
idProduct=0003, bcdDevice= 0.20

[2.770081] usb 1-1.2.4.4: New USB device strings: Mfr=0, Product=2, 
SerialNumber=0

[2.770094] usb 1-1.2.4.4: Product: Chaney Instrument

[2.780625] input: Chaney Instrument as 
/devices/platform/scb/fd50.pcie/pci:00/:00:00.0/:01:00.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4.4/1-1.2.4.4:1.0/0003:24C0:0003.0001/input/input0
[2.780828] hid-generic 0003:24C0:0003.0001: input,hidraw0: USB HID 
v1.11 Device [Chaney Instrument] on usb-:01:00.0-1.2.4.4/input0 

to me it looks like the device is connected - yet it is still giving a pipe 
error?

-- 
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/963cf3e1-4b3f-4ac7-ad57-44bceef5ec01%40googlegroups.com.


Re: [weewx-user] Data transfer from weewx

2019-11-23 Thread Thomas Keffer
Hard to say without seeing the log. See the Wiki article *Help! Posting to
weewx-user
*.

-tk

On Sat, Nov 23, 2019 at 11:38 AM Jim W.  wrote:

> I am trying to get some weather data out of weewx. In the past I have used
> this scheme:
>
>
> Created a new template called temp.txt.tmpl in the
> etc/weewx/skins/Standard directory. It's only content is: $current.outTemp
>
>
> In the skin.conf file under [CheetahGenerator] tucked in under [[ToDate]]  I
> added:
>
>
>[[[temp.txt]]]
>
> # Report that makes current outTemp available to other program
>
> encoding = strict_ascii
>
> template = temp.txt.tmpl
>
>
> From that I expected to see the data in /var/www/html/weewx/temp.txt
>
>
> In the past this has worked... but not now?
>
>
> I recently replaced my weather station with a Vantage and fresh install of
> Buster, weewx on a Rbpi3+ It all work well right out of the box! Except for
> the above mentioned issue.
>
>
> Thanks for any insight!!!
>
> --
> 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/47ea1165-c1dc-456c-bfc9-cfa513002d1e%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/CAPq0zEDGfSSy%3DscNj8u%3DCs-8jtRq%3DTa_ORi26Fwzmc%3DqACJ_kg%40mail.gmail.com.


Re: [weewx-user] Sun & Moon sine plot/graph

2019-11-23 Thread Xant
While still searching for a Sun/Moon plot solution, either to extend db or 
other means, found an interesting little piece of code: SunPlot, by 
Wilmslow Astro (https://weather.wilmslowastro.com/scripts.php).

[image: sun plot]



Embeded in Belchertown:


[image: sunplot.png]



-- 
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/a105c6f3-671d-4a7b-92a0-617f5c173ed5%40googlegroups.com.


[weewx-user] Re: One more option for Build Your Own enthusiasts

2019-11-23 Thread George Nimrodel
Hey Louis,

I'm trying to do exactly what you've done with the difference that I have 
weewx running on the RPi and I'm using only the BME280 for temperature in a 
separate enclosure.

I'm having a bit of a trouble with your code. I keep getting errors 
regarding the libraries.

I've noticed that you are not using the python 3 libraries from the 
tutorial.

I would appreciate it if you could tell me which steps you took that are 
not included in the tutorial in order for your code to work.

Any other pointers would also be appreciated

Thank in advance!

On Wednesday, December 12, 2018 at 5:53:25 AM UTC+2, Louis De Lange wrote:
>
> I recently came across a really excellent solution for putting together 
> your own weather station on the cheap with high quality sensors - and most 
> importantly a very useful weather HAT to use with a Raspberry PI to connect 
> all the sensors.
>
> It comes complete with a 4 part step by step tutorial to assemble the 
> whole station, and basic code to upload the data to and online service - 
> see link below:
>
> https://www.bc-robotics.com/tutorials/raspberry-pi-weather-station-part-1/
>
> I completed my own installation based on the instructions in the tutorial 
> and my station running on weewx is active at the link below
>
> http://peachlandweather.ca/mystation/
>
> For the outdoor portion I used a Raspberry Pi Zero W, with the weather 
> HAT.  Weewx is running indoors in a FreeBSD jail, using a stock Interceptor 
> driver.  I modified the basic upload code provided in the tutorial quite 
> extensively to generate upload loops that matched the Observer URLs 
> supported by the Interceptor driver, and also to produce derived 
> observations not included in the original code.
>
> The upload code is attached for anyone who might be interested in trying 
> to assemble their own.
>
> I   tested the results from using the station against my Vantage Pro 2 and 
> so far it seems to be pretty close - for less than 20% of the cost of a 
> Vantage Pro.
>

-- 
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/2fe4a145-275c-4094-b709-80a84980cc42%40googlegroups.com.


[weewx-user] Data transfer from weewx

2019-11-23 Thread Jim W.


I am trying to get some weather data out of weewx. In the past I have used 
this scheme:


Created a new template called temp.txt.tmpl in the etc/weewx/skins/Standard 
directory. It's only content is: $current.outTemp


In the skin.conf file under [CheetahGenerator] tucked in under [[ToDate]]  I 
added:


   [[[temp.txt]]]

# Report that makes current outTemp available to other program

encoding = strict_ascii

template = temp.txt.tmpl


>From that I expected to see the data in /var/www/html/weewx/temp.txt 


In the past this has worked... but not now?


I recently replaced my weather station with a Vantage and fresh install of 
Buster, weewx on a Rbpi3+ It all work well right out of the box! Except for 
the above mentioned issue. 


Thanks for any insight!!!

-- 
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/47ea1165-c1dc-456c-bfc9-cfa513002d1e%40googlegroups.com.


[weewx-user] MrNonoss/WeewX-Docker problems

2019-11-23 Thread Colfin22
Is anyone here running this weewx with interceptor for docker? I have a few 
questions if anyone can help me

I am trying to get it running and am stumbling at the final hurdle, I have 
created the mac vlan network, have added a weewx.conf but when i 
"docker-compose up" it goes through the motions but doesn't property start. 
It just hangs like this
[root@DellT1650 weewx]# docker-compose up
Starting weewx-core ... done
Starting weewx-web ... done
Attaching to weewx-core, weewx-web

Any help would be great

-- 
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/357639ae-27d4-494e-ab1c-96820aa8e06f%40googlegroups.com.


Re: [weewx-user] Re: connect camera IP on belchertown skin

2019-11-23 Thread salinois

ok Xant

this not the good image that you see, pb config url

to be continue

Patrick

Le 22/11/2019 à 21:40, Xant a écrit :


Patrick

Is this an static Image, other than a direct snapshot from camera? 
(image doesnt seems to update)


Anyhow, in "skin.conf", just replace radar_html to point to camera/image:

Original:

radar_html = "http://appnea.net:8000/stream.mjpg"; 
width="480" height="360">"


To something like:

radar_html = "http://jurassikpat.ddns.net/weewx/belchertown 
" width="480" 
height="360">"


Try to also adjust to a similar viewing format from Belchertown skin, 
as it is horizontal instead of vertical.


Also to note that can make use of "index_hook"s to insert image, radar 
or other.

--
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/3abdf81e-d0b5-4f59-bf89-5fe987d4b247%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/e36767bc-cc72-8637-cf03-1ba280fbdcc8%40gmail.com.


[weewx-user] Re: Weewx errno 32 pipe error

2019-11-23 Thread vince
Running 'dmesg' usually helps provide good information that helps diagnose 
some issues.

-- 
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/7c00c513-e1fd-4a9e-94ac-9313318a6349%40googlegroups.com.


Re: [weewx-user] weewx error message

2019-11-23 Thread Thomas Keffer
Just upgrade. It will probably be painless. If not, we are happy to help.

-tk

On Sat, Nov 23, 2019 at 9:23 AM Chris Thompstone 
wrote:

> Thanks TK,
> is there just a correction in the code I can quickly change, or is it more
> complicated than that?
>
> In which case I ought to upgrade to the latest version
>
> Chris
>
> --
> 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/2c258daa-af97-4911-bddb-86e439f99f69%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/CAPq0zEAr3RorwL60W%2BXNAyV8JfSwBbWRUYcDfGDOFObZ5PLsoQ%40mail.gmail.com.


Re: [weewx-user] weewx error message

2019-11-23 Thread vince
On Saturday, November 23, 2019 at 9:22:59 AM UTC-8, Chris Thompstone wrote:
>
> is there just a correction in the code I can quickly change, or is it more 
> complicated than that?
>
> In which case I ought to upgrade to the latest version
>
>
>
In general it's always wise to just update to current so you have a setup 
that matches 'some' known version of weewx, in case you need future 
support.or at least to the current version of your specific station's 
driver.

-- 
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/72a0a3d5-df99-468c-8d26-542037c7f61d%40googlegroups.com.


Re: [weewx-user] weewx error message

2019-11-23 Thread Chris Thompstone
Thanks TK,
is there just a correction in the code I can quickly change, or is it more 
complicated than that?

In which case I ought to upgrade to the latest version

Chris

-- 
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/2c258daa-af97-4911-bddb-86e439f99f69%40googlegroups.com.


Re: [weewx-user] weewx error message

2019-11-23 Thread Thomas Keffer
Hi, Chris

This is a bug that was fixed in V3.7.0, released 11-March-2017.

If you decide to upgrade, be sure to read the *Upgrade Guide
* first. Not
much has changed, but there are a few little details.

-tk

On Sat, Nov 23, 2019 at 4:17 AM Chris Thompstone 
wrote:

> Hi guys,
> am running v3.5.0 with ultimeter 2100 system on a Raspberry Pi4
>
> Weewx just stopped on me with this message:
>
> Nov 23 06:11:34 weewx weewx[373]: File
> "/home/weewx/bin/weewx/engine.py", line 182, in run
> Nov 23 06:11:34 weewx weewx[373]:   for packet in
> self.console.genLoopPackets():
> Nov 23 06:11:34 weewx weewx[373]: File
> "/home/weewx/bin/weewx/drivers/ultimeter.py", line 142, in genLoopPackets
> Nov 23 06:11:34 weewx weewx[373]: 
> self._augment_packet(packet)
> Nov 23 06:11:34 weewx weewx[373]: File
> "/home/weewx/bin/weewx/drivers/ultimeter.py", line 148, in _augment_packet
> Nov 23 06:11:34 weewx weewx[373]:   packet['rain'] =
> packet['long_term_rain'] - self.last_rain
> Nov 23 06:11:34 weewx weewx[373]:   TypeError: unsupported operand
> type(s) for -: 'NoneType' and 'float'
> Nov 23 06:11:34 weewx weewx[373]:   Exiting.
> Nov 23 06:11:34 weewx systemd[1]: weewx.service: Main process exited,
> code=exited, status=1/FAILURE
> Nov 23 06:11:34 weewx systemd[1]: weewx.service: Failed with result
> 'exit-code'.
>
> Any ideas what's happening here and a possible fix?
>
> Had been fine for about a week, so maybe this is just a once in awhile
> blip?
> As in doesn't happen all the time?
>
> Thanks
> Chris
>
> --
> 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/80da95fa-f0b4-4d82-8968-410c479372bb%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/CAPq0zEAZ%3Du0%3Doha-%3DivfgGNUFBd1Ny%3D1EGenUT05V%2Buwjq3Q1A%40mail.gmail.com.


[weewx-user] weewx error message

2019-11-23 Thread Chris Thompstone
Hi guys,
am running v3.5.0 with ultimeter 2100 system on a Raspberry Pi4

Weewx just stopped on me with this message:

Nov 23 06:11:34 weewx weewx[373]: File 
"/home/weewx/bin/weewx/engine.py", line 182, in run
Nov 23 06:11:34 weewx weewx[373]:   for packet in 
self.console.genLoopPackets():
Nov 23 06:11:34 weewx weewx[373]: File 
"/home/weewx/bin/weewx/drivers/ultimeter.py", line 142, in genLoopPackets
Nov 23 06:11:34 weewx weewx[373]:   self._augment_packet(packet)
Nov 23 06:11:34 weewx weewx[373]: File 
"/home/weewx/bin/weewx/drivers/ultimeter.py", line 148, in _augment_packet
Nov 23 06:11:34 weewx weewx[373]:   packet['rain'] = 
packet['long_term_rain'] - self.last_rain
Nov 23 06:11:34 weewx weewx[373]:   TypeError: unsupported operand 
type(s) for -: 'NoneType' and 'float'
Nov 23 06:11:34 weewx weewx[373]:   Exiting.
Nov 23 06:11:34 weewx systemd[1]: weewx.service: Main process exited, 
code=exited, status=1/FAILURE
Nov 23 06:11:34 weewx systemd[1]: weewx.service: Failed with result 
'exit-code'.

Any ideas what's happening here and a possible fix?

Had been fine for about a week, so maybe this is just a once in awhile blip?
As in doesn't happen all the time?

Thanks
Chris

-- 
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/80da95fa-f0b4-4d82-8968-410c479372bb%40googlegroups.com.


Re: [weewx-user] Re: Weewx -> Homepage

2019-11-23 Thread Graham Eddy
… or [[RSYNC]] section

Graham Eddy

> On 23 Nov 2019, at 9:19 pm, Andrew Milner  wrote:
> 
> configure the ftp section of standard reports in weewx.conf
> 
> 
> 
> On Saturday, 23 November 2019 11:49:59 UTC+2, Michael Stuhldreier wrote:
> Hello everyone :-) 
> 
> my Weewx is running since 1 year without errors on my raspberry pi 3b+ in my 
> local network and i can open the weather data on http://IP/weewx 
> . 
> Everything okay since here :-) 
> 
> But now i want to go online with this Weewx weather station. I can not find a 
> user guide / instruction, how to configure weewx, that every 30minutes a new 
> index.hmtl? file will be uploaded to my webspace. 
> 
> How can i do this / configure this in weewx?
> 
> Many thanks and best regards from Germany :-) 
> 
> Micha
> 
> -- 
> 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/81366d36-0155-4cb1-ac7d-67b819e7b8a1%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/B5B18540-DA5A-41E0-87A3-A7935434E8C4%40gmail.com.


[weewx-user] Re: Weewx -> Homepage

2019-11-23 Thread Andrew Milner
configure the ftp section of standard reports in weewx.conf



On Saturday, 23 November 2019 11:49:59 UTC+2, Michael Stuhldreier wrote:
>
> Hello everyone :-) 
>
> my Weewx is running since 1 year without errors on my raspberry pi 3b+ in 
> my local network and i can open the weather data on http://IP/weewx. 
> Everything okay since here :-) 
>
> But now i want to go online with this Weewx weather station. I can not 
> find a user guide / instruction, how to configure weewx, that every 
> 30minutes a new index.hmtl? file will be uploaded to my webspace. 
>
> How can i do this / configure this in weewx?
>
> Many thanks and best regards from Germany :-) 
>
> Micha
>

-- 
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/81366d36-0155-4cb1-ac7d-67b819e7b8a1%40googlegroups.com.


[weewx-user] Weewx -> Homepage

2019-11-23 Thread Michael Stuhldreier
Hello everyone :-) 

my Weewx is running since 1 year without errors on my raspberry pi 3b+ in 
my local network and i can open the weather data on http://IP/weewx. 
Everything okay since here :-) 

But now i want to go online with this Weewx weather station. I can not find 
a user guide / instruction, how to configure weewx, that every 30minutes a 
new index.hmtl? file will be uploaded to my webspace. 

How can i do this / configure this in weewx?

Many thanks and best regards from Germany :-) 

Micha

-- 
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/07982d98-446c-48f2-94e9-0812c280ee11%40googlegroups.com.