TasmoAdmin

TasmoAdmin is an administrative platform for devices flashed with Tasmota

GPL-3.0 License

Stars
856
Committers
35

Bot releases are hidden (Show)

TasmoAdmin - v1.6.0-beta2

Published by reloxx13 about 6 years ago

  • CHANGE: HTTP/HTTPS Detection #198
    • New Checkbox to choose http/https, default is http.
      grafik
  • UPDATE: Support Sensor DS18B20 #202
  • DEV: Add robots/search crawler protection
  • FIX: Add device password field as password not text input #184
TasmoAdmin - v1.6.0-beta1

Published by reloxx13 about 6 years ago

  • FIX for new tasmota changelog structure tasmota-commit#ace6180
  • NEW: CZ language ( Big thanks @Vladimir S. by Mail)
  • FIX: Update Tasmota language Releases for auto updates.
  • UPDATE: Font Awesome 5.0.13 -> 5.3.1
  • UPDATE: Bootstrap 4.1.1 -> 4.1.2
  • CHANGE: Startpage rework:
    startpage_v1.2.PNG
  • DEV: Some more Error Catchings and debugs on error for lost configs #207
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • fix autoload case-sensitive #182
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • FIX another fix for chrome ERR_RESPONSE_HEADERS_TOO_BIG #182
TasmoAdmin -

Published by reloxx13 over 6 years ago

Build Status

  • FIX Chrome crying ERR_RESPONSE_HEADERS_TOO_BIG #182
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • fix version tag update #180
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • NEW: Link Tasmota Changelog Issues #173
  • NEW: Use json file for for config data
  • NEW: Config is now saved in a cookie
    • Cookies are stored in the Clients Browser, reduces Reads on Servers Drive.
    • Some uneccessery writes removed, boom.
    • Note: Encrypted User PW will not be saved in the Cookie.
      Old Config File will be migrated to json and removed in a later release. Stays as Backup.
      If you delete the MyConfig.json, it will generated new based on the MyConfig.php
  • DEV: Use SCSS and Minified CSS/JS Resources, gives some performence boost and save network traffic.
  • NEW: Get Current Tag from Docker #176
  • FIX: $_SERVER REQUEST_SCHEME is not reliable #174
TasmoAdmin -

Published by RaymondMouthaan over 6 years ago

#179 don't push lastest if it is a beta release

TasmoAdmin - v1.5.0-beta2

Published by reloxx13 over 6 years ago

fix nginx 502

TasmoAdmin -

Published by RaymondMouthaan over 6 years ago

  • NEW: Link Tasmota Changelog Issues #173
  • NEW: Use json file for for config data
  • NEW: Config is now saved in a cookie
    • Cookies are stored in the Clients Browser, reduces Reads on Servers Drive.
    • Some uneccessery writes removed, boom.
    • Note: Encrypted User PW will not be saved in the Cookie.
      Old Config File will be migrated to json and removed in a later release. Stays as Backup.
      If you delete the MyConfig.json, it will generated new based on the MyConfig.php
  • DEV: Use SCSS and Minified CSS/JS Resources, gives some performence boost and save network traffic.
  • NEW: Get Current Tag from Docker #176
  • FIX: $_SERVER REQUEST_SCHEME is not reliable #174
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • FIX: set session dir inside tasmota dir instead of server root /tmp #169
  • FIX: go to selected homepage after login #115
  • NEW: Disable update check option #156
  • NEW: Add top scrollbar on device list #170
  • MINOR: Rename "Show More" => "Detail View" in i18n.EN #168
  • NEW: Support Multi Friendlyname on Device General Config Page (fw >= 5.12.0h) Sonoff-Tasmota#3161
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • fix travis
TasmoAdmin - v1.3.2

Published by reloxx13 over 6 years ago

  • fix device update, use ota magic #165 #166
TasmoAdmin - v1.3.1

Published by reloxx13 over 6 years ago

  • NEW: MQTT Config Tab on device config page #101
    • ENHANCEMENT: Only changed config values will be send to the device
  • MINOR: style show more btn responsive #145
TasmoAdmin -

Published by reloxx13 over 6 years ago

Build Status

v1.2.1

HOTFIX: Fix edit device #147

v1.2.0

  • FIX: some Tasmota 5.10.0 json #131 hassio-addon#6
  • UPDATE: Font Awesome 5.0.6 -> 5.1.0
  • DOCKER: Show Changelog Link in helpmenu #108
  • MINOR: make footer smaller and sticky, darker link color in nightmode
    • top navi made a lil bit smaller, too
  • MINOR: catch and remove control chars in json response #78
  • NEW: Show new update available icon in footer
  • MINOR: Possible performence fixes for checkNightmode
  • MINOR: cache resources by release tag version
TasmoAdmin -

Published by reloxx13 over 6 years ago

Build Status

  • FIX: some Tasmota 5.10.0 json #131 hassio-addon#6
  • UPDATE: Font Awesome 5.0.6 -> 5.1.0
  • DOCKER: Show Changelog Link in helpmenu #108
  • MINOR: make footer smaller and sticky, darker link color in nightmode
    • top navi made a lil bit smaller, too
  • MINOR: catch and remove control chars in json response #78
  • NEW: Show new update available icon in footer
  • MINOR: Possible performence fixes for checkNightmode
  • MINOR: cache resources by release tag version
TasmoAdmin -

Published by reloxx13 over 6 years ago

Build Status

  • NEW: you can now set a default startpage #115
  • FIX: Multichannel devices don't restore correctly if backend fails temporarily #121
  • MINOR: dont be blind on page reload: set nightmode class initial if nightmode is enabled
TasmoAdmin -

Published by reloxx13 over 6 years ago

  • error handling for selfupdate if travis build failed #142
  • restyle show more
  • add send command within device list #100
TasmoAdmin -

Published by RaymondMouthaan over 6 years ago

Update to busybox 1.27.2-r11 to fix docker build

TasmoAdmin -

Published by reloxx13 over 6 years ago

  • fix date in update #124
  • change filename to load js file correctly (only firefox issue?)
    • fixes the show more checkbox
  • add configurable server port #122 #131
  • show some energy data
  • add iocage support by @tprelog :)