temperature-heatmap-card
temperature-heatmap-card copied to clipboard
Temperature Hetmap for Home Assistant heatmap
Temperature Heatmap card for Home Assistant
Temperature Heatmap for Home Assistant v1.1.0
Custom card enabling Temperature Heat maps in Home Assistant. Makes it simple to visualize the temperature data in your Home Assistant, as a heatmap, in a very cool way.
About this card
- About trend icon algorithm: icons show the trend of the day compared previous two days. It's not the right way, it's just a naif implementation.
- About humidity: heatmap scale for humidity is not complete, it's just a POC!
- About footer labels: footer is in English format, sorry.
Support
Hey dude! Help me out for a couple of :beers: or a :coffee:!

Current state?
- Spaghetti code
- Need a lot of small feature that i plan
- Now with fahrenheit!
- Anyway... it works!
Installation
HACS
If you use HACS as-is, this card can be added as a custom repository. (As always, you should be careful with software which lets you pull random code from the Internet and run it)
Manual install
- Download
temperature-heatmap-card.js, place it in yourconfig/wwwdirectory. - Add
/local/temperature-heatmap-card.jsin your Resource config, type ofJavaScript Module.
Configuration using the GUI
Just add a temperature sensor a card title and play with options! The preview, sorry, don't work you should save after change an option.
Configuration using YAML
Minimal example
type: custom:temperature-heatmap-card
entity: sensor.your_sensor
title: Card Title
month_label: true/false
day_label: true/false
footer: true/false
day_trend: true/false
day_forecast: true/false add forecast
forecast_entity: enter a weather forecast sensor
force_fahrenheit: true/false
temp_adj: numeric_value (+- adj temperture of forecast by the value entered)
decimal_point: true/false
About me
My real name is Vanni Brutto, for friends... just call me Zanac
General thanks
- Home Assistant
- kandsten that make ha-heatmap-card that i use to get some idea of how to implement my card https://github.com/kandsten/ha-heatmap-card/