[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-26 Thread Troy Roberts
I don't know what is considered a lot but here is a snipit from the syslog: Jun 25 11:13:23 raspberrypi weewxd: bme280: BME280 data compensated_reading(id=7294ec37-8442-42eb-86bf-b93e8a0197c9, timestamp=2020-06-25 11:13:23.612755, temp=25.346 °C, pressure=1016.60 hPa, humidity=44.90 % rH) Jun

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-26 Thread Gazza
Hi Troy, Is your bme280 producing lots of entries in the syslog ?? I'm currently running my test system manually and I'm getting a 'bme280:' entry in the syslog time a loop is generated. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user"

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-26 Thread Troy Roberts
Just want to post that I resolved the issue. Looks like the [Bme280wx] section was the culprit. The "_must_have" section needed to equal a variable that was already being read by the SDR section. So, when I was defining "temperatureKeys=inTemp" and also defining the "_must_have=inTemp" this

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-26 Thread Gazza
I have no idea what is going on then, mine is working as expected with the following in weewx.conf. [Bme280wx] # Options for extension for BME280 pressure/temperature/humidity sensor temperature_must_have = outTemp humidityKeys = inHumidity pressureKeys = pressure

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-25 Thread Troy Roberts
I tried filling in the "must_have" sections with "inTemp" and it still didn't work. On Thursday, June 25, 2020 at 7:41:40 AM UTC-4, Gazza wrote: > > > 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

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-25 Thread Gazza
Just a quick followup, this thread was also about a similar issue about missing data: https://groups.google.com/forum/#!topic/weewx-user/MycfgX74P1Y The solution is to not leave the "*_must_have = " line blank, it needs to have a value. I have added outTemp to both lines and now the

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-25 Thread Gazza
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.

[weewx-user] Re: SDR and BME280 Data using Acurite Sensors

2020-06-24 Thread gjr80
Hi, It's worth noting the bme280wx service is not marked as WeeWX 4/python 3 compatible but that should not matter since it is a very simple service and you are running python2 . Can you try running WeeWX directly . This will cause WeeWX