All Projects → dolezsa → thermal_comfort

dolezsa / thermal_comfort

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to thermal comfort

feels
🌀 Calculate apparent temperature using heat index, approximate wet-bulb globe temperature, humidex, australian apparent temperature and wind chill.
Stars: ✭ 25 (-92.24%)
Mutual labels:  heat-index, dew-point
comfort tool
CBE Thermal Comfort Tool for ASHRAE-55
Stars: ✭ 78 (-75.78%)
Mutual labels:  thermal-comfort

thermal_comfort

hacs_badge GitHub release (latest by date)

Thermal Comfort provides a variety of thermal indices and thermal perceptions including feels like temperatures in numeric and textual representation for Home Assistant.

Sensors:

Full list 2.1 / 1.5 / master

Numeric Indices

Thermal Comfort provides numerical indices like dew point, frost point, absolute humidity and moist air enthalpy that are numeric values usable for further automations but also human readable. e.g. dew point tells the temperature to which air must be cooled to produce dew on a surface.

Bio Indices / Perception

Thermal Comfort also provides a variety of bio indices like humidex or heat index giving numeric values of human perceived temperatures (feels like temperature). In addition we also provide textual perception sensors that describe the range of an index in human readable form e.g. comfortable or uncomfortable.

Custom Icons

Usage

To use Thermal Comfort check the documentation for your preferred way to setup sensors.

UI/Frontend (Config Flow) 2.1 / 1.5 / master

YAML 2.1 / 1.5 / master

Installation

Requirements

2.1

Home Assistant >= 2023.2.0

1.5

Home Assistant >= 2021.12.0

master

Home Assistant >= 2023.2.0

Using HACS (recommended)

This integration can be installed using HACS. To do it search for Thermal Comfort in the integrations section.

Manual

To install this integration manually you can either

  • Use git:
git clone https://github.com/dolezsa/thermal_comfort.git
cd thermal_comfort
# if you want a specific version checkout its tag
# e.g. git checkout 1.0.0

# replace $hacs_config_folder with your home assistant config folder path
cp -r custom_components $hacs_config_folder
  • Download the source release and extract the custom_components folder into your home assistant config folder.

Finally you need to restart home assistant before you can use it.

Custom Icons

Install Thermal Comforts icon pack.

Enable the custom icons options for your sensor in the frontend or in yaml.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].