Sunsynk power flow card for Luxpower Tek Inverter (Update 1)
Following on from my previous article about the Sunsynk power flow card for Luxpower Tek Inverter, it has now been updated to v2. This had some breaking changes. Below is my new YAML.
It now shows the export rate if you are exporting. It will show importing if you are importing. I have changed the colour of the grid icon to be green if I am off grid. It seems to make more sense to me for it to be green, rather than red.
I am now using the full version rather than lite.
The developer has has Lux Inverter support. It will show the status under the inverter icon. In this case it is Normal.
type: custom:sunsynk-power-flow-card
cardstyle: full
show_solar: true
inverter:
model: lux
modern: true
battery:
energy: 6400
shutdown_soc: 10
show_daily: true
invert_power: true
colour: green
solar:
show_daily: true
mppts: 2
pv1_name: Back
pv2_name: Front
load:
show_daily: true
grid:
show_daily_buy: true
show_daily_sell: true
show_nonessential: false
invert_grid: true
no_grid_colour: green
entities:
day_pv_energy_108: sensor.lux_solar_output_daily
inverter_voltage_154: sensor.lux_grid_voltage_live
load_frequency_192: sensor.lux_grid_frequency_live
inverter_current_164: none
inverter_power_175: sensor.lux_battery_flow_live
grid_connected_status_194: binary_sensor.binary_on_grid
inverter_status_59: sensor.lux_status
day_battery_charge_70: sensor.lux_battery_charge_daily
day_battery_discharge_71: sensor.lux_battery_discharge_daily
battery_voltage_183: sensor.lux_battery_voltage_live
battery_soc_184: sensor.lux_battery
battery_power_190: sensor.lux_battery_flow_live
battery_current_191: none
grid_power_169: sensor.grid_power
day_grid_import_76: sensor.lux_power_from_grid_daily
day_grid_export_77: sensor.lux_power_to_grid_daily
grid_ct_power_172: sensor.lux_grid_flow_live
day_load_energy_84: sensor.lux_home_consumption_daily
essential_power: sensor.lux_home_consumption_live
nonessential_power: none
aux_power_166: none
pv_total: sensor.lux_solar_output_live
pv1_power_186: sensor.lux_solar_output_array_1_live
pv2_power_187: sensor.lux_solar_output_array_2_live
pv1_voltage_109: none
pv1_current_110: none
pv2_voltage_111: none
pv2_current_112: none
inverter_ac_temp: sensor.lux_radiator_1_temperature_live
inverter_dc_temp: sensor.lux_radiator_2_temperature_live
remaining_solar: sensor.solcast_forecast_remaining_today
energy_cost_sell: sensor.agile_current_export_rate
energy_cost_buy: sensor.agile_current_import_rate