title: Routeur Solaire cards: [] type: sections sections: - type: grid column_span: 1 cards: - type: horizontal-stack cards: - type: gauge entity: sensor.rsolaire_edf name: EDF needle: true severity: green: 0 yellow: 400 red: 1000 min: 0 max: 2000 - type: gauge entity: sensor.rsolaire_prodsolaire name: Production Solaire max: 3000 min: 0 needle: true severity: green: 3000 yellow: 200 red: 0 - type: custom:apexcharts-card view_layout: column_span: 2 experimental: brush: true update_interval: 5min update_delay: 10min graph_span: 24h header: show: false title: Routage colorize_states: true all_series_config: type: area curve: smooth series: - entity: sensor.rsolaire_prodsolaire name: Solaire float_precision: 0 stroke_width: 2 color: rgb(255, 195, 0) opacity: 1 group_by: duration: 5min func: avg show: extremas: max legend_value: false in_brush: true in_chart: true - entity: sensor.rsolaire_puissancevar name: Variateur float_precision: 0 stroke_width: 2 color: rgb(0, 153, 255) opacity: 0.2 group_by: duration: 5min func: avg show: legend_value: false in_brush: true in_chart: true - entity: sensor.rsolaire_edf name: EDF float_precision: 0 stroke_width: 2 color: rgb(255, 51, 0) group_by: duration: 5min func: avg show: extremas: max legend_value: false in_brush: true in_chart: true - type: grid cards: - type: vertical-stack cards: - type: custom:entity-progress-card entity: sensor.rsolaire_puissancevar min_value: 0 max_value: 2000 name: Puissance Variateur decimal: 0 theme: optimal_when_high bar_size: medium height: 46px - type: custom:entity-progress-card entity: sensor.rsolaire_consignevar1 min_value: 0 max_value: 100 name: Consigne Variateur 1 bar_size: medium height: 46px - type: custom:entity-progress-card name: Consigne Variateur 2 min_value: 0 max_value: 100 entity: sensor.rsolaire_consignevar2 bar_size: medium height: 46px - type: tile entity: switch.arret_variateur_1 features_position: bottom vertical: false name: Arrêt Var 1 show_entity_picture: false - type: tile entity: switch.forcage_variateur_1 features_position: bottom vertical: false name: Forçage Var 1 - type: tile entity: switch.arret_variateur_2 features_position: bottom vertical: false name: Arrêt Var 2 - type: tile entity: switch.forcage_variateur_2 features_position: bottom vertical: false name: Forçage Var 2 - type: thermostat entity: climate.routeur_solaire_thermostat_cumulus grid_options: columns: 6 rows: 3 - type: custom:mushroom-select-card entity: select.offset_edf name: Offset EDF tap_action: action: none hold_action: action: none double_tap_action: action: none - type: custom:mushroom-select-card name: Offset Batterie tap_action: action: none hold_action: action: none double_tap_action: action: none entity: select.offset_edf_2 - type: tile features_position: bottom vertical: false name: Mode Batterie entity: switch.none_mode_batterie icon: mdi:battery-charging-60 - type: tile entity: sensor.rsolaire_firmwareversion features_position: bottom vertical: false name: Version Firmware - type: tile entity: sensor.rsolaire_puissancevar_kwh features_position: bottom vertical: false name: Énergie sauvée hide_state: false show_entity_picture: false state_content: "{{ (states(entity) | float) | round(0) | int }} kWh"