Grocy for Wear OS is an unofficial client for the grocy groceries & household management server for Google's Wear OS smartwatch operating system.
Currently the app only works as a viewer for shopping lists, but more features may be supported in the future (if I'll have time to do that ¯\_(ツ)_/¯)
- Shopping lists
- Marking items as done
- Reordering product groups
- Adding new items
- Deleting items that are marked as done
- Switching between different shopping lists
- Download and install the .apk file for Wear OS in the releases tab. The easiest way to install .apk files on Wear OS devices is by using adb;
- Enable the developer settings (
Settings -> System -> About -> Versions -> Tap on the build number until the "you are now a developer" message appears
) - Enable debugging over wifi (
Settings -> Developer options -> Wireless debugging -> Enable
) - Enter pairing mode (
Settings -> Developer options -> Wireless debugging -> Pair new device
) - Pair device on computer (
# adb pair {ip}:{port}
)- Enter the pairing code shown on your watch.
- Get the adb ip and port (
Settings -> Developer options -> Wireless debugging -> IP address & port
) - Connect your device via adb (
# adb connect {ip}:{port}
) - Install the Wear OS .apk file on your watch (
# adb install {filename}
)
- Enable the developer settings (
- Download and install the companion .apk file on your android smartphone.
- Open the companion app on your phone.
- Enter your grocy credentials in the companion app and hit send.
- Enjoy the app 🙃