i have home assistant run on a raspberry pi. I still feel that I miss a lot of the basic and much of the explanation goes beyond my level.
i have an enphase for my solar panel, i’m sure it works just by typing the ip address in my brouser i get all the data i want. I added this text in configuration.yaml.
# Example configuration.yaml entry, limiting the metrics to production only
sensor:
- platform: enphase_envoy
ip_address: 192.168.178.12
monitored_conditions:
- production
- daily_production
- seven_days_production
- lifetime_production
but how can I read this information in lovelace? thanks for your help