I am trying to monitor for the mold risk in a room.
The readings are currently:
Indoor Temp: 20c
Indoor Critical: 10.9c
Outdoor Temp: 7.4c
Humidity: 74%
(temp_indoor - temp_outdoor) / (temp_criticalpoint - temp_outdoor)
(20 - 7.4) / (10.9 - 7.4) = 3.6 calibration
Code I am using:
sensor:
- platform: mold_indicator
name: "Mould"
indoor_temp_sensor: sensor.esphome_web_a581fb_temperature
indoor_humidity_sensor: sensor.esphome_web_a581fb_humidity
outdoor_temp_sensor: sensor.outside_temperature
calibration_factor: 3.6
I have had this running for a day or so and it has just been stuck on 100% and hasn’t updated. How often should it poll this sensor to update the dashboard?
I have checked the logs:
2023-11-17 12:05:06.752 DEBUG (MainThread) [homeassistant.components.mold_indicator.sensor] Update state for sensor.lilly_mould
2023-11-17 12:05:06.753 DEBUG (MainThread) [homeassistant.components.mold_indicator.sensor] Dewpoint: 14.643631 °C
2023-11-17 12:05:06.753 DEBUG (MainThread) [homeassistant.components.mold_indicator.sensor] Estimated Critical Temperature: 10.733333 °C
2023-11-17 12:05:06.753 DEBUG (MainThread) [homeassistant.components.mold_indicator.sensor] Mold indicator humidity: 100