I have just added this sensor to my test system and noticed that the
bme280wx extension was updated a few weeks ago to be python3 compatible
though I am still running python2.
Mine seems to be working fine, I have an SDR station with extra Onewire
sensors and now the BME280 pressure sensor.
The barometer graph and the current conditions text is getting data but I
had to edit the skins.conf to add inTemp and inHumidity back in to graphs
as I had removed those item as they were not being used.
The only other thing I had to change was the i2c address of my BME280
module, it was set to 0x77.
[Bme280wx] # Options for extension for BME280
pressure/temperature/humidity sensor
temperature_must_have = ""
humidityKeys = inHumidity
pressureKeys = pressure
pressure_must_have = outTemp
i2c_port = 1
humidity_must_have = ""
i2c_address = 0x77
usUnits = US
temperatureKeys = inTemp
Another Gary
--
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/261f08ba-1e97-4cd3-9c67-b3841b8c42c0o%40googlegroups.com.