Skip to content

zdssdavidb/Webremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webremote (project)

Section

Description

Project to control various IoT devices in the house (WiFi) and the RPi server (DNS, fileserver, entertainment center, etc).

Requirements

You can install required modules with either command below

For virtaul enviroment

python3 -m pip install -r requirements.txt

Without virtual enviroment

pip install -r requirements.txt

Usage

  1. At present configuration is done manually editing *config.ini. You can change ip, port and debug options among others.
  2. Start with python3 main.py and your browser will open at the specified ip port specified in previous step.
  3. You will need to register a user on first run to get to the dashboard.

Plans

  • Themes
  • Cusomtize Quick buttons dynically
  • Ability to add more devices
  • Get device details

Planning to work on this and make it public, kinda like a template Smart Home hub. Examples for powering on/off devices are for Sonoff Basic smart plugs flashed with Tasmota firmware. image Tasmota

Misc

Can check the journal (if Debug=off) using command: journalctl -u flask -n 25

About

Project to control various IoT devices in the house (WiFi) and the RPi server (DNS, fileserver, entertainment center, etc).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published