[weewx-user] Re: sqlite to mySql problem

2017-03-01 Thread Craig Thom
It's a desktop PC running Windows 10. It's on most of the time, but I was playing. I don't remember the steps I did to get the MASTER/SLAVE replication going, other than step by step having to learn what everything meant. Here are a few tips: If you are running mysql on a Raspberry Pi or any

[weewx-user] Re: parsing from csv file

2017-03-01 Thread mwall
On Wednesday, March 1, 2017 at 2:32:28 PM UTC-5, Frank Johnson wrote: > > ok now im confused (big time) here is my log file and looks like it should > work so what is it looking for... > frank, the code i posted is not tested, and in fact is not correct. this is closer: with

[weewx-user] Re: owfs wireless ?

2017-03-01 Thread Ralph Underwood
Good suggestion. I can't wait for the ice and snow to be gone for a day or two and get the sensor down where I can really troubleshoot what is wrong. Everything is working great with that sensor disconnected. It could also be a problem with AD converter on the Hobby Board's anemometer board.

[weewx-user] Re: WMR88 (WMR100): Get notification in syslog of low.batt from temp.sensors

2017-03-01 Thread mwall
On Wednesday, March 1, 2017 at 3:42:19 PM UTC-5, Per Edström wrote: > > > > > > * #_record['extraBatteryStatus%d' % (channel)] = (packet[0] & > 0x40) >> 6B = (packet[0] & 0x40) >> 6if B == > 1:syslog.syslog(syslog.LOG_DEBUG,

[weewx-user] Re: extraBattery Status for extra sensor

2017-03-01 Thread mwall
it looks like the wmr200 puts all of the battery status indicators into a single 'status' packet. this is different from the wmr100 and wmr9x8, where each packet contains battery status. please enable debug for the status packets too: debug = 1 [WMR200] ... debug_packets_raw = 1

[weewx-user] Re: WMR200: Help me to find "low batt."-bits in the d9-packet

2017-03-01 Thread mwall
On Wednesday, March 1, 2017 at 3:37:21 PM UTC-5, Per Edström wrote: > > Well, this is a running system and some sensors are placed in > hard-to-get-places so I don't want to mess with them right now. > Maybe if I change my WMR928 for a new WMR200.. > only the middle 4 bytes matter - the first

Re: [weewx-user] Re: Repsonsive Skin - Australian Weather Network data

2017-03-01 Thread Glenn McKechnie
Okay. Nailed it, the weird rainfalls and NaN barometer readings that is. Turns out there's another disbeliever in the "No wind, No direction" camp. They'll only accept an ordinal direction in the $WL_WINDDIR field. The weewx default of - N/A (or tested variants such as na, -, ' ') are not

[weewx-user] Re: parsing from csv file

2017-03-01 Thread Frank Johnson
ok now im confused (big time) here is my log file and looks like it should work so what is it looking for... csv file = 78.1,20.0,26.5 log file says Mar 1 14:15:33 raspberrypi weewx[1706]: pond: found values of ['78.1', '20.0', '26.5\n'] Mar 1 14:15:33 raspberrypi weewx[1706]: engine:

[weewx-user] Re: Selection of USB/RS232 device to RPI. To control WMR 928

2017-03-01 Thread Per Edström
Well, I don't have RPi3 but an eBox 3350 but I don't see why it shouldn't work on RPi3.. -- 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] Re: WMR200: Help me to find "low batt."-bits in the d9-packet

2017-03-01 Thread Per Edström
Well, this is a running system and some sensors are placed in hard-to-get-places so I don't want to mess with them right now. Maybe if I change my WMR928 for a new WMR200.. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

[weewx-user] Re: Selection of USB/RS232 device to RPI. To control WMR 928

2017-03-01 Thread Per Edström
I have WMR928 with a RS232-to-USB and it works fine. Have been running for many years. I run Ubuntu 10.04. Sometimes the /dev/ttyUSB0 changes to /dev/ttyUSB1 so Weewx lost contact but I solved that by adding a device-link that points to the current USB-device.. -- You received this message

[weewx-user] WMR88 (WMR100): Get notification in syslog of low.batt from temp.sensors

2017-03-01 Thread Per Edström
1. Go to: /usr/share/weewx/weewx/drivers 2. Edit wmr100.py 3. Find section and insert (bold text): elif channel >= 2: # If additional temperature sensors exist (channel>=2), then # use observation types 'extraTemp1', 'extraTemp2', etc.

[weewx-user] Re: parsing from csv file

2017-03-01 Thread gjr80
Hi, event.record['inTemp'] should be numeric but line[0] is a string. Try converting line[0] to a float using float(line[0]). Likewise for inHumidity and barometer. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this

[weewx-user] Re: owfs wireless ?

2017-03-01 Thread wysiwyg
Sorry, miswriting. I meant transil diode, not transit. Le mardi 28 février 2017 22:11:15 UTC+1, wysiwyg a écrit : > > Hi! By the way, I'm a bit surprised a spike on network reaches the supply > of your wind sensor but if you face such issues, you may use a transit > diode (select a voltage

[weewx-user] Selection of USB/RS232 device to RPI. To control WMR 928

2017-03-01 Thread Torbjørn Aasen
Hi I'll try to set up 3 pieces WMR928 with Raspberry RPi3 These are the only RS232 output and not USB. Need a transition from RS232 to USB that fits onto RPi3 Attaching a picture of one I found online. Will it work or is it something else that ensure safer or not least cheaper to use.