Tesla-style-power-card

Hi all,

Installed the Tesla-style-power-card (https://github.com/reptilex/tesla-style-solar-power-card) using HACS. Everything was going fine and is registered as a resource but can’t get access to the card in Lovelace. Get the info as per picture. And idea what I missed. Have a lot to learn in HA.

SOLVED, needed some extra time, came up after about 2 hours.

Bengt

Hi TR3, can you help me with your senor.yaml info and other lovelace specs?

This works fine for power-wheel-card:

type: custom:power-wheel-card
title: Power Distribution
solar_power_entity: sensor.envoy_current_energy_production
solar_icon: mdi:solar-power
grid_power_consumption_entity: sensor.importing
grid_power_production_entity: sensor.exporting
grid_icon: mdi:transmission-tower
color_icons: true

Buth the Tesla-style-power-card is much nicer!

THX for helping!