{{ t('welcome') }}
{{ t('no_modules') }}
{{ t('add_first_module_desc') }}
{{ t('how_to_add') }}
- {{ t('step_1') }}
- {{ t('step_2') }}
- {{ t('step_3') }}
- {{ t('step_4') }}
- {{ t('step_5') }}
- {{ t('step_6') }}
{{ viewTitle }}
{{ moduleStatus?.module?.is_online ? 'β ' + t('online') : 'β ' + t('offline') }}
{{ t('last_update') }} {{ formatTime(moduleStatus?.module?.last_seen) }}
{{
formatSeverity(alert.severity) }}
{{ formatSource(alert.source) }}
{{ formatTime(alert.created_at) }}
{{ formatAlertType(alert.alert_type) }}
{{ t('water_level') }}
{{ moduleStatus?.current_state?.water_level_percent || '--' }}%
{{ waterLevelTrend.text }}
{{ t('recharge_rate') }}
{{ moduleStatus?.current_state?.recharge_rate || '--' }}
{{ unitLabels?.recharge_rate }}
{{ t('todays_usage') }}
{{ stats?.total_volume_gal || '--' }}
{{ unitLabels?.volume }}
{{ t('todays_cycles') }}
{{ stats?.total_cycles || '--' }}
{{ t('unit_cycles') }}
{{ t('volume_per_cycle') }}
{{ stats?.avg_volume_per_cycle_gal || '--' }}
{{ unitLabels?.volume }}
{{ t('well_volume') }}
{{ moduleStatus?.current_state?.well_volume_gal || '--' }}
{{ unitLabels?.volume }}
{{ t('water_level_7d') }}
{{ t('daily_consumption') }}
{{ t('custom_chart_title') }}
{{ t('select_dataset_prompt') }}
{{ t('recent_cycles') }}
| {{ t('time') }} | {{ t('duration') }} | {{ t('volume') }} | {{ t('pressure') }} | {{ t('current') }} | {{ t('water_level') }} |
|---|---|---|---|---|---|
| {{ formatTime(cycle.start_time) }} | {{ formatDuration(cycle.duration_seconds) }} | {{ cycle.volume_pumped_gal }} {{ unitLabels?.volume }} | {{ cycle.pressure_start }} β {{ cycle.pressure_end }} {{ unitLabels?.pressure }} | {{ cycle.current_avg_10a }} A | {{ cycle.water_level_percent }}% |
{{
formatSeverity(alert.severity) }}
{{ formatSource(alert.source) }}
{{ formatTime(alert.created_at) }}
{{ formatAlertType(alert.alert_type) }}
{{ report.report_type }} {{ t('report') }}
{{ report.report_date }}
{{ report.summary }}
{{ t('recommendations') }}
- {{ rec }}
π€ {{ t('profile_info') }}
π {{ t('notification_prefs') }}
βοΈ {{ t('module_settings') }}
{{ homekitTitle }}
{{ homekitDesc }}
- {{ homekitHumidity }}
- {{ homekitSwitch }}
- {{ homekitLeak }}
{{ homekitPairingHelp }}
{{ homekitNotice }}
{{ homeKitCode || '---' }}