B-Hartley

Results 26 comments of B-Hartley

Yes, that's pretty much what I did. Thanks

It would be........ ``` sensor: - platform: template sensors: solcast_forecast_tomorrow_total: friendly_name: "Solcast Forecast Tomorrow - Total" value_template: "{{ state_attr('sensor.solcast_forecast','Tomorrow') | float + state_attr('sensor.solcast_forecast_2','Tomorrow') | float }}" unit_of_measurement: "kWh" unique_id: "xxxxxxxxxxxxx"...

There's a bit more to it than that. You have to actually change the code inside the custom component. Take a look at my solcastx custom component. https://github.com/B-Hartley/bruces_homeassistant_config/tree/main/custom_components/solcastx Strangely, I'm...

Setup: Solaredge Panels & Inverter Tesla Powerwall & Gateway I couldn't get BATTERY_DATA or BATTERY_SUMMARY to execute? I'm doing this from the services screen in home assistant. What parameters do...

Sorry. intended to raise on v3 beta.