All Projects → Limych → ha-temperature-feels-like

Limych / ha-temperature-feels-like

Licence: other
Sensor of Temperature Feels Like for Home Assistant.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ha-temperature-feels-like

wyzesense2mqtt
Configurable WyzeSense to MQTT Gateway intended for use with Home Assistant or other platforms that use MQTT discovery mechanisms.
Stars: ✭ 55 (+34.15%)
Mutual labels:  home-assistant-sensor
ha erse
Home Assistant Custom Component for ERSE
Stars: ✭ 22 (-46.34%)
Mutual labels:  home-assistant-component
tesla
Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.
Stars: ✭ 145 (+253.66%)
Mutual labels:  home-assistant-component
sensor.goveetemp bt hci
Govee Temperature/Humidity BLE Home Assistant Component
Stars: ✭ 141 (+243.9%)
Mutual labels:  home-assistant-component
home-assistant-goodwe-inverter
Experimental version of Home Assistant integration for Goodwe solar inverters
Stars: ✭ 80 (+95.12%)
Mutual labels:  home-assistant-sensor
weback-hass
Weback integration with Home Assistant
Stars: ✭ 33 (-19.51%)
Mutual labels:  home-assistant-component
ha-dsair
Daikin DS-AIR Custom Component For Home Assistant
Stars: ✭ 47 (+14.63%)
Mutual labels:  home-assistant-component
ha-dualmodegeneric
Generic thermostat capable of heating and cooling
Stars: ✭ 54 (+31.71%)
Mutual labels:  home-assistant-component
sensor.greenely
Custom component to get usage data and prices from Greenely for Home Assistant
Stars: ✭ 41 (+0%)
Mutual labels:  home-assistant-sensor
home-assistant-vaillant-vsmart
Home Assistant custom component for Vaillant vSMART.
Stars: ✭ 36 (-12.2%)
Mutual labels:  home-assistant-component
homeassistant-coronavirus-hessen
[Unmaintained] Home Assistant component to scrape the current SARS-CoV-2 data for the German state of Hessen from the website of the Hessisches Ministerium für Soziales und Integration.
Stars: ✭ 15 (-63.41%)
Mutual labels:  home-assistant-component
home-assistant-omnik-inverter
Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)
Stars: ✭ 45 (+9.76%)
Mutual labels:  home-assistant-sensor
terneo thermostat
Terneo thermostat component for Home Assistant
Stars: ✭ 24 (-41.46%)
Mutual labels:  home-assistant-component
home-assistant-garmin connect
The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.
Stars: ✭ 102 (+148.78%)
Mutual labels:  home-assistant-component
home assistant omnik solar
Home Assistant Omnik Solar sensor component
Stars: ✭ 15 (-63.41%)
Mutual labels:  home-assistant-component

Please this repo if you find it useful

Sensor of Temperature Feels Like for Home Assistant

GitHub Release GitHub Activity License

hacs Project Maintenance Support me on Patreon

Community Forum

Installation

Install from HACS (recommended)

  1. Have HACS installed, this will allow you to easily manage and track updates.
  2. Search for "Temperature Feels Like".
  3. Click Install below the found integration.

... then if you want to use configuration.yaml to configure sensor...

  1. Add temperature_feels_like sensor to your configuration.yaml file. See configuration examples below.
  2. Restart Home Assistant

Manual installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called temperature_feels_like.
  4. Download file temperature_feels_like.zip from the latest release section in this repository.
  5. Extract all files from this archive you downloaded in the directory (folder) you created.
  6. Restart Home Assistant

... then if you want to use configuration.yaml to configure sensor...

  1. Add temperature_feels_like sensor to your configuration.yaml file. See configuration examples below.
  2. Restart Home Assistant

Configuration Examples

Weather Entity Example

# Example configuration.yaml entry
sensor:
  - platform: temperature_feels_like
    source: weather.home

Independent Temperature and Humidity Entities Example

# Example configuration.yaml entry
sensor:
  - platform: temperature_feels_like
    name: 'Basement Feels Like Temperature'
    source:
      - sensor.basement_temperature
      - sensor.basement_humidity

* * *

I put a lot of work into making this repo and component available and updated to inspire and help others! I will be glad to receive thanks from you — it will give me new strength and add enthusiasm:


Patreon
or support via Bitcoin or Etherium:
Bitcoin
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts

Configuration Variables

source:
(string | list of strings) (Required)
Weather provider entity ID or climate entity ID or list of sensors entity IDs.
For calculations sensor uses temperature, humidity and wind speed values. Temperature and humidity values is required. Wind speed value is optional.
Weather provider provide all values. Climate object provide only temperature and humidity.

Note:
You can use groups of entities as a data source. These groups will be automatically expanded to individual entities.

Note:
If you specify several sources of the same type of data (for example, a weather provider and a separate temperature sensor), the sensor uses only one of them as a source (the one that will be the last in the list). Therefore, the result of calculations can be unpredictable.

name:
(string) (Optional) (Default value: name of first source + " Temperature Feels Like")
Name to use in the frontend.

unique_id
(string) (Optional)
An ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI.

Track updates

You can automatically track new versions of this component and update it by HACS.

Troubleshooting

To enable debug logs use this configuration:

# Example configuration.yaml entry
logger:
  default: info
  logs:
    custom_components.temperature_feels_like: debug

... then restart HA.

Contributions are welcome!

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We have set up a separate document containing our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this component is by Andrey "Limych" Khrolenok.

For a full list of all authors and contributors, check the contributor's page.

License

creative commons Attribution-NonCommercial-ShareAlike 4.0 International License

See separate license file for full text.


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].