Skip to content

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)

License

Notifications You must be signed in to change notification settings

romain1206/thermal_comfort

 
 

Repository files navigation

thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)

hacs_badge

Usage

To use, add the following to your configuration.yaml file:

sensor:
  - platform: thermal_comfort
    sensors:
      livingroom:
        friendly_name: Living Room
        temperature_sensor: sensor.temperature_livingroom
        humidity_sensor: sensor.humidity_livingroom
      bathroom:
        temperature_sensor: sensor.temperature_bathroom
        humidity_sensor: sensor.humidity_bathroom
        sensor_types:
          - absolutehumidity
          - heatindex
      bedroom:
        ...

Required

  • temperature_sensor
  • humidity_sensor

Optional

  • friendly_name
  • icon_template
  • entity_picture_template
  • unique_id
  • sensor_types

sensor_types is a list of sensors that must be created. It can be any of: "absolutehumidity", "heatindex", "dewpoint", "perception". If not provided, all sensors will be created.

Screenshots

Absolute Humidity

Absolute Humidity

Dew Point

Dew Point

Heat Index

Heat Index

Thermal Perception

Thermal Perception

About

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%