Hi,
I integrated my E3/DC Hauskraftwerk One as well as the Power Flow Card Plus in my Home Assistant System.
This is the code at the moment:
type: custom:power-flow-card-plus entities: battery: entity: sensor.s10x_battery_charge state_of_charge: sensor.s10x_state_of_charge grid: entity: sensor.s10x_consumption_from_grid solar: entity: sensor.s10x_solar_production display_zero_state: true icon: "" home: entity: sensor.s10x_house_consumption name: Haus clickable_entities: true display_zero_lines: true use_new_flow_rate_model: true w_decimals: 0 kw_decimals: 3 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 sort_individual_devices: false
My first problem ist, that the charge of the battery goes into the wrong direction, it flows from the battery to the home.
My second problem: How and where can I integrate the the entities
sensor.s10x_battery_discharge and sensor.s10x_export_to_grid?
Thank you so much in advance für your help.