heinemannj / huawei_solar_hems

Huawei Solar Energy Management System
Apache License 2.0
4 stars 0 forks source link

Some quirks in the Install docs #1

Open Tecnologic opened 1 day ago

Tecnologic commented 1 day ago

Hi,

thanks for ur work.

is the install there is a section mentioning: homeassistant: customize_glob: !include customize_glob.yaml customize: !include customize.yaml

where can these files be found?

For the dasboards i get this error: image layout-card is installed. Am i missing somthing else?

Tnaks

heinemannj commented 7 hours ago

a) For the moment not used by PV dashboards. You can comment out below lines or upload the both files I've uploaded this morning:

customize_glob: !include customize_glob.yaml
customize: !include customize.yaml

b) Have you restarted your Home Assistant?

If yes try the following:

Modify dashboards/420-pv/views/421-pv.yaml:

title: 421-PV
theme: dashboards
path: 421-pv
icon: mdi:solar-power-variant
type: custom:layout-card
layout_type: custom:grid-layout
badges: []

Restart HA afterwards.