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

2019-11-22 Thread Sean Jahnig
As an additional note, when i run $ usb-devices, one of the items that shows up is the acurite display: T: Bus=01 Lev=04 Prnt=08 Port=03 Cnt=02 Dev#= 10 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=24c0 ProdID=0003 Rev=00.20 S: Product=Chaney Instr

[weewx-user] Weewx errno 32 pipe error

2019-11-22 Thread Sean Jahnig
Hi, I have a RPi 4 with Acurite 010361 which has been online and reporting well for the last 3 months. All of a sudden, it is giving the below error: Nov 23 07:50:27 raspberrypi weewx[606]: restx: CWOP: Posting not enabled. Nov 23 07:50:27 raspberrypi weewx[606]: restx: WOW: Posting not enabl

Re: [weewx-user] Re: Weather API graph/plot

2019-11-22 Thread Xant
Two simple routines that can be modified to acquire API data from weather service and plot Highcharts as forecast: 1) API OpenWeatherMap https://raspberrypisig.com/blog/web/2017/02/08/graphs-in-javascript/ 2) API DarkSky https://github.com/gsim2345/highcharts-with-weather -- You received thi

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

2019-11-22 Thread Xant
Acknowledged Pyephem '$almanac.sun.alt' not suitable to extend db. Sun.py (/usr/share/weewx/weeutil/Sun.py) available within WeeWX package, but could not find documentation or supporting reference. Does someone knows how to use/call the package and input to db? (sure indeed, would need some sor

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

2019-11-22 Thread salinois
hi Xant ok, I will watch it tomorrow for the size. bye Patrick Le 22/11/2019 à 21:51, Xant a écrit : (addendum) Also to note that the image/map that you posted as PWS Logo in your WeeWX is extremely big, and not suitable to such (it takes a while to load). Thus, consider resizing. X --

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

2019-11-22 Thread Xant
(addendum) Also to note that the image/map that you posted as PWS Logo in your WeeWX is extremely big, and not suitable to such (it takes a while to load). Thus, consider resizing. X -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscr

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

2019-11-22 Thread Xant
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: r

Re: [weewx-user] OutOfSpan: Attempt to merge an accumulator whose timespan is not a subset

2019-11-22 Thread Thomas Keffer
Fixed in commit 15c7cd8 . Oddball archive intervals should now be honored. To appear in V4.0. -tk On Tue, Nov 19, 2019 at 11:17 AM Thomas Keffer wrote: > I've posted issue #469

[weewx-user] Re: Weewx on RPi Zero

2019-11-22 Thread Gary Laurance
except mine will be with a Acurite 5in1 system. On Monday, November 18, 2019 at 12:09:47 AM UTC-5, peter wrote: > > Does weewx run OK on RPi Zero W? I want to connect a Vantage Envoy to the > USB-on-the-go port. > Thanks! -- You received this message because you are subscribed to the Google Gro

[weewx-user] Re: Weewx on RPi Zero

2019-11-22 Thread Gary Laurance
I am thinking of doing the same, please let me know how it works for you and if you have any problems using the zero. On Monday, November 18, 2019 at 12:09:47 AM UTC-5, peter wrote: > > Does weewx run OK on RPi Zero W? I want to connect a Vantage Envoy to the > USB-on-the-go port. > Thanks! --

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Greg Troxel
Radek Dohnal writes: > Set up MQTT broker on a public IP address - you mean to you something like > this? - https://www.hivemq.com/blog/build-javascript-mqtt-web-application/ No, I meant 1) get a computer, perhaps virtual, that is actually on the internet, on which you are willing to ru

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

2019-11-22 Thread salinois
hello Robert and Xant thanks for your help all twice So, after more research on Website Samsung, I upgraded the firmware of my Camera IP. version 2.10 to 4.00 ( my version was very old ); After I retested with Firefox and IE : no good; with Chrome : GOOD ! why I modified skin.conf: no g

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

2019-11-22 Thread Robert Anthony Pitera
Sorry. Just trying to help. I'll stick to lurking from now on. On Thursday, November 21, 2019 at 11:07:29 PM UTC-5, Xant wrote: > > Patrick, Robert et all > > In parallel direct emails, I already have provided all the possible > "combinations" as to connect Samsung camera. As in my preliminafy

Re: [weewx-user] weewx stopped with

2019-11-22 Thread peter
This was again my fault (same as in the original report). I haven't looked at all the files that feed the database. I found the 'nan' there and removed it. I've also improved the process that writes to these external files so no 'nan' should be written anymore. Thanks for your help. Dne petek,

Re: [weewx-user] weewx stopped with

2019-11-22 Thread Thomas Keffer
Most likely, the NaN will be in the input data stream, not the database. Did you look there? On Fri, Nov 22, 2019 at 1:59 AM peter wrote: > It happened again with exactly the same error. I've deleted (manually...) > all 'Inf' values in one column but am unable to start weewx. It always > exits

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Les Niles
You could use a hosted MQTT service like https://www.cloudmqtt.com/ which gives you your own broker. It’s free for a small number of connections and inexpensive for somewhat more. Or you could get a cloud compute instance on aws or your favorite cloud provider, and install an MQTT broker there.

Re: [weewx-user] Re: Public webpage using MQTT from weewx

2019-11-22 Thread Radek Dohnal
Thanks for super explanation.. Set up MQTT broker on a public IP address - you mean to you something like this? - https://www.hivemq.com/blog/build-javascript-mqtt-web-application/ I dont want to use public MQTT (i.e. http://www.mqtt-dashboard.com/) - there is no possibility to password secure

Re: [weewx-user] weewx stopped with

2019-11-22 Thread peter
It happened again with exactly the same error. I've deleted (manually...) all 'Inf' values in one column but am unable to start weewx. It always exits with this message. I've looked for 'nan' values but there were no such entries. I'd appreciate suggestions... Station type: Vantage Vue. Dne sob