Skip to content

A custom Lovelace card for Home Assistant that shows a bar chart that displays the current ppfd value for grow lights.

License

Notifications You must be signed in to change notification settings

maziggy/ppfdChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppfdChart

A custom dashboard card for Home Assistant that shows a bar chart that displays the current ppfd/DLI value for grow lights.

First try writing a custom card. I know it's not perfect. Any contributions, recommendations and comments are welcome!

Screenshot

Screnshot

Installation

Via HACS

  1. Ensure you have HACS installed.
  2. In Home Assistant, go to HACS > Frontend.
  3. Click the "+" button to add a new repository.
  4. Enter the repository URL: https://github.com/maziggy/ppfdChart.git.
  5. Select Dashboard as the category and Save.
  6. Once installed, add the card to your Lovelace dashboard.

or simply

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Configuration

type: custom:ppfd-custom-card
entity: input_number.grow_ppfd
light_on_entity: time.light_scheduled_on_time
light_off_entity: time.light_scheduled_off_time
refresh_interval: 1800
theme:
  bgColor: "#323335"
  cardColor: "#2c2c2e"
  textColor: "#ffffff"
  dliBgColor: "#000000"
  dliTextColor: "#ffffff"
  markerBgColor: "#f2af10"
  markerBorderColor: "#fddc34"
  markerTextColor: "#000000"
layout_options:
  grid_columns: 8
  grid_rows: auto

About

A custom Lovelace card for Home Assistant that shows a bar chart that displays the current ppfd value for grow lights.

Resources

License

Stars

Watchers

Forks

Packages

No packages published