An app to visualize sensor data and configure a smart solar collector.
- The app displays daily statistics and charts on the screen.
- The IOT device can be remote configured using the app, the user can use pre-made heating profiles or create custom ones.
- Install Flutter
- Install Android Studio (not necessary, but highly recommended)
- Clone the repo
git clone https://github.com/Isti01/hokollektor.git
- Restore project files and install packages
flutter create .
flutter pub get
- Install an Android emulator and run the app.
flutter run