Dear Weewx users.
I have a weather station (Ecowitt HP2550 clone) in which the internal temperature, pressure and humidity sensor (WN32P in Ecowitt terminology) is not working due to leaked battery. Of course, I can buy a new one, but I have a spare BME280 module at hand. Weewx runs on my Raspberry Pi which supports BME280 via I2C out-of-the-box. Is it possible to send readings from this module connected directly to the Raspberry to Weewx, and the other (wind, precipitation, etc.) from an external integrated module via WiFi? If so, how can this be achieved?
BME280 displays its readings in the logs every 2 seconds. Weewx uses almost 100% of the CPU. Is this normal? Can the frequency of readings be reduced, e.g., to every 60 seconds?
--
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+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/7e652ab9-6d88-447c-a0f4-c384e2c529b7n%40googlegroups.com.
I've installed weewx from the repository and when I tried to run the extension weewx complained about permissions to access i2c, should I need to add weewx to the i2c group with:
sudo usermod -a -G i2c weewx
Mark.