A simpler alternative to the official Shelly app for monitoring your smart home devices.
Unlike the configuration-heavy official app, OhMyShelly focuses on what matters most: big, readable widgets that show your data at a glance. Technical details stay hidden until you need them — toggle them on when you want more control, or keep things clean and simple.
- Android: Download the
.apkfile from releases - iOS: Join the TestFlight Beta
- 📊 Big, readable widgets — see your data at a glance
- 🙈 Clutter-free — technical details hidden until you need them
- 🎚️ Toggles & scenes — reveal advanced controls when you want them
- 🔐 Shelly Cloud authentication
- ⚡ Power consumption statistics
- 🌤️ Weather station charts
- 🔄 Auto-refresh + pull-to-refresh
- 🎨 Material 3 UI
- 📱 Android & iOS support
| Device | Code | Features |
|---|---|---|
| Smart Plug | S3PL-* |
Power, voltage, current, ON/OFF |
| Weather Station | SBWS-* |
Temp, humidity, pressure, UV, rain |
| Gateway | SNGW-* |
Connection status |
- Flutter SDK (3.0+)
- Dart SDK
- Android Studio / Xcode
# Clone the repository
git clone https://github.com/dz0ny/ohmyshelly.git
cd ohmyshelly
# Install dependencies
flutter pub get
# Run the app
flutter run# Android APK
flutter build apk --release
# iOS
flutter build ios --releaseThis project is open source. See the repository for license details.
Contributions are welcome! Feel free to open issues or submit pull requests.







