No, I was asking for the driver-level stuff and how you were mapping the 
sensor values into the weewx schema.

Some questions:

   - First - what version of the driver are you running, so we can look at 
   the code ?


   - You have 'wn34_ch1_batt': '1.42', 'wn34_ch1_sig': '4 in your data 
   snippet but I don't see where you're mapping those elements into the db.


   - Where is extraTemp9 coming from ?  You're on channel-1 and the driver 
   generally would have mapped that to extraTemp1 automagically. Also, 
   extraWhatever9 is not in the default schema either.  Did you do something 
   to extend the schema too ? 
   
(my guess is that if you change channels on the sensor to anything from 1-8 
that the driver would seed extraTempN with data without needing to do 
anything)

I'm running an earlier version of the driver, but here's an example of 
mapping ch1 battery to batteryStatus1 in the db (again, as an example)

[GW1000]
   ip_address = x.x.x.x
   port = 45000
   poll_interval = 20
   driver = user.gw1000

   [[field_map_extensions]]
   batteryStatus1 = wh41_ch1_batt


-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/de284457-3b08-4da7-a8b2-fd338718b9d5n%40googlegroups.com.

Reply via email to