SonWEB - pauloromeira/Sonoff-Tasmota GitHub Wiki
SonWEB is a administrative Website for Devices flashed with Sonoff-Tasmota.
You can find it here: SonWEB GitHub
Features
- Login protected
- Multi Update Process
- Select devices to update
- Automatic Modus downloads latest firmware bin from the Tasmota GIT
- Show device informations
- Mobile Responsive
- Config devices
- SelfUpdate function for SonWEB
Requirements
Windows
I provide a ready2use ZIP on the releases page with XAMPP
Be sure to update it by using the SelfUpdate.
Unix
- A Webserver
- recommend apache2
- recommend php7 (works with php5, too)
- php-curl php-zip Modules installed
Installation
Windows
- Download the XAMPP Zip package from the releases page
- Extract the Zip (recommend to put the xamp folder in C:\
- Run once the xamp\setup_xampp.bat
- Start xampp-control.exe
- Start Apache in the opened ControlCenter
- Get your local IP Address
Now you can type in your browser http://YOURLOCALIP and SonWEB shows up.
Unix
For unix its a bit harder. You need to instal a web server with php-zip and php-curl modules installed. I suggest to look in the Guide for Ubuntu Server 16.04 and try to adjust it to your server OS.
Example Images