An Android application that displays real-time hourly electricity prices from ComEd. It is designed to be used on a dedicated tablet or phone (e.g., mounted on a wall) to help you monitor electricity costs at a glance.
- Real-time Monitoring: Fetches the latest hourly average price from ComEd's API.
- Dynamic Color Coding: Background color changes based on the current price (Green, Yellow, Orange, Red) to indicate cost levels.
- Delivery Pricing: Option to include delivery costs in the headline price, with support for fixed and time-of-day delivery models.
- Full Screen: Hides system bars for a clean look
- Always-On Screen: Prevents the screen from dimming or sleeping while the app is active.
- Charging Status: Alerts you if the device charger is disconnected.
- Clone the repository.
- Open in Android Studio.
- Build and run on your device.
No data is collected or transmitted from this application. No ads are served. It is using the ComEd API anonymously and all settings are kept on your device only.
Copyright (C) 2026 Chris Fries
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.