On Sunday, October 9, 2016 at 4:11:39 AM UTC-7, mwall wrote:
>
>
>
> On Sunday, October 9, 2016 at 2:12:51 AM UTC-4, Sam Roza wrote:
>>
>> So, while it started working and that was great-we figured out how to get 
>> all that lw301 data into weewx (yay!)-this issue with the unsupported 
>> operand crops up often, and once it does that, I don't seem to be able to 
>> properly restart weewx using systemctl.
>>
>>
> sam,
>
> please install the latest interceptor - it includes a fix for the 
> unsupported operand (conversion of the 'uv' value) as well as a proper 
> shutdown of the sockserver.
>
> m 
>

Sorry, didn't see that. 12 dropped. I will get, that loaded...

I've had it sucvcessfully collecting data for about an hour, now. It's 
publishing to Wunderground and CWOP, too. So all is well!

Note that I needed to make a change to the capture script in order for it 
to work without barfing 20 minutes of data at once, and that was the '-u' 
flag on the sed command:

~~~
#!/bin/sh

ngrep -l -q -d eth0 '0004a369e0d6' | sed -u '/mac=/!d' | xargs -n 1 curl 
http://localhost:9999 -s -d
~~~

Thanks for all the great assistance! I'm happy to have a reporting 
weatherstation, again.

-Sam

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

Reply via email to