I'm trying to make a small indoor temperature/humidity station that will generate a report online.
- I have an RPi 3 with a DHT22/AM2302 using GPIO22.
- Weewx is running with the Simulator station_type.
- Reports are being generated with NGINX serving them.
- sudo tail -f /var/log/syslog generates the following:
Jul 25 17:28:39 /weewxd: extrasensors: found humidity value of 41.400001525878906 %
Jul 25 17:28:39 /weewxd: extrasensors: found temperature value of 24.299999237060547 C
- I used eyesnz/weewx_pi_sensors
So, Weewx is getting the data, but I'm not sure how to get it into the reporting. I don't have a physical weather sensor and all I want is the indoor temp/humidity. I'm guessing I need to use some other device/driver set up than the simulator. I've seen posts with people using additional/replacement sensors (like the DHT22) but not only using the DHT22.
I'm hoping this is a quick-stupid answer.
Thom K.