Skip to content

Commit

Permalink
Merge pull request #411 from Roving-Ronin/development
Browse files Browse the repository at this point in the history
Documentation - Huawei
  • Loading branch information
slipx06 authored Apr 29, 2024
2 parents 4bb8c8e + 98ebba2 commit 418828b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/examples/huawei.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##################

.. note::
There will be a major update of the 'derived' sensors available with the release of the WLCRS Huawei Integration v1.4.0 that is currently in Alpha testing. A number of derived sensors will be released by factory/Huawei sensors instead.

Please report all feedback or Issues to the Discussion (Support Sections) of: https://github.com/Roving-Ronin/sunsynk-power-flow-card.

Expand Down Expand Up @@ -107,6 +108,7 @@ Example 1 - 1 x L1 1phase inverter with a 15kWh LUNA ESS battery - 2 PV strings
show_grid: true
show_battery: true
decimal_places: 2
decimal_places_energy: 2
dynamic_line_width: true
inverter:
modern: false
Expand Down Expand Up @@ -139,6 +141,10 @@ Example 1 - 1 x L1 1phase inverter with a 15kWh LUNA ESS battery - 2 PV strings
pv2_name: Inv2.S1
display_mode: 2
auto_scale: true
dynamic_colour: true
pv1_max_power: 3300
pv2_max_power: 3300
efficiency: 3
load:
colour: magenta
show_daily: true
Expand Down Expand Up @@ -267,6 +273,7 @@ Example 2 - 2 x L1 1phase inverter with a 15kWh LUNA ESS battery - 4 PV strings
show_grid: true
show_battery: true
decimal_places: 2
decimal_places_energy: 2
inverter:
modern: false
colour: grey
Expand Down Expand Up @@ -299,6 +306,13 @@ Example 2 - 2 x L1 1phase inverter with a 15kWh LUNA ESS battery - 4 PV strings
pv3_name: Inv1.S2
pv4_name: Inv2.S2
display_mode: 2
auto_scale: true
dynamic_colour: true
pv1_max_power: 3300
pv2_max_power: 3300
pv3_max_power: 3300
pv4_max_power: 3300
efficiency: 3
load:
colour: magenta
show_daily: true
Expand Down Expand Up @@ -433,6 +447,7 @@ Example 3 - 1 x M1 3phase inverter with a 15kWh LUNA ESS battery - 2 PV strings
show_grid: true
show_battery: true
decimal_places: 2
decimal_places_energy: 2
dynamic_line_width: true
inverter:
modern: false
Expand Down Expand Up @@ -465,6 +480,10 @@ Example 3 - 1 x M1 3phase inverter with a 15kWh LUNA ESS battery - 2 PV strings
pv2_name: Inv2.S1
display_mode: 2
auto_scale: true
dynamic_colour: true
pv1_max_power: 5000
pv2_max_power: 5000
efficiency: 3
load:
colour: magenta
show_daily: true
Expand Down Expand Up @@ -602,6 +621,7 @@ Example 4 - 1 x M1 3phase inverters with 2 x 15kWh LUNA ESS batteries - 2 PV str
show_grid: true
show_battery: true
decimal_places: 2
decimal_places_energy: 2
dynamic_line_width: true
inverter:
modern: false
Expand Down Expand Up @@ -634,6 +654,10 @@ Example 4 - 1 x M1 3phase inverters with 2 x 15kWh LUNA ESS batteries - 2 PV str
pv2_name: Inv2.S1
display_mode: 2
auto_scale: true
dynamic_colour: true
pv1_max_power: 5000
pv2_max_power: 5000
efficiency: 3
load:
colour: magenta
show_daily: true
Expand Down Expand Up @@ -772,6 +796,7 @@ Example 5 - 2 x M1 3phase inverters with a 15kWh LUNA ESS battery - 4 PV strings
show_grid: true
show_battery: true
decimal_places: 2
decimal_places_energy: 2
dynamic_line_width: true
inverter:
modern: false
Expand Down Expand Up @@ -806,6 +831,12 @@ Example 5 - 2 x M1 3phase inverters with a 15kWh LUNA ESS battery - 4 PV strings
pv4_name: Inv2.S2
display_mode: 2
auto_scale: true
dynamic_colour: true
pv1_max_power: 5000
pv2_max_power: 5000
pv3_max_power: 5000
pv4_max_power: 5000
efficiency: 3
load:
colour: magenta
show_daily: true
Expand Down

0 comments on commit 418828b

Please sign in to comment.