Giter Site home page Giter Site logo

Comments (3)

curzon01 avatar curzon01 commented on May 31, 2024
-s, --source <filename|host|url>
                        source used for the Tasmota configuration (default: None). Specify source type, path, file, user,
                        password, hostname, port and topic at once as an URL. The URL must be in the form
                        'scheme://[username[:password]@]host[:port][/topic]|pathfile'where scheme is 'file' for a tasmota binary
                        config file, 'http' for a Tasmota HTTP web connection and 'mqtt(s)' for Tasmota MQTT transport ('mqtts'
                        uses a TLS connection to MQTT server)

the point is the sentence part "'file' for a tasmota binary config file", see also left side "Source" in overview diagram on README - you can't use a json as source.

I do not see the benefit converting a json into a dmp.

from decode-config.

curzon01 avatar curzon01 commented on May 31, 2024

For full explanation:

  • you can simply use the edited json direclty as restore file for the newly device: -s http://newtasmota -i Config_newdev_12.5.0.json
  • if you want to take your cumbersome way via json -> dmp -> GUI Restore:
    copy your Config_kaffee_12.5.0.dmp to Config_newdev_12.5.0.dmp and use this as source: -s Config_newdev_12.5.0.dmp -i Config_newdev_12.5.0.json - finally use your GUI and restore Config_newdev_12.5.0.dmp

first is the prefered way

from decode-config.

mapausch avatar mapausch commented on May 31, 2024

Thanks a lot for your efforts and clarifications, @curzon01
Somehow I didn't realize, that it's possible to restore the json file straight to the Tasmota device :-/
Works like a charm :-)

from decode-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.