Replies: 3 comments 1 reply
-
So it is not really a problem with the decode-config, but a Wifi/Tasmota problem. A stable network connection to the device is mandatory for online backup. In this case, you will also not be able to access this device via your browser. Which Tasmota version is installed on these ESP32 devices? |
Beta Was this translation helpful? Give feedback.
-
Maybe it is related to this Report: It seems that for my IoT Device it is set to:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm running a script which is called weekly via an cron job. The script performs a backup of several IoT devices which running Tasmota (most recent version). Some of them running tasmota and some of them running tasmota32. Unfortunately ist seems that performing a backup of an tasmota32 IoT device often fails with the following error message:
This is how I call "decode-config" which is working since a long time without any problem:
./tasmota_decode-config-latest -s $1 --json-indent 2 -o $targetFolder/Config_@[email protected] -o $targetFolder/Config_@[email protected]
To Reproduce
Not really reproducable. Sometimes backup works for the same IoT device without any problem. But it seems that ESP32 IoT devices running tasmota32 are more often exit with above mention error without performing backup.
Expected behavior
Backup performed of tasmota32 IoT devices
Version Information
System' information of your Tasmota data
Append
-g System
to your decode-config parameter, e. g.decode-config.py -s myconfig.dmp -g System
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions