RE: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-17 Thread Graham Seward
Hi Susan I’m at a loss to understand where the problem lay but as it’s working fine with a loop delay of 15 I’m happy to leave it at that. Thank you for the note about the router advertisements and soliciting a DHCPV6 lease – I’ve fixed the problem and the syslog files are a lot easier to r

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-11 Thread Graham Seward
Thanks Susan I just set up weewx on an older RPI and that seems to be working fine, though still on delay of 15. I was wondering about the wlan and ip6 messages, thanks for giving me the solution. I had assumed it was to do with weewx. Cheers Graham Get Outlook for Android

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-09 Thread Graham
with your original driver to see what >>>> happens this time. Incidentally if I set the loop-delay to 60 secs the >>>> program doesn’t run at all – currently set at 30secs. >>>> >>>> >>>> >>>> Sorry to be a nuisance! >>

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-08 Thread vk3anz
al driver to see what >> happens this time. Incidentally if I set the loop-delay to 60 secs the >> program doesn’t run at all – currently set at 30secs. >> >> >> >> Sorry to be a nuisance! >> >> Graham >> >> >> >> *From:* weewx

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-07 Thread Graham
;> >> >> >> Sorry to be a nuisance! >> >> Graham >> >> >> >> From: weewx...@googlegroups.com On Behalf Of >> vk3...@gmail.com >> Sent: 04 April 2018 03:50 >> To: weewx-user >> Subject: Re: [weewx-user] Re: weewx

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-04 Thread vk3anz
ril 2018 03:50 > *To:* weewx-user > > *Subject:* Re: [weewx-user] Re: weewx crashes with error: unpack requires > a string of len 104 > > > > G - too long since I wrote the code and I made a stupid mistake. The > two 'loginf' lines should read > >

RE: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-04 Thread Graham Seward
@googlegroups.com On Behalf Of vk3...@gmail.com Sent: 04 April 2018 03:50 To: weewx-user Subject: Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104 G - too long since I wrote the code and I made a stupid mistake. The two 'loginf' lines should read

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-03 Thread vk3anz
G - too long since I wrote the code and I made a stupid mistake. The two 'loginf' lines should read loginf('Bad data: length = {0}'.format(len(rxData))) loginf('Bad data: "{0}"'.format(rxData)) I've attached your file with the correction in it. Sorry about that. Susan -- You received thi

RE: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-03 Thread Graham Seward
of a loss to know how. Any suggestions gratefully received. Graham. From: weewx-user@googlegroups.com On Behalf Of vk3...@gmail.com Sent: 03 April 2018 04:50 To: weewx-user Subject: Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104 First off, my

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-03 Thread Graham
Thanks Susan I will have a go at this later today. I am a newbie at Python so it will be a step forward on my learning curve! Regret Bob’s driver didn’t do the trick but I’m grateful to him for the help. Graham Sent from my iPad > On 3 Apr 2018, at 04:49, vk3...@gmail.com wrote: > > First off,

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-02 Thread vk3anz
First off, my apologies to all - given the subject line I completely missed that this question was related to my HP1000 driver. Given the line number, you are using the latest version of the driver (I note that the driver that Bob provides above is based on the earlier version). Is it possible t

Re: [weewx-user] Re: weewx crashes with error: unpack requires a string of len 104

2018-04-02 Thread Graham
Thanks Bob I’ll be giving a try tomorrow. Graham Sent from my iPad > On 2 Apr 2018, at 19:00, rmc...@gmail.com wrote: > > > >> On Monday, April 2, 2018 at 11:21:05 AM UTC-4, Graham Seward wrote: >> Thanks Bob >> I look forward to seeing it - like you though I'm not a programmer and not >> su