This repository contains the source code for the Android app for the Smart Pot.
To use the app, you need to be on the same WiFi network as the Smart Pot Hub or connect to the network via VPN.
For the app to be able to resolve the address of the Hub, the hostname of the Raspberry Pi must have been set to smart-pot-hub
as described in the OS Configuration guide.
The app requires Android 12 or higher since mDNS is used to resolve the address.
When you use an earlier version of Android, assign a fixed IP-address to the Smart Pot Hub and edit the HUB_URL
constant in app/src/main/java/com/example/smartpot/HubApi.java
accordingly.
The Smart Pot Android app is licensed under the MIT license agreement. See the LICENSE file for details.