Giter VIP home page Giter VIP logo

tasmotabackup's Introduction

Tasmota Backup Tool

This tool helps you to make a backup of all Tasmota devices connected to your wifi. For this the basic steps are:

  1. Scan for tasmota divices
  2. Save the devices found
  3. Download the config files of the devices
  4. Save them local

ToDos

  • At the moment it only scans from 192.168.178.1 to .255
  • The backup process itselfs gives no feedback, only the table.
  • exe is not created yet

How to use

There are two possibilities how to get this running. You can download the exe file and just run it or you can use dotnet-script.

Use dotnet-script

This variant has the benefit that you can edit the code according to your needs. It's not much code so should be easy to understand. To get started follow this steps:

  1. Install dotnet script: https://github.com/dotnet-script/dotnet-script#windows
  2. clone the project
  3. open the project folder with vscode
  4. open main.csx press F5

Why another one

I tried to find a simple backup solution. For this I found the following tools.

Short code description

  • main.csx
    • Entry point of the tool
  • tasmota.csx
    • Class which saves the device informations
  • tasmohttp.csx
    • handles the communication with the devices
  • state.csx
    • saves the informations for next program start
  • command.csx
    • class to build the menu
  • mqttscan.csx
    • handles the mqtt communication which is not used at the moment.

tasmotabackup's People

Contributors

fcunlimited avatar

Watchers

 avatar

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.