-
Notifications
You must be signed in to change notification settings - Fork 1
TasmoAdmin
TasmoAdmin is an administrative Website for Devices flashed with Sonoff-Tasmota.
You can find it here: TasmoAdmin GitHub.
It supports running on Windows, Linux and as Docker container.
- Login protected
- Multi Update Process
- Select devices to update
- Automatic Modus downloads latest firmware bin from Tasmota GitHub
- Show device information
- Mobile Responsive (Bootstrap4)
- Config devices
- SelfUpdate function for TasmoAdmin (disabled for Docker)
- NightMode (Enable/Disable/Auto) in settings
- AutoScan to find Tasmota Devices
- Support for multiple sensors
- chat (beta)
A ready to use TasmoAdmin-XAMP-Portable-*.zip is available on the release page and is based on XAMPP.
- Download the XAMPP Zip package from the releases page
- Extract the Zip (recommend to put the xamp folder on 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 TasmoAdmin shows up.
Running TasmoAdmin on a Linux/Unix hosts requires the following:
- A Webserver
- apache2 recommended
- php7 recommended (works with php5 too)
- php-curl php-zip Modules installed
You need to install a web server with php-zip and php-curl modules installed. Also mod_rewrite must be enabled. I suggest to look in the Guide for Ubuntu Server 16.04 and try to adjust it to your server OS.
TasmoAdmin is available as a Docker image at Docker Hub. This is a Linux Alpine (3.7) based image with Apache2 and Php7 installed. It supports multiple architectures, amd64 (i.e. Synology DSM), arm (i.e. Raspberry PI3) and arm64 (i.e. Pine64). Check out the Wiki for running TasmoAdmin in a Docker Container for install instructions.
Home | Wiki | What's new | Tutorials | FAQ | Troubleshooting | Button usage | Commands | Rules
Home
Theo's Tasmota Tips
What's New
Getting Started
Upload tools
- SonOTA
- OTA over SCP
- Esptool
- Arduino IDE
- PlatformIO
- PlatformIO CLI
- Visual Studio Code
- Python HTTP OTA server
- Node Red OTA server and firmware manager
Usage
- Button Functionality
- MQTT Features
- Supported Commands
- Using Rules
- Sensor Configuration
- PowerOnState Configuration
- SwitchMode/SwitchTopic
- Button Multipress
- Energy Saving
- KNX Features
- Misc. Tips
Devices - Additional Info
- Sonoff Basic
- Sonoff SV
- Sonoff S20 Smart Socket
- Sonoff S26 Smart Socket
- Sonoff Dual / Dual R2
- Sonoff 4CH / 4CH Pro
- Sonoff RF and Slampher
- Sonoff RF Bridge 433
- Sonoff Pow / Pow R2
- Sonoff Touch
- Sonoff T1
- Sonoff B1 / B1 R2
- Sonoff iFan02
- Sonoff SC
- Sonoff PSA
- Sonoff S31
- Shelly 1 and 2
- Wemos D1 R1 & R2
- Wemos D1 Mini
- HuaFan Smart Socket
- Hyleton-313 Smart Plug
- MagicHome LED controller
- H801
- Arilux LC02
- SP108E LED controller
- Blitzwolf SHP2
- Tuya Dimmer
- PS-16-DZ Dimmer
- Armtronix Dimmers
- Other Devices
- retired
Home Automation Integration
- OpenHAB
- Home Assistant
- Domoticz - Manual configuaration
- Domoticz - Automatic discovery
- HomeBridge
- HomeSeer
- SmartThings
- IP-Symcon
- IOBroker
- TasmoAdmin
- Alexa
- Yeti
- NodeRed Examples
- Securing your Setup
Other Integrations
Further Topics
- MQTT Overview
- Remote Button
- Modified Kaku
- PZEM004T Energy Monitor
- IR Extension
- S20 sensor
- Wiring additional things to a module
- Sonoff Basic DHT11 Wiring
- Expand Sonoff 4CH with jack plug
- Defining new module types
- GPIO Locations
- JSON Status Responses
- Expand Sonoff Basic to 4MB Flash
- Time Proportioned Output support
- PID Control with Sonoff Devices
- Sensor-API
- Sensors Supported by Tasmota
- Syslog Setup
ESP32
Misc