Skip to content

krewshul/shelly_plug_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shelly Smart Plug US Monitoring and Scheduling App

This application allows users to monitor and control their Shelly Plus Plug US devices remotely.

Features:

  • Device Monitoring: View real-time data such as power consumption, voltage, current, and temperature for each connected device.

  • Remote Control: Toggle the power state of devices on or off remotely from the application interface.

  • Schedule Management: Create, view, and delete schedules for automated tasks, such as turning devices on or off at specified times.

  • Data Visualization: Visualize power consumption trends over time.

  • Error Handling: Provides informative error messages and logs to help troubleshoot and resolve issues.

  • User-Friendly Interface: Intuitive user interface with tabbed layout for easy navigation and management of multiple devices.

Requirements

  • Python 3.x

  • Customtkinter (for GUI)

  • CTkMessagebox (for error handling)

  • requests (for making HTTP requests)

  • plotly (for data visualization)

  • kaleido (for data visualization)

  • python-dotenv (to store environment variables)

Download and run:

git clone https://github.com/krewshul/shelly_plug_monitor.git

cd shelly_plug_monitor

python -m virtualenv .

  • if on Windows . Scripts\activate
  • if on Mac or Linux . bin/activate

pip install -r requirements.txt

  • to start the app

python start.py

Upon launching the application, you'll be prompted with 3 buttons: "Add IP Address", "Update", and "Begin Monitoring"

  1. Select "Add IP Address" and set the IP's of your devices.

NOTE: Currently password protected devices cannot be monitored. I am having issues with creating a schedule while the password is set. I am open for people to look into it.

  1. After setting your IP Addresses, press "Update" to set your the IP's to your .env file.

  2. Finally, press "Begin Monitoring" to start monitoring your devices.

Once the IP's are set and monitoring begun, the application will display the devices and their status. You can interact with each device, view real-time data, and schedule automated tasks as needed.

Use the buttons provided to toggle device power, create new schedules, view existing schedules, and chart power consumption trends.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages