I am successfully running weewx on a Raspberry Pi 3 using a Fine Onset wh1080 weather station. I have noticed over time that the humidity reading from the wh1080 is not accurate, therefore I installed a dht22 sensor and connected it the Rasperry Pi via the gpio interface. I have modified a service , "data_services = user.dht22.DHT22Service" to read and store the data in the archive table at extraTemp1 and extraHumid1. Since the humidify sensor is bad on my wh1080, i would like to write the humidify data, from the dht22, to outHumidity. That way I will not need to customize any reports to use the correct humidify column from the archive table. I know how to write the outHumidify in my data_services routine, but i expect it will be overwritten when weewx reads from the wh1080. I would expect that I need to modify the fousb driver, can someone point me to the correct code, or documentation, that would explain the change. I am not a python programmer. An "Old IBM 360 Assembler programmer" appreciates the help. Thanks.
-- 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.
