| name | default | description |
|---|---|---|
VITE_APPLICATION_NAME |
tasmota.fflnvb.de |
Visible title on frontend |
VITE_WIFI_MEDIUM |
60 |
Wifi signal threshold to be passed for being rated medium |
VITE_WIFI_BAD |
90 |
Wifi signal threshold to be passed for being rated bad |
BASE_IP |
192.168.1 |
Base IP for network scan |
RANGE_FROM |
1 |
Starting point for scan |
RANGE_TO |
245 |
End point for scan |
TIMEOUT |
30 |
Timeout for network requests in seconds |
URL |
/cm?cmnd=status%200 |
Url that is being requested |
It is recommended to use docker-compose to run this package, as it simplifies updates and prevents conflicts with concurrent installations on the server.
git clone https://github.com/fflnvb/tasmota.fflnvb.de
cd tasmota.fflnvb.de
docker-compose build
docker-compose upInstead of cloning the git project, simply do a git pull and get started
- Added reloading
- Added spinner animation for first load
- Added updating last update indicator every second
- Changed communication between frontend and backend to WebSocket
- Added creation date for json
- Added display of last update of json
- Added visualisation of signal strength, customizable via .env
- Added sort by column, ascending and descending
- Added asking for confirmation upon firmware upgrade
- Added search filter by topic
- Improved firmware version display (stripping off tasmota)
- Changed device listing as table
- Created first working prototype