{{ currentDeviceState?.status === 'online' ? 'Online' : 'Offline' }}
FW {{ currentDeviceState.firmware }}
IP {{ currentDeviceState.ip }}
{{ pendingCommands[activeDevice.deviceId] }} pending
Last update: {{ formatTime(currentTelemetry.timestamp) }}
Live Readings
Water Level
{{ currentTelemetry.data.level }}%
Pump Status
{{ currentTelemetry.data.pump === 'on' ? 'ON' : 'OFF' }}
Temperature
{{ currentTelemetry.data.temp }}°C
Waiting for device data... Make sure the device is powered on and connected.
Operating Mode
Auto mode: pump is controlled by water level thresholds.
Manual mode: use the pump controls below to turn the pumps on or off.
Water Level Thresholds
Pump turns ON when water drops below {{ thresholdLow }}% and OFF when it reaches {{ thresholdHigh }}%.
Device Info
Firmware
{{ currentDeviceState.firmware }}
IP Address
{{ currentDeviceState.ip }}
MAC Address
{{ currentDeviceState.mac }}
Pump 1
{{ currentDeviceState.pump1_state === 'on' ? '🟢 ON' : '⭕ OFF' }}
Pump 2
{{ currentDeviceState.pump2_state === 'on' ? '🟢 ON' : '⭕ OFF' }}
Mode
{{ currentDeviceState.mode === 'auto' ? '⚙️ Auto' : '🖐️ Manual' }}
Uptime
{{ motorStatusInfo.uptime }}
WiFi
{{ motorStatusInfo.wifi }}
Device Time
{{ motorStatusInfo.time }}
FW (reported)
{{ motorStatusInfo.fw }}
Pump 1 Shutdown In
{{ motorStatusInfo.p1_shutdown_in }}
Pump 2 Shutdown In
{{ motorStatusInfo.p2_shutdown_in }}
Status
Press Refresh to load device info
Advanced
OTA Update: {{ otaProgress }}%