South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Which update version?Hey guys. Just a headsup - the sensor names have changed on the new solcast update.
Changes are in 4.0.2Which update version?
Pretty much everything on the website is all you need to do, not much else.So I just scored a Pi. Just the device and power, no sd card.
Without going through the whole thread, is there a quick dummy's guide? The part about loading home assistant onto the pi seems straightforward. What's the next steps?
Did something change with regards to the daily solar/left today? For some reason mine isn't showing any more and everything appears to be in order according to the docs.2.6.0 lets you add an optional card title and set the font colour and size
YAML:title: Sunsynk Inverter title_colour: Grey title_size: 32px
View attachment 1586026
Yeah which add-ons are people using, how do you get that package onto HA etc...Pretty much everything on the website is all you need to do, not much else.
Unless you meant specifically for the Sunsynk add-on?
So if you are doing the standard Pi install then you'll get the Home Assistant Add-on Store (HACS) built right in and in most cases you can just search for stuff there to add them or in the odd case you need to add a custom repo, which is usually documented pretty well on Github for the relevant things.Yeah which add-ons are people using, how do you get that package onto HA etc...
Thanks for this. It's probably going to be primarily inverter related for now, and putting rules into place for the geyser based on LS schedules...So if you are doing the standard Pi install then you'll get the Home Assistant Add-on Store (HACS) built right in and in most cases you can just search for stuff there to add them or in the odd case you need to add a custom repo, which is usually documented pretty well on Github for the relevant things.
Off top of my head things in my installation that are bare minimum...
Sonoff LAN (locally controls Sonoff devices on original firmware)
Frigate (Manages cameras but NOT going to work on you Pi)
Aqara Gateway (probably irrelevant if you aren't using their stuff)
Temperature Feels Like
Load Shedding
Dual-Mode Generic Thermostat (the default doesn't talk to both hot and cold stuff)
Front end there are a million things you can install but I would say stick to Vanilla as far as you can go and not to worry about making it pretty just yet.
Then Add-ons are a separate thing and basically Dockers and there I have...
Adguard Home
Advanced SSH & Web Terminal
Duck DNS
File Editor
Frigate
Home Assistant Google Drive Backup
MariaDB
Mosquito Broker
Nginx Proxy Manager
Studio Code Server
Sunsynk/Deye Inverter Add-on (Multi)
TasmoAdmin (Using Tasmota less and less and unlikely to flash new things with it)
Zigbee2MQTT (Also phasing this out slowly but surely in favour of Aqara)
Then there's a built-in ones....
Apple TV
Forecast Solar
Generic Camera
Homekit Bridge
LG Soundbar
LG webOS Smat TV
MQTT
OpenWeatherMap
Samsung Smart TV
Shelly
Sonoff
Tasmota
Transmission
Tuya
UniFI Network
UPnp/IGD
Waze Travel Time
Workday
Yeelight
I'd say get it up and running and then poke around and in time it will kind of answer itself depending on devices you have and things you want to do.
No changes. What's not displaying?Did something change with regards to the daily solar/left today? For some reason mine isn't showing any more and everything appears to be in order according to the docs.
I'm NOT using Solarman however, just the built-in HA Forecast.
No changes. What's not displaying?
Maybe check that the sensor you are using for remaining_solar: is correct?

type: custom:sunsynk-power-flow-card
cardstyle: lite
panel_mode: 'false'
show_solar: 'true'
inverter:
modern: 'true'
colour: black
battery:
energy: 19200
shutdown_soc: 15
invert_power: 'false'
colour: red
show_daily: 'true'
solar:
colour: orange
show_daily: 'true'
mppts: 2
load:
colour: green
show_daily: 'true'
show_aux: 'false'
invert_aux: 'false'
grid:
colour: blue
no_grid_colour: '#a40013'
show_daily_buy: 'true'
show_daily_sell: 'false'
show_nonessential: 'false'
entities:
essential_power: sensor.load_power
use_timer_248: switch.toggle_system_timer
priority_load_243: switch.toggle_priority_load
inverter_grid_voltage_154: sensor.ss_inverter_voltage
inverter_load_freq_192: sensor.ss_inverter_frequency
inverter_out_164: sensor.ss_inverter_current
inverter_out_175: sensor.inverter_power
grid_connected_status_194: binary_sensor.grid_online
inverter_status_59: sensor.overall_state
day_battery_charge_70: sensor.ss_day_battery_charge
day_battery_discharge_71: sensor.ss_day_battery_discharge
battery_voltage_183: sensor.battery_voltage
battery_soc_184: sensor.battery_soc
battery_power_190: sensor.battery_power
battery_current_191: sensor.ss_battery_current
inverter_load_grid_169: sensor.grid_inverter_loadf
day_grid_import_76: sensor.ss_day_grid_import
day_grid_export_77: sensor.ss_day_grid_export
grid_ct_power_172: sensor.grid_power
day_load_energy_84: sensor.ss_day_load_energy
day_pv_energy_108: sensor.ss_day_pv_energy
pv1_power_186: sensor.pv1_power
pv2_power_187: sensor.pv2_power
pv1_voltage_109: sensor.ss_pv1_voltage
pv1_current_110: sensor.ss_pv1_current
pv2_voltage_111: sensor.ss_pv2_voltage
pv2_current_112: sensor.ss_pv2_current
remaining_solar: sensor.energy_production_today_remaining
battery_temp_182: sensor.battery_temperature
radiator_temp_91: sensor.ss_radiator_temperature
dc_transformer_temp_90: sensor.ss_dc_transformer_temperature
Aaah just found it about 5 second before hitting refresh.You need to remove all the backticks ' from your true and false. e.g.
YAML:type: custom:sunsynk-power-flow-card cardstyle: lite panel_mode: false show_solar: true inverter: modern: true colour: black
What inverter do you have ?Thanks for this. It's probably going to be primarily inverter related for now, and putting rules into place for the geyser based on LS schedules...
That's by design. 169 is only used on the full card to calculate non-essential power/essential power. Not grid power.Anyone with an updated kellerza config for the flow card?
@Slip Seems to be a bug with the the grid power, if I update the :
grid_ct_power_172: sensor.ss_grid_power
to that i see the power from the grid like:
View attachment 1587018
grid_power_169:
does nothing from what I can see.