On Sunday, March 3, 2019 at 5:38:33 PM UTC-5, Matt Gordon wrote:
>
> As a follow up to this, it would appear that the SDR driver does not play 
> nice when using two acurite sensors. in my case i was reading 
> wind/precipitation from the 5-in-1 and temp and humidity from the 2-in-1. 
>  As soon as i commented out the readings from the 2-in-1 and then 
> converted the units from the bme280 over to imperial everything behaved 
> normally.
>

please post your code for collecting data from the bme280 and for 
converting the resulting units. 

the SDR generates packets with different unit systems, depending on the 
sensors (and depending on the format - for example, for the 5n1 the old 
line format is METRIC whereas the JSON format is US).  in fact, the 5n1 
JSON packets are US, but the tower packets (is that what you mean by 
"2-in-1"?) are METRIC.

so if your bme280 code does not adapt to the unit system in each packet, 
then you will have problems such as those you report.

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

Reply via email to