Victron Inverters

Note

PAGE UNDER DEVELOPMENT

Example 1 - Victron <MODEL> with Battery / Solar / No Grid

Integration via https://github.com/sfstar/hass-victron

  1type: custom:sunsynk-power-flow-card
  2cardstyle: full
  3large_font: false
  4title: Victron - Power Monitor
  5title_colour: White
  6title_size: 18px
  7show_solar: true
  8show_grid: true
  9show_battery: true
 10decimal_places: 2
 11dynamic_line_width: true
 12inverter:
 13  modern: false
 14  colour: grey
 15  autarky: power
 16  auto_scale: true
 17  model: huawei
 18  three_phase: false
 19battery:
 20  energy: 14850
 21  shutdown_soc: sensor.battery_end_of_discharge_soc
 22  invert_power: true
 23  colour: '#fc8d83'
 24  show_daily: true
 25  animation_speed: 5
 26  max_power: 5000
 27  show_absolute: true
 28  auto_scale: true
 29  hide_soc: false
 30  show_remaining_energy: true
 31  dynamic_colour: true
 32  linear_gradient: true
 33solar:
 34  colour: '#F7BC00'
 35  show_daily: true
 36  mppts: 2
 37  animation_speed: 8
 38  max_power: 6600
 39  pv1_name: Inv1.S1
 40  pv2_name: Inv2.S1
 41  display_mode: 2
 42  auto_scale: true
 43load:
 44  colour: magenta
 45  show_daily: true
 46  show_daily_aux: true
 47  show_aux: true
 48  invert_aux: false
 49  show_absolute_aux: false
 50  aux_name: Generator
 51  aux_type: gen
 52  aux_colour: '#5490c2'
 53  aux_off_colour: brown
 54  aux_loads: 2
 55  aux_load1_name: IT - Servers
 56  aux_load2_name: IT - Network
 57  aux_load1_icon: mdi:server-network
 58  aux_load2_icon: mdi:network
 59  animation_speed: 4
 60  essential_name: Essential
 61  max_power: 4000
 62  additional_loads: 2
 63  load1_name: Lights
 64  load2_name: All GPO
 65  load3_name: Spare
 66  load4_name: Spare
 67  load1_icon: mdi:lightbulb
 68  load2_icon: mdi:power-plug
 69  load3_icon: mdi:water-boiler
 70  load4_icon: mdi:kettle
 71  auto_scale: true
 72  dynamic_icon: true
 73  dynamic_colour: true
 74grid:
 75  grid_name: Your-Grid-Name
 76  colour: '#FF2400'
 77  export_colour: green
 78  no_grid_colour: '#a40013'
 79  grid_off_colour: '#e7d59f'
 80  show_daily_buy: true
 81  show_daily_sell: true
 82  show_nonessential: true
 83  invert_grid: true
 84  nonessential_name: Non Essential
 85  nonessential_icon: none
 86  additional_loads: 2
 87  load1_name: HVAC
 88  load2_name: EV
 89  load1_icon: mdi:fan
 90  load2_icon: mdi:car
 91  animation_speed: 7
 92  max_power: 15000
 93  auto_scale: true
 94  dynamic_icon: true
 95  dynamic_colour: true
 96  energy_cost_decimals: 3
 97entities:
 98  use_timer_248: null
 99  priority_load_243: null
100  day_battery_charge_70: sensor.batteries_day_charge
101  day_battery_discharge_71: sensor.batteries_day_discharge
102  day_load_energy_84: sensor.house_consumption_energy_daily
103  day_grid_import_76: sensor.hs_grid_imported_daily
104  day_grid_export_77: sensor.hs_grid_exported_daily
105  day_pv_energy_108: sensor.inverters_daily_yield
106  day_aux_energy: sensor.sunsynk_card_aux_energy_daily
107  inverter_voltage_154: sensor.power_meter_voltage
108  load_frequency_192: sensor.power_meter_frequency
109  grid_power_169: sensor.house_consumption_power
110  inverter_current_164: sensor.inverter_phase_a_current
111  inverter_power_175: sensor.inverters_active_power
112  inverter_status_59: sensor.inverters_state
113  radiator_temp_91: null
114  dc_transformer_temp_90: sensor.inverters_internal_temperature
115  pv1_power_186: sensor.inverter_1_pv_1_power
116  pv2_power_187: sensor.inverter_1_pv_2_power
117  environment_temp: sensor.<your_location>_temp
118  remaining_solar: sensor.energy_production_today_remaining
119  pv1_voltage_109: sensor.inverter_pv_1_voltage
120  pv1_current_110: sensor.inverter_pv_1_current
121  pv2_voltage_111: sensor.inverter_pv_2_voltage
122  pv2_current_112: sensor.inverter_pv_2_current
123  battery_voltage_183: sensor.batteries_bus_voltage
124  battery_soc_184: sensor.batteries_state_of_capacity
125  battery_power_190: sensor.batteries_charge_discharge_power
126  battery_current_191: sensor.batteries_bus_current
127  battery_temp_182: sensor.batteries_temperature
128  battery_status: sensor.batteries_status
129  essential_power: sensor.house_consumption_power_less_aux_non_essential
130  essential_load1: sensor.lights_all_active_power
131  essential_load2: sensor.gpo_all_active_power_less_known
132  essential_load1_extra: null
133  essential_load2_extra: null
134  nonessential_power: sensor.sunsynk_card_non_essential_active_power
135  non_essential_load1: sensor.hvac_active_power
136  non_essential_load2: sensor.ev_charger_active_power
137  grid_ct_power_172: sensor.power_meter_active_power
138  grid_ct_power_total: sensor.power_meter_active_power
139  grid_connected_status_194: sensor.inverters_off_grid_status
140  aux_power_166: sensor.sunsynk_card_aux_active_power
141  aux_connected_status: binary_sensor.sunsynk_card_aux_connected_status
142  energy_cost_buy: sensor.electricity_price
143  energy_cost_sell: sensor.electricity_fit
144  solar_sell_247: switch.null
145  aux_load1: sensor.it_hardware_network_active_power
146  aux_load2: sensor.it_hardware_servers_active_power
147  aux_load1_extra: sensor.env_network_rack_bme280_temperature
148  aux_load2_extra: sensor.garage_controller_bme280_temperature
149  grid_voltage: sensor.power_meter_voltage