[weewx-user] Re: Driver SDR

2016-09-11 Thread mwall
On Sunday, September 11, 2016 at 12:12:22 PM UTC-4, stefano orsi wrote: > > Hi Matte, > i also tried a the 0.3 version of sdr driver. > > > i create a *classThermoSensorPacket(Packet)* similar to another pf you > example > thank you stefano. this has been incorporated into version 0.4 of the dr

[weewx-user] Re: Driver SDR

2016-09-11 Thread mwall
On Thursday, September 8, 2016 at 6:41:23 PM UTC-4, Marco Tibaldi wrote: > > it's works! >> > only the time is ahead by 2 hours exactly . ?!? > marco, are you in a timezone 2 hours from UTC? there was a bug in the sdr driver - it was interpreting utc times as local time. you must use the

[weewx-user] Re: Home automation integration XML or RESTful

2016-09-11 Thread Geoff Harris
Thanks for the thoughts on the MQTT server. Will look into it. For anyone that is interested, I hacked a version on the CSV weewx extension to make an XML output. Upside is that it gets updated every 2.5 seconds with my Vantage Pro data as thats how fast the loop data comes. Bad news is that it

Re: [weewx-user] Conversion from VWS to weewx

2016-09-11 Thread gjr80
Hi Joe, My aplogies, did mean to reply earlier. I think that proves it, trying to import VWS data from VWS produced text files (the so called 'Date Stamped File' according to the VWS manual) without some manual intervention is fraught with danger. The preferred option is to import from the VWS

[weewx-user] Re: End of my Tether

2016-09-11 Thread Andy Harrold
Hooray, it now appears to be running. The problem seems to have been in the settings of weewx.conf. As you had advised there was a problem with the altitude. I checked through the User Guide weewx.conf setup (http://www.weewx.com/docs/usersguide.htm#weewxconf) and seen that the comma should have

[weewx-user] Re: End of my Tether

2016-09-11 Thread vince
On Sunday, September 11, 2016 at 10:39:48 AM UTC-7, Andy Harrold wrote: > > Crashed out on startup. > Sep 11 18:36:14 raspberrypi weewx[8723]: engine: Caught unrecoverable > exception in engine: > Sep 11 18:36:14 raspberrypi weewx[8723]: list index out of range > Sep 11 18:36:14 raspberr

[weewx-user] Re: End of my Tether

2016-09-11 Thread Andy Harrold
Crashed out on startup. Sep 11 18:36:02 raspberrypi systemd[1]: Starting LSB: weewx weather system... Sep 11 18:36:04 raspberrypi weewx[8719]: engine: Initializing weewx version 3.5.0 Sep 11 18:36:04 raspberrypi weewx[8719]: engine: Using Python 2.7.9 (default, Mar 8 2015, 00:52:26) #012[GCC 4

Re: [weewx-user] Re: End of my Tether

2016-09-11 Thread Andy Harrold
There was a comma at the end of the altitude figure, I've removed it and will attemt to see if it now runs. On Saturday, 10 September 2016 22:19:07 UTC+1, mwall wrote: > > > > On Saturday, September 10, 2016 at 4:55:01 PM UTC-4, Andy Harrold wrote: >> >> Sorry for the screen shots, I'm using the

[weewx-user] Re: Driver SDR

2016-09-11 Thread stefano orsi
Hi Matte, i also tried a the 0.3 version of sdr driver. i create a *classThermoSensorPacket(Packet)* similar to another pf you example class ThermoSensorPacket(Packet): #2016-09-09 11:59:10 : Thermo Sensor THR228N #House Code: 111 #Channel: 2 #

Re: [weewx-user] StdArchive and archive_delay

2016-09-11 Thread Louis De Lange
Matthew Having never done packet capture before I spent a bit of time doing research on wireshark and tcpdump and it appears that it is not possible to capture packets between Observer (host 1) and WU (host 2) while running wireshark/tcpdump on a PC (host 3) - I would have to run the packet cap

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-11 Thread Allan
Den 11-09-2016 kl. 16:33 skrev Allan: Den 09-09-2016 kl. 14:46 skrev mwall: On Friday, September 9, 2016 at 8:31:07 AM UTC-4, Paul Bartholdi wrote: i pushed driver version 0.19 yesterday (commit 760d55d4a318402698e28f09a56b67db338a644f) https://github.com/weewx/weewx/commit/760d55d4a318402698

Re: [weewx-user] memleak using Byteweather theme since Weewx 2.x

2016-09-11 Thread Thomas Keffer
That's good news! Glad to help. -tk On Sun, Sep 11, 2016 at 7:38 AM, Allan wrote: > Den 10-09-2016 kl. 14:54 skrev Thomas Keffer: > >> OK, so there is clearly a leak in the text rendering algorithm on Centos >> 7. That narrows things down, but still leaves a heck of a lot of >> territory. >> >

Re: [weewx-user] memleak using Byteweather theme since Weewx 2.x

2016-09-11 Thread Allan
Den 10-09-2016 kl. 14:54 skrev Thomas Keffer: OK, so there is clearly a leak in the text rendering algorithm on Centos 7. That narrows things down, but still leaves a heck of a lot of territory. Looking through the Pillow change file

Re: [weewx-user] Re: Te923 driver is not starting anymore.

2016-09-11 Thread Allan
Den 09-09-2016 kl. 14:46 skrev mwall: On Friday, September 9, 2016 at 8:31:07 AM UTC-4, Paul Bartholdi wrote: i pushed driver version 0.19 yesterday (commit 760d55d4a318402698e28f09a56b67db338a644f) https://github.com/weewx/weewx/commit/760d55d4a318402698e28f09a56b67db338a644f the reset seems

Re: [weewx-user] Weewx on Pib

2016-09-11 Thread Andrew Milner
Weewx uploads according to the archive interval. On Sunday, 11 September 2016 08:06:31 UTC+3, vince wrote: > On Saturday, September 10, 2016 at 10:03:59 PM UTC-7, Cliff Wylie wrote: >> >> I need to change how often weewx uploads to the web, can anyone point me >> to where this implemented. >>