{{ site()?.site_name ?? siteId() }}

@if (site(); as s) {

{{ s.site_type }} · {{ s.location || 'Localisation inconnue' }}

}
@if (site(); as s) { {{ s.status ?? '-' }} } @if (hasMeasurement() && qualityLabel(); as label) { {{ label }} }
@if (error(); as message) { } @if (site(); as s) { @if (hasMeasurement()) {
Consommation vs capacité @let consumption = consumptionKw(); @if (consumption !== null) { {{ consumptionLabel() }} / {{ s.capacity_kw ?? '-' }} kW } @else {

Consommation indisponible ({{ consumptionReason() }})

}
Mesure instantanée
@for (metric of metrics(); track metric.key) {
{{ metric.label }}
@if (metric.value !== null) {
{{ metric.value }}
} @else {
Indisponible ({{ metric.reason }})
}
}
@if (history().length > 0) {

Historique de consommation

} } @else { } }

Recommandations

Voir dans la vue recommandations
Retour aux sites