Custom dashboard templates for the custom Imeon Integration. Uses APEXCharts-card for graphs and custom gauges.
- Access Lovelace Dashboard: Click on the "Overview" tab on the sidebar to access Lovelace, Home Assistant's dashboard interface.
- Edit the Dashboard: Click on the three-dot menu in the top right corner and select "Edit Dashboard."
- Manage Dashboards: Click on the three-dot menu again and select "Manage Dashboards."
- Create a New Dashboard: Click on "Add Dashboard" to create a new one.
- Enable YAML Mode: When creating the new dashboard, toggle the "YAML Mode" option to enable it.
- Paste the template: Copy and paste the contents of
/dashboard/dashboard.yaml
in the editor. - Replace the keys: Search and replace
#INVERTER#
with the domain name of your inverter, for exampleimeon_84
.
-
What is my domain name? The domain name is the internal name given to your inverter by Home Assistant. It's based on the initial name you gave to your device, albeit formatted to avoid internal issues.
- A name such as
Imeon Inverter number 57
would give you a domain name ofimeon_inverter_number_57
. - If you're still struggling to find the domain name, check the internal name of the entities under the device. The name of each variable is
DOMAIN_variable-name
, for exampleneo_110_inverter_software_version
tells us the domain name isneo_110
.
- A name such as
-
How to install APEXCharts-card ? APEXCharts-card's README explains everything needed to install this custom ressource on your installation.