Newer
Older
homeassistant-infra / ha-configs / 151 / dashboards / deye_dashboard.yaml
title: Deye & Bateria
icon: mdi:solar-power
path: deye

views:
  - title: Przegląd
    cards:
      - type: entities
        title: 🔋 Bateria
        entities:
          - entity: sensor.inverter_deye_battery
            name: Stan baterii (SOC)
          - entity: switch.inverter_deye_battery_grid_charging
            name: Ładowanie z sieci
          - entity: number.inverter_deye_battery_grid_charging_current
            name: Prąd ładowania
      
      - type: entities
        title: ⚡ Program 1
        entities:
          - entity: time.inverter_deye_program_1_time
            name: Czas startu
          - entity: select.inverter_deye_program_1_charging
            name: Tryb
          - entity: number.inverter_deye_program_1_soc
            name: Docelowy SOC
      
      - type: entities
        title: ⚡ Program 2
        entities:
          - entity: time.inverter_deye_program_2_time
            name: Czas startu
          - entity: select.inverter_deye_program_2_charging
            name: Tryb
          - entity: number.inverter_deye_program_2_soc
            name: Docelowy SOC
      
      - type: entities
        title: ⚡ Program 3
        entities:
          - entity: time.inverter_deye_program_3_time
            name: Czas startu
          - entity: select.inverter_deye_program_3_charging
            name: Tryb
          - entity: number.inverter_deye_program_3_soc
            name: Docelowy SOC
      
      - type: entities
        title: ☀️ Solcast - Prognoza
        entities:
          - entity: sensor.solcast_pv_forecast_prognoza_na_jutro
            name: Prognoza na jutro
          - entity: sensor.solcast_pv_forecast_forecast_today
            name: Prognoza dziś
          - entity: sensor.solcast_pv_forecast_forecast_tomorrow
            name: Prognoza jutro (kWh)
      
      - type: history-graph
        title: Historia baterii
        hours_to_show: 24
        entities:
          - entity: sensor.inverter_deye_battery