On Saturday, January 7, 2017 at 12:11:58 PM UTC-5, Jamie Borget wrote:
>
> I can even see a raw packet that starts with temperature.0002651.*
>
> raw packet: {'temperature.00002651.24C86E077FD8': 13.5, 
> 'usUnits.00002651.24C86E077FD8': 1, 'dateTime.00002651.24C86E077FD8': 
> 1483808097, 'barometer.00002651.24C86E077FD8': 30.74, 
> 'bridge_id.00002651.24C86E077FD8': '24C86E077FD8', 'dateTime': 1483808097, 
> 'humidity.00002651.24C86E077FD8': 74.0, 'windspeed.00002651.24C86E077FD8': 
> 0.0, 'sensor_type.00002651.24C86E077FD8': '5N1x38', 
> 'sensor_id.00002651.24C86E077FD8': '00002651', 
> 'battery.00002651.24C86E077FD8': 0, 'usUnits': 1, 
> 'rssi.00002651.24C86E077FD8': 75.0}
>
> Any ideas or any additional debug I can put in to try and find the 
> solution?  
>

jamie,

instead of this:

    outTemp = temperature.00002651*

use this:

    outTemp = temperature.00002651.*

the glob matching applies within each part of the tuple, so periods are 
required to distinguish each part of the tuple.

m
 

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to