Realtime Solar PV monitoring.
Inverters:
- SMA Sunny Boy
- Enphase Envoy-S
- Android Studio with Android SDK [https://developer.android.com/studio]
- Clone this repository
- Open a terminal and set the path to the Android SDK - e.g. on Linux:
export ANDROID_SDK_ROOT=~/Android/Sdk/
- Build the application
./gradlew build
- Find the generated APK at
./app/build/generated/outputs/apk/release
- Clone this repository
- Open Android Studio
- Open the project directory
- Click Run