diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfigurationV2.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfigurationV2.tsx index 15034c339..c66553337 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfigurationV2.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfigurationV2.tsx @@ -592,6 +592,8 @@ function SodistoreHomeConfigurationV2(props: SodistoreHomeConfigurationProps) { {clusters.map((_slotCount, clIdx) => { const clKey = `Cluster${clIdx + 1}`; const cluster = formValues.devices?.[invKey]?.Clusters?.[clKey]; + // Hide clusters with no installed batteries — Information tab is source of truth. + if (cluster?.BatteryCount === 0) return null; const charge = cluster?.MaxChargingCurrent ?? ''; const discharge = cluster?.MaxDischargingCurrent ?? ''; const setClusterField = (