Nowa funkcja! Dodajemy kod od Time Of Use

Admin/ 23 kwietnia, 2024/ Dashboard/ 5Komentarze

Szybkie wprowadzenie funkcji „Time of Use” dla falownika hybrydowego Deye

W wielu krajach i regionach cena energii elektrycznej różni się w zależności od okresu czasu, zazwyczaj jest wysoka w godzinach szczytu i niższa w godzinach poza szczytem, co oznacza, że musisz płacić dodatkowe rachunki za energię elektryczną, jeśli Twoje codzienne czynności związane z jej używaniem przypadały w tym samym okresie czasu, co u większości osób.

Aby zmniejszyć rachunki za energię elektryczną naszych klientów, falowniki hybrydowe Deye posiadają 6 okresów czasowych do ładowania/rozładowywania baterii. Oznacza to, że możesz ustawić własny okres czasu, aby ładować baterię, gdy cena energii jest niska, a następnie wykorzystać ją do zasilenia obciążenia, gdy cena wzrośnie.

Zaznacz opcję „Time of Use” i wybierz okres czasu, w którym chcesz ładować swoją baterię, a bateria zostanie naładowana w tym czasie.

Na przykład, jak pokazuje poniższy obrazek, zaznaczamy „Ładowanie z sieci” w godzinach od 01:00 do 5:00 i ustawiamy poziom naładowania baterii na 80%. Oznacza to, że w tym okresie czasu, jeśli poziom naładowania baterii będzie niższy niż 80%, falownik będzie używał sieci do ładowania baterii. Kolumna „Gen” odnosi się do generatora diesla; jeśli zaznaczysz tę kolumnę, falownik będzie korzystał z generatora zamiast sieci do ładowania baterii.


Poniżej zamieszczam przykładowe kody do Home Assistant.

Falowniki 3 f – SOC

Falowniki 3 f – Napięcie

Falowniki 1f – SOC

Share this Post

5 Comments

  1. Logika Deye jest troche pokręcona.
    Ustawienie „Grid Charge” występuje w dwóch miejscach
    – na ekranie „Battery Setings” nazwijmy ją „A”
    – na podekranie „System Work Mode” nazwijmy ją „B”

    I teraz logika
    – jeśli „A” jest załączona – falownik bedzie ladować batt z GRIDU oraz PV zgodnie z ustawieniami na ekranie „System Work Mode” (jesli zaznaczymy tam opcje „B” to falownik moze ladowac batt z GRIDU oraz PV)
    – jeśli „A” jest niezaznaczona to falownik bedzie ladowac batt TYLKO Z PV zgodnie z ustawieniami na ekranie „System Work Mode” (adekwatnie jesli opcja „B” będzie tam zaznaczona to falownik moze ladowac batt TYLKO Z PV)

    Deye ma jeszcze jeden ficzer. Jeśli tryb pracy zmienimy na „Selling First” falownik będzie wysyłał do sieci produkcję z PV. Ale jeśli na ekranie „System Work Mode” zaznaczymy grid to do sieci pośle też energię z baterii.

  2. cześć. Czym się rózni falownik 3f SOC od wersji falownik 3f Napięcie?

  3. Działa tylko przy połączeniu po modbus? czy po Solarman Stick Logger da się?

    1. https://www.youtube.com/watch?v=X_ypBi7iuJc&list=PLnJxPujxyV-Tzrm0mrhX8U6BRJGsqHMad&index=4

      W tym po MQTT działa niby przez standardowy loger 😀 – nie testowalem – zbieram info przed zakupem i konfiguracja

  4. Zmodyfikowany dashboard zawiera teraz możliwość wyboru godziny programu oraz natężeń: ładowania, rozładowywania i sieci z poziomu dashboardu

    type: custom:layout-card
    layout_type: custom:grid-layout
    cards:
    – type: custom:mushroom-title-card
    title: DEYE System Mode
    alignment: center
    view_layout:
    grid-area: header
    – type: horizontal-stack
    cards:
    – type: entities
    entities:
    – entity: switch.sunsynk_toggle_system_timer
    name: System Timer
    state_color: true
    – type: entities
    entities:
    – entity: select.sunsynk_energy_pattern
    name: Energy Pattern
    state_color: true
    – type: entities
    entities:
    – entity: select.sunsynk_work_mode
    name: Work Mode
    state_color: true
    view_layout:
    grid-area: system
    – type: vertical-stack
    cards:
    – type: custom:mushroom-title-card
    title: Current Settings
    alignment: center
    – type: horizontal-stack
    cards:
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_battery_max_charge_current
    name: Max Charge
    min: 0
    max: 240
    step: 5
    hide_state: false
    grow: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_battery_max_discharge_current
    name: Max Discharge
    min: 0
    max: 240
    step: 5
    hide_state: false
    grow: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_grid_charge_battery_current
    name: Grid Charge
    min: 0
    max: 240
    step: 5
    hide_state: false
    grow: true
    view_layout:
    grid-area: current
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 1
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_1”) }} – {{
    states(„sensor.sunsynk_time_slot_2”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time1
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time1
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time1
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time1
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog1
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 2
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_2”) }} – {{
    states(„sensor.sunsynk_time_slot_3”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time2
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time2
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time2
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time2
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog2
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 3
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_3”) }} – {{
    states(„sensor.sunsynk_time_slot_4”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time3
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time3
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time3
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time3
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog3
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 4
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_4”) }} – {{
    states(„sensor.sunsynk_time_slot_5”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time4
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time4
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time4
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time4
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog4
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 5
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_5”) }} – {{
    states(„sensor.sunsynk_time_slot_6”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time5
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time5
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time5
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time5
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog5
    – type: vertical-stack
    cards:
    – type: horizontal-stack
    cards:
    – type: custom:mushroom-template-card
    primary: Program 6
    secondary: >-
    {{ states(„sensor.sunsynk_time_slot_6”) }} – {{
    states(„sensor.sunsynk_time_slot_1”) }}
    icon: mdi:timer
    multiline_secondary: false
    badge_icon: mdi:lightning-bolt
    icon_color: blue
    badge_color: green
    fill_container: true
    – type: entities
    entities:
    – entity: switch.sunsynk_system_mode_grid_charge_time6
    name: Grid Charge
    state_color: true
    – type: entities
    entities:
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_soc_time6
    name: Battery SOC
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_power_time6
    name: Power
    step: 500
    hide_state: false
    grow: true
    – type: custom:slider-entity-row
    entity: number.sunsynk_system_mode_time6
    name: Time
    min: 0
    max: 2400
    step: 100
    hide_state: false
    grow: true
    view_layout:
    grid-area: prog6
    layout:
    grid-template-columns: 2fr 2fr 2fr 2fr
    grid-template-rows: auto
    grid-template-areas: |
    „. header header .”
    „. system system .”
    „. current current .”
    „. prog1 prog2 .”
    „. prog3 prog4 .”
    „. prog5 prog6 .”
    mediaquery:
    „(max-width: 800px)”:
    grid-template-columns: auto
    grid-template-areas: |
    „header”
    „system”
    „current”
    „prog1”
    „prog2”
    „prog3”
    „prog4”
    „prog5”
    „prog6”

Leave a Comment

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *

*
*