{"id":579,"date":"2024-01-01T18:14:11","date_gmt":"2024-01-01T18:14:11","guid":{"rendered":"https:\/\/hybrydaplus.pl\/?p=579"},"modified":"2024-01-01T18:15:37","modified_gmt":"2024-01-01T18:15:37","slug":"time-of-use-deye","status":"publish","type":"post","link":"https:\/\/hybrydaplus.pl\/index.php\/2024\/01\/01\/time-of-use-deye\/","title":{"rendered":"Time of use &#8211; Deye"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">Bardzo ciekawa funkcjonalno\u015b\u0107 falownik\u00f3w hybrydowych Deye, kt\u00f3ra pozwala &#8222;zaprogramowa\u0107&#8221; prac\u0119 inwentera z podzia\u0142em na godziny. <\/p>\n\n\n\n<p class=\"has-medium-font-size\">Odpowiednie ustawienie pozwala na okre\u015blenie kilku parametr\u00f3w:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-medium-font-size\">Zakres godzin w jakich dane parametry maj\u0105 by\u0107 stosowane <\/li>\n\n\n\n<li class=\"has-medium-font-size\">Stopie\u0144 na\u0142adowania\/roz\u0142adowania baterii <\/li>\n\n\n\n<li class=\"has-medium-font-size\">Moc oddawanej energii z baterii <\/li>\n\n\n\n<li class=\"has-medium-font-size\">\u0141adowanie baterii z sieci. <\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\">Sam falownik pozwala nam zarz\u0105dza\u0107 bateri\u0105 poprzez napi\u0119cia i SOC, dlatego poni\u017cej opisz\u0119 dwa sposoby wy\u015bwietlania kalendarza. <\/p>\n\n\n\n<p class=\"has-medium-font-size\">Za prawid\u0142owe wy\u015bwietlanie danych w time of use odpowiada wcze\u015bniej zainstalowany kod EspHome. Je\u017celi stosujecie kod przedstawiony <a href=\"https:\/\/hybrydaplus.pl\/index.php\/2023\/09\/29\/komunikacja-sprzet-all-in-one\/\" style=\"color: red; text-decoration: underline;\">na tej stronie<\/a>\n to nie b\u0119dzie najmniejszych problem\u00f3w z wy\u015bwietleniem naszego Time Of Use. Spos\u00f3b instalacji kodu jest ju\u017c przedstawiony <a style=\"color: red; text-decoration: underline;\" href=\"https:\/\/hybrydaplus.pl\/index.php\/2023\/10\/29\/dashboard-pierwsze-kroki\/\">w tym wpisie<\/a> , wszystkie osoby kt\u00f3re trafi\u0142y na mojego bloga pierwszy raz zapraszam do lektury. <\/p>\n\n\n\n<p><strong>Time of use &#8211; wersja SOC <\/strong> <\/p>\n\n\n\n<p>Aby u\u0142atwi\u0107 sobie prac\u0119, skorzystaj z przycisku kopiuj: <img decoding=\"async\" width=\"150\" height=\"48\" class=\"wp-image-590\" style=\"width: 150px;\" src=\"https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kopiuj.png\" alt=\"\"><\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"height-set:true lang:default decode:true \" >type: custom:layout-card\nlayout_type: custom:grid-layout\ncards:\n  - type: custom:mushroom-title-card\n    title: DEYE System Mode\n    alignment: center\n    view_layout:\n      grid-area: header\n  - type: horizontal-stack\n    cards:\n      - type: entities\n        entities:\n          - entity: switch.sunsynk_toggle_system_timer\n            name: System Timer\n        state_color: true\n      - type: entities\n        entities:\n          - entity: select.sunsynk_energy_pattern\n            name: Energy Pattern\n        state_color: true\n      - type: entities\n        entities:\n          - entity: select.sunsynk_work_mode\n            name: Work Mode\n        state_color: true\n    view_layout:\n      grid-area: system\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 1\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_1\") }} - {{\n              states(\"sensor.sunsynk_time_slot_2\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time1\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time1\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time1\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog1\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 2\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_2\") }} - {{\n              states(\"sensor.sunsynk_time_slot_3\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time2\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time2\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time2\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog2\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 3\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_3\") }} - {{\n              states(\"sensor.sunsynk_time_slot_4\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time3\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time3\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time3\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog3\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 4\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_4\") }} - {{\n              states(\"sensor.sunsynk_time_slot_5\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time4\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time4\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time4\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog4\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 5\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_5\") }} - {{\n              states(\"sensor.sunsynk_time_slot_6\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time5\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time5\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time5\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog5\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 6\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_6\") }} - {{\n              states(\"sensor.sunsynk_time_slot_1\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time6\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_soc_time6\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time6\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog6\nlayout:\n  grid-template-columns: 2fr 2fr 2fr 2fr\n  grid-template-rows: auto\n  grid-template-areas: |\n    \". header header .\"\n    \". system system .\"\n    \". prog1 prog2 .\"\n    \". prog3 prog4 .\"\n    \". prog5 prog6 .\"\n  mediaquery:\n    '(max-width: 800px)':\n      grid-template-columns: auto\n      grid-template-areas: |\n        \"header\"\n        \"system\"\n        \"prog1\"\n        \"prog2\"\n        \"prog3\"\n        \"prog4\"\n        \"prog5\"\n        \"prog6\"\n<\/pre><\/div>\n\n\n\n<p>Je\u017celi wszystko zrobili\u015bmy prawid\u0142owo to zobaczymy nasz kalendarz. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-1024x768.png\" alt=\"\" class=\"wp-image-596\" srcset=\"https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-1024x768.png 1024w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-300x225.png 300w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-768x576.png 768w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-800x600.png 800w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc-400x300.png 400w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzsoc.png 1030w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Time of use &#8211; wersja napi\u0119ciowa<\/strong> <\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"height-set:true lang:default decode:true \" >type: custom:layout-card\nlayout_type: custom:grid-layout\ncards:\n  - type: custom:mushroom-title-card\n    title: DEYE System Mode\n    alignment: center\n    view_layout:\n      grid-area: header\n  - type: horizontal-stack\n    cards:\n      - type: entities\n        entities:\n          - entity: switch.sunsynk_toggle_system_timer\n            name: System Timer\n        state_color: true\n      - type: entities\n        entities:\n          - entity: select.sunsynk_energy_pattern\n            name: Energy Pattern\n        state_color: true\n      - type: entities\n        entities:\n          - entity: select.sunsynk_work_mode\n            name: Work Mode\n        state_color: true\n    view_layout:\n      grid-area: system\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 1\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_1\") }} - {{\n              states(\"sensor.sunsynk_time_slot_2\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time1\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time1\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time1\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog1\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 2\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_2\") }} - {{\n              states(\"sensor.sunsynk_time_slot_3\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time2\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time2\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time2\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog2\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 3\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_3\") }} - {{\n              states(\"sensor.sunsynk_time_slot_4\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time3\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time3\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time3\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog3\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 4\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_4\") }} - {{\n              states(\"sensor.sunsynk_time_slot_5\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time4\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time4\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time4\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog4\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 5\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_5\") }} - {{\n              states(\"sensor.sunsynk_time_slot_6\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time5\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time5\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time5\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog5\n  - type: vertical-stack\n    cards:\n      - type: horizontal-stack\n        cards:\n          - type: custom:mushroom-template-card\n            primary: Program 6\n            secondary: &gt;-\n              {{ states(\"sensor.sunsynk_time_slot_6\") }} - {{\n              states(\"sensor.sunsynk_time_slot_1\") }}\n            icon: mdi:timer\n            multiline_secondary: false\n            badge_icon: mdi:lightning-bolt\n            icon_color: blue\n            badge_color: green\n            fill_container: true\n          - type: entities\n            entities:\n              - entity: switch.sunsynk_system_mode_grid_charge_time6\n                name: Grid Charge\n            state_color: true\n      - type: entities\n        entities:\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_v_time6\n            name: Battery SOC\n            hide_state: false\n            grow: true\n          - type: custom:slider-entity-row\n            entity: number.sunsynk_system_mode_power_time6\n            name: Power\n            hide_state: false\n            grow: true\n    view_layout:\n      grid-area: prog6\nlayout:\n  grid-template-columns: 2fr 2fr 2fr 2fr\n  grid-template-rows: auto\n  grid-template-areas: |\n    \". header header .\"\n    \". system system .\"\n    \". prog1 prog2 .\"\n    \". prog3 prog4 .\"\n    \". prog5 prog6 .\"\n  mediaquery:\n    '(max-width: 800px)':\n      grid-template-columns: auto\n      grid-template-areas: |\n        \"header\"\n        \"system\"\n        \"prog1\"\n        \"prog2\"\n        \"prog3\"\n        \"prog4\"\n        \"prog5\"\n        \"prog6\"\n<\/pre><\/div>\n\n\n\n<p>Je\u017celi wszystko zrobili\u015bmy prawid\u0142owo to zobaczymy nasz kalendarz. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"994\" height=\"773\" src=\"https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzV.png\" alt=\"\" class=\"wp-image-597\" srcset=\"https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzV.png 994w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzV-300x233.png 300w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzV-768x597.png 768w, https:\/\/hybrydaplus.pl\/wp-content\/uploads\/2024\/01\/kalendarzV-800x622.png 800w\" sizes=\"(max-width: 994px) 100vw, 994px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Bardzo ciekawa funkcjonalno\u015b\u0107 falownik\u00f3w hybrydowych Deye, kt\u00f3ra pozwala &#8222;zaprogramowa\u0107&#8221; prac\u0119 inwentera z podzia\u0142em na godziny. Odpowiednie ustawienie pozwala na okre\u015blenie kilku parametr\u00f3w: Sam falownik pozwala nam zarz\u0105dza\u0107 bateri\u0105 poprzez napi\u0119cia i SOC, dlatego poni\u017cej opisz\u0119 dwa sposoby wy\u015bwietlania kalendarza. Za prawid\u0142owe wy\u015bwietlanie danych w time of use odpowiada wcze\u015bniej zainstalowany kod EspHome. Je\u017celi stosujecie kod przedstawiony na tej stronie to nie b\u0119dzie najmniejszych problem\u00f3w z wy\u015bwietleniem naszego Time Of Use. Spos\u00f3b instalacji kodu jest<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/hybrydaplus.pl\/index.php\/2024\/01\/01\/time-of-use-deye\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":599,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-579","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dashboard"],"_links":{"self":[{"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/posts\/579","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/comments?post=579"}],"version-history":[{"count":16,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/posts\/579\/revisions"}],"predecessor-version":[{"id":598,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/posts\/579\/revisions\/598"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/media\/599"}],"wp:attachment":[{"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/media?parent=579"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/categories?post=579"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hybrydaplus.pl\/index.php\/wp-json\/wp\/v2\/tags?post=579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}