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