This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template: | |
- sensor: | |
- name: "Solar Panel Production W" | |
unique_id: solar_panel_production_w | |
unit_of_measurement: "W" | |
icon: mdi:solar-power | |
state: > | |
{% set i1_dc_power = states('sensor.solaredge_i1_dc_power') | float(0) %} | |
{% set b1_dc_power = states('sensor.solaredge_b1_dc_power') | float(0) %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Predbat - Hold Charge Helper | |
description: "" | |
trigger: | |
- platform: state | |
entity_id: | |
- sensor.solaredge_b1_state_of_energy | |
- input_select.solaredge_command | |
- number.solaredge_i1_storage_charge_limit | |
- predbat.status | |
- switch.predbat_active |