From 7276c2a65801f803c2cb73328a63f49f0c1f645f Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Wed, 20 Nov 2019 12:50:38 +0100 Subject: [PATCH] decode-config.py: adapt settings, rename Sonoff->Tasmota, prep for Python3 - add SetOption73 (cors_enabled) - add SetOption74 (ds18x20_internal_pullup) - add SetOption75 (grouptopic_mode) - add SetOption76 (bootcount_update) - add ShutterMotorDelay (shutter_motordelay) - add SetOption82-113 (flag4) - add i2c_drivers - add WifiPower (wifi_output_power) - add TempOffset (temp_comp) - remove SetOption2 (value_units) - rename SetOption66 (tuya_dimmer_range_255 > tuya_serial_mqtt_publish) - rename Sonoff > Tasmota - preparation for Python3 match --- tools/decode-config.html | 89 ++++++++++------- tools/decode-config.md | 6 +- tools/decode-config.py | 201 +++++++++++++++++++++++++-------------- 3 files changed, 184 insertions(+), 112 deletions(-) diff --git a/tools/decode-config.html b/tools/decode-config.html index ccd05b514..721e7638a 100644 --- a/tools/decode-config.html +++ b/tools/decode-config.html @@ -6,7 +6,7 @@
  • can restore previously backup and changed JSON-format files,
  • is able to create Tasmota compatible command list with related config parameter
  • -

    Comparing backup files created by decode-config.py and *.dmp files created by Tasmota "Backup/Restore Configuration":

    +

    Comparing backup files created by decode-config.py and *.dmp files created by Tasmota "Backup/Restore Configuration":

    @@ -75,23 +75,39 @@

    Prerequisite