Replies: 1 comment
-
|
Hi there! type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.deye_inverter_battery_power
state_of_charge: sensor.deye_inverter_battery
display_state: one_way_no_zero
invert_state: false
color_value: true
use_metadata: true
name: " "
state_of_charge_unit_white_space: false
color_icon: true
color_circle: true
display_zero_tolerance: 20
grid:
entity: sensor.deye_inverter_grid_power
secondary_info:
entity: sensor.deye_inverter_total_energy_import_cost
decimals: 2
unit_of_measurement: " "
power_outage:
entity: binary_sensor.deye_inverter_grid
state_alert: "off"
display_state: one_way
use_metadata: true
color_icon: true
color_value: true
invert_state: false
icon: mdi:transmission-tower
color_circle: true
name: " "
display_zero_tolerance: 0
solar:
entity: sensor.deye_inverter_pv_power
display_state: one_way
use_metadata: true
display_zero_state: false
invert_state: false
color_icon: true
secondary_info: {}
name: " "
color_value: false
icon: mdi:solar-power-variant
home:
entity: sensor.deye_inverter_load_power
override_state: true
subtract_individual: false
use_metadata: true
name: " "
icon: " "
secondary_info:
entity: sensor.deye_inverter_power_losses
icon: ""
fossil_fuel_percentage: {}
clickable_entities: true
display_zero_lines: null
mode: transparency
transparency: 75
grey_color:
- 189
- 189
- 189
use_new_flow_rate_model: true
w_decimals: 0
kw_decimals: 1
min_flow_rate: 0.75
max_flow_rate: 6
max_expected_power: 12000
min_expected_power: 0.01
watt_threshold: 1000
transparency_zero_lines: 0
dashboard_link: /energy
card_mod:
style:
.: >
.home span.secondary-info, .grid span.secondary-info,
span#battery-state-of-charge-text {
font-size: 90%;
color: var(--secondary-text-color) !important;
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Please help me to integrate Sunsynk Power Flow Card with my invertor Deye,
As I saw, all the entities contains deye not solarman and I can't figure out how to match them to work.
If there is someone that already have a yaml script for my invertor I will be grateful.
Many thanks in advice.
Beta Was this translation helpful? Give feedback.
All reactions