Browse Source

Merge pull request #326 from B5r1oJ0A9G/patch-3

Add Home Assistant dashboard
pull/343/head
lumapu 2 years ago
committed by GitHub
parent
commit
b42510e4cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      tools/homeassistant/HomeAssistantDashboardAhoy.png
  2. 3
      tools/homeassistant/README.md
  3. 99
      tools/homeassistant/dashboard.yaml

BIN
tools/homeassistant/HomeAssistantDashboardAhoy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

3
tools/homeassistant/README.md

@ -6,4 +6,7 @@ in manual.yaml you will find the setup for manual configuration, adapt your name
in autodiscovery.yaml you will find the setup for automatic discovery of the inverter
in dashboard.yaml you will find the raw configuration of a dashboard:
![Dashboard Image](https://raw.githubusercontent.com/lumapu/ahoy/main/tools/homeassistant/HomeAssistantDashboardAhoy.png)
Note: the config might need adaption to your system (mqtt, homeassistant etc)

99
tools/homeassistant/dashboard.yaml

@ -0,0 +1,99 @@
views:
- title: Home
cards:
- type: horizontal-stack
cards:
- type: gauge
entity: sensor.inverter_ac_power
name: Inverter
max: 800
needle: false
severity:
green: 500
yellow: 100
red: 0
- type: gauge
entity: sensor.inverter_channel_1_ac_power
name: Channel 1
max: 460
- type: gauge
entity: sensor.inverter_channel_2_ac_power
name: Channel 2
max: 460
- show_name: false
show_icon: true
show_state: true
type: glance
entities:
- entity: sensor.inverter_ac_voltage
name: Voltage
- entity: sensor.inverter_frequency
name: Frequency
- entity: sensor.inverter_ac_current
name: Current
- entity: sensor.inverter_ac_power
name: Power
- entity: sensor.inverter_dc_power
name: DC Power
- entity: sensor.inverter_ac_reactive_power
name: Reactive Power
- entity: sensor.inverter_power_factor
- entity: sensor.inverter_day_yield
name: Day Yield
- entity: sensor.inverter_total_yield
name: Total Yield
- entity: sensor.inverter_efficiency
name: Efficiency
- entity: sensor.inverter_temperature
name: Temperature
- entity: sensor.inverter_uptime
name: Uptime
- entity: sensor.inverter_last_alarm
name: Status
- entity: sensor.inverter_power_limit
- entity: sensor.inverter_firmware_version
- entity: sensor.inverter_firmware_build_year
- entity: sensor.inverter_firmware_build_month_and_day
- entity: sensor.inverter_hardware_id
title: Inverter
columns: 4
- type: horizontal-stack
cards:
- show_name: false
show_icon: true
show_state: true
type: glance
entities:
- entity: sensor.inverter_channel_1_ac_voltage
name: Voltage
- entity: sensor.inverter_channel_1_ac_current
name: Current
- entity: sensor.inverter_channel_1_ac_power
name: Power
- entity: sensor.inverter_channel_1_day_yield
name: Day Yield
- entity: sensor.inverter_channel_1_total_yield
name: Total Yield
- entity: sensor.inverter_channel_1_irradiation
name: Irradiation
title: Channel 1
columns: 2
- show_name: false
show_icon: true
show_state: true
type: glance
entities:
- entity: sensor.inverter_channel_2_ac_voltage
name: Voltage
- entity: sensor.inverter_channel_2_ac_current
name: Current
- entity: sensor.inverter_channel_2_ac_power
name: Power
- entity: sensor.inverter_channel_2_day_yield
name: Day Yield
- entity: sensor.inverter_channel_2_total_yield
name: Total Yield
- entity: sensor.inverter_channel_2_irradiation
name: Irradiation
title: Channel 2
columns: 2
Loading…
Cancel
Save