Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUPPORT] Anker Solarbank #630

Open
Daniel66312 opened this issue May 11, 2024 · 3 comments
Open

[SUPPORT] Anker Solarbank #630

Daniel66312 opened this issue May 11, 2024 · 3 comments
Labels
support Author needs help with configuration

Comments

@Daniel66312
Copy link

How I can add another solarbank?

I have 2 Anker Solarbanks and can't add both.

@Daniel66312 Daniel66312 added the support Author needs help with configuration label May 11, 2024
@aperoap2
Copy link

Have you found a solution? I have the same problem.

@Daniel66312
Copy link
Author

Daniel66312 commented May 19, 2024

I use the individual1 and individual2 for the Solarbank and PV input from the microinverter. But I doesn't own a wallbox. For the state of Charge I use a second card below.

Looks like this:

type: custom:energy-flow-card-plus
entities:
grid:
entity:
consumption: sensor.strom_eg_aktuell
secondary_info:
entity: sensor.strom_eg_bezug
template: ''
energy_date_selection: false
unit_of_measurement: KWh
invert_state: false
use_metadata: false
power_outage: {}
solar:
name: Wechselrichter
display_zero_state: true
icon: mdi:battery-high
secondary_info:
entity: sensor.solarbank_e1600_ersatz_r_solarleistung
template: ''
color_icon: false
color_value: true
entity: sensor.mi80_microinverter_ble_ac_leistung
home:
icon: mdi:home
individual1:
entity: sensor.solarbank_e1600_n_l_einspeiseleistung
secondary_info:
entity: sensor.solarbank_e1600_n_l_solarleistung
icon: mdi:solar-panel
inverted_animation: true
icon: mdi:battery
name: Solarbank 1
individual2:
entity: sensor.solarbank_e1600_ersatz_r_einspeiseleistung
inverted_animation: true
secondary_info:
entity: sensor.solarbank_e1600_ersatz_r_solarleistung
icon: mdi:battery
unit_white_space: true
name: Solarbank 2
icon: mdi:battery
clickable_entities: true
display_zero_lines: true
use_new_flow_rate_model: true
energy_date_selection: false
wh_decimals: 1
kwh_decimals: 2
min_flow_rate: 1
max_flow_rate: 6
max_expected_energy: 2000
min_expected_energy: 10
wh_kwh_threshold: 1000

Screenshot_20240520_092612_Home Assistant.jpg

@aperoap2
Copy link

aperoap2 commented May 20, 2024

Hi,
This works for the design, but unfortunately it doesn't work for the calculation. 2 inverters produce, the smart meter only gives one value for export or inport. The power-flow-card-plus only uses 1 inverter and the house consumption is zero as long as both produce.

the consumption here is 368 W.
Bild 20 05 24 um 10 28

type: custom:power-flow-card-plus
entities:
battery:
entity: sensor.battery_lade_entladeleistung
state_of_charge: sensor.battery_batterieladung
name: Batterie
invert_state: true
grid:
entity: sensor.power_meter_wirkleistung
invert_state: true
solar:
entity: sensor.inverter_eingangsleistung
display_zero_state: true
color_icon: false
use_metadata: false
color_value: false
invert_state: false
secondary_info: {}
name: KTL 6
home: {}
fossil_fuel_percentage:
entity: sensor.electricity_maps_co2_intensitat
name: CO2-Fussabdruck
icon: mdi:wind-power
color_value: false
display_zero: true
display_zero_state: true
use_metadata: false
unit_white_space: false
individual:
- entity: sensor.inverter_eingangsleistung_2
inverted_animation: true
name: 2KTL
show_direction: true
clickable_entities: true
display_zero_lines:
mode: show
transparency: 50
grey_color:
- 189
- 189
- 189
use_new_flow_rate_model: true
w_decimals: 0
kw_decimals: 2
min_flow_rate: 0.75
max_flow_rate: 6
max_expected_power: 2000
min_expected_power: 0.01
watt_threshold: 10000
transparency_zero_lines: 0
title: Huawei Solar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Author needs help with configuration
Projects
None yet
Development

No branches or pull requests

2 participants