I use sensors throughout the house which are able to measure temperature and absolute humidity levels. I would like to plot the dewpoint for each of these sensors (rooms). I have configured a mold indicator for one room for testing:
sensor:
- platform: mold_indicator
name: mold.livingroom
indoor_temp_sensor: sensor.livingroom_temperature
indoor_humidity_sensor: sensor.livingroom_humidity
outdoor_temp_sensor: sensor.terasse_temperature
calibration_factor: 2.0
This works. However, I am struggeling to plot the attribute dewpoint. How can I access it? Thank you!
2 posts - 2 participants