Controller
{{ controllerNode.ssid }}
โ
{{ controllerNode?.status === 'online' ? 'Online' : 'Offline' }}
Sensor
โก
โผ
โ
{{ battPct }}%
{{ sensorNode.ssid }}
โ
{{ sensorNode?.status === 'online' ? 'Online' : 'Offline' }}
Water System
Tank Level & Motor Status
Motor
{{ motorOn ? 'Running' : 'Stopped' }}
LOW: {{ thresholdLow }}%
OPTIMAL
HIGH: {{ thresholdHigh }}%
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 }}%