TKK_E32230814/lib/screens
Wizznu 6c3b2f3112 feat: Complete ApsGo hydroponics system with multiple features
Features implemented:
- Dashboard with real-time sensor monitoring (temp, humidity, light, soil moisture)
- Water flow status indicator with color coding
- Time-based scheduling (Kontrol Waktu/Jadwal)
- Sensor-based threshold control (Kontrol Sensor/Threshold)
- Smart mode with auto-stop when target reached
- Three pump controls: Air, Larutan Nutrisi, Pengaduk
- Manual control for all actuators
- History/logging system
- Firebase Realtime Database integration
- Railway worker backend service

UI/UX improvements:
- Material Design 3 components
- Badge indicators for active pumps
- Conditional rendering (show only when active)
- Responsive layouts with Wrap widgets
- Color-coded status indicators

Backend fixes:
- Fixed water_flow reading from Firebase
- Fixed threshold model copyWith method
- Added pompa_pengaduk support across all models
- Smart mode with per-pot independent monitoring
- Cooldown per-threshold (not per-pot)
- Valves stop together when targets reached

Renamed: All 'Pupuk' references to 'Larutan Nutrisi Cair'
2026-02-18 08:10:43 +07:00
..
dashboard_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
histori_page.dart feat: Add Railway Worker, bug fixes, and mosvet_8 pengaduk 2026-02-10 07:22:43 +07:00
jadwal_form_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
jadwal_management_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
kontrol_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
landing_page.dart Initial commit: ApsGo project with Firebase integration 2026-01-12 15:24:52 +07:00
login_page.dart Initial commit: ApsGo project with Firebase integration 2026-01-12 15:24:52 +07:00
pot_selection_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
register_page.dart Initial commit: ApsGo project with Firebase integration 2026-01-12 15:24:52 +07:00
sensor_config_page.dart feat: Implement dual mode system (Smart & Fixed) and fix logout bugs 2026-01-26 11:47:23 +07:00
threshold_form_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
threshold_management_page.dart feat: Complete ApsGo hydroponics system with multiple features 2026-02-18 08:10:43 +07:00
waktu_config_page.dart feat: Complete ApsGo system with Railway Worker automation 2026-02-11 17:17:22 +07:00