Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Tasmota - Visual Studio Code - IR remote

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.7k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.1k

Tasmota - Visual Studio Code - IR remote

Geplant Angeheftet Gesperrt Verschoben Off Topic
tasmotair remote
35 Beiträge 6 Kommentatoren 2.7k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • J Jan1

    @bahnuhr
    wie hast das in der override eingetragen?

    bahnuhrB Online
    bahnuhrB Online
    bahnuhr
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #17

    @jan1

    #undef USE_BMP 
    #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 code)
    #undef USE_BMP68X
    #define USE_BME68X                            // Enable support for BME680/BME688 sensor using Bosch BME68x library (+6k9 code)
    #undef USE_BH1750
    #define USE_BH1750                               // [I2cDriver11] Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)
    #undef USE_SR04  
    //#define USE_SR04                                 // Add support for HC-SR04 ultrasonic devices (+1k code)
    #undef USE_ADS1115
    //#define USE_ADS1115                            // [I2cDriver13] Enable ADS1115 16 bit A/D converter (I2C address 0x48, 0x49, 0x4A or 0x4B) based on Adafruit ADS1x15 library (no library needed) (+0k7 code)
    #undef USE_SENSEAIR
    #define USE_SENSEAIR                             // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
    
    #undef USE_IR_REMOTE
    #define USE_IR_REMOTE                            // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k3 code, 0k3 mem, 48 iram)
    #undef USE_IR_RECEIVE
    #define USE_IR_RECEIVE                           // Support for IR receiver (+7k2 code, 264 iram)
    #undef USE_DISPLAY
    //#define USE_DISPLAY                            // Add I2C/TM1637/MAX7219 Display Support (+2k code)
    
    

    Die define bräuchte ich alle.


    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
    Danke.
    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
    ScreenToGif :https://www.screentogif.com/downloads.html

    J CodierknechtC 2 Antworten Letzte Antwort
    0
    • bahnuhrB bahnuhr

      @jan1

      #undef USE_BMP 
      #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 code)
      #undef USE_BMP68X
      #define USE_BME68X                            // Enable support for BME680/BME688 sensor using Bosch BME68x library (+6k9 code)
      #undef USE_BH1750
      #define USE_BH1750                               // [I2cDriver11] Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)
      #undef USE_SR04  
      //#define USE_SR04                                 // Add support for HC-SR04 ultrasonic devices (+1k code)
      #undef USE_ADS1115
      //#define USE_ADS1115                            // [I2cDriver13] Enable ADS1115 16 bit A/D converter (I2C address 0x48, 0x49, 0x4A or 0x4B) based on Adafruit ADS1x15 library (no library needed) (+0k7 code)
      #undef USE_SENSEAIR
      #define USE_SENSEAIR                             // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
      
      #undef USE_IR_REMOTE
      #define USE_IR_REMOTE                            // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k3 code, 0k3 mem, 48 iram)
      #undef USE_IR_RECEIVE
      #define USE_IR_RECEIVE                           // Support for IR receiver (+7k2 code, 264 iram)
      #undef USE_DISPLAY
      //#define USE_DISPLAY                            // Add I2C/TM1637/MAX7219 Display Support (+2k code)
      
      

      Die define bräuchte ich alle.

      J Offline
      J Offline
      Jan1
      schrieb am zuletzt editiert von
      #18

      @bahnuhr
      hier läufts:


      2783490e-36e6-47e0-a919-5122c9a3842e-image.png

      1 Antwort Letzte Antwort
      0
      • bahnuhrB bahnuhr

        @jan1

        #undef USE_BMP 
        #define USE_BMP                                  // [I2cDriver10] Enable BMP085/BMP180/BMP280/BME280 sensors (I2C addresses 0x76 and 0x77) (+4k4 code)
        #undef USE_BMP68X
        #define USE_BME68X                            // Enable support for BME680/BME688 sensor using Bosch BME68x library (+6k9 code)
        #undef USE_BH1750
        #define USE_BH1750                               // [I2cDriver11] Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)
        #undef USE_SR04  
        //#define USE_SR04                                 // Add support for HC-SR04 ultrasonic devices (+1k code)
        #undef USE_ADS1115
        //#define USE_ADS1115                            // [I2cDriver13] Enable ADS1115 16 bit A/D converter (I2C address 0x48, 0x49, 0x4A or 0x4B) based on Adafruit ADS1x15 library (no library needed) (+0k7 code)
        #undef USE_SENSEAIR
        #define USE_SENSEAIR                             // Add support for SenseAir K30, K70 and S8 CO2 sensor (+2k3 code)
        
        #undef USE_IR_REMOTE
        #define USE_IR_REMOTE                            // Send IR remote commands using library IRremoteESP8266 and ArduinoJson (+4k3 code, 0k3 mem, 48 iram)
        #undef USE_IR_RECEIVE
        #define USE_IR_RECEIVE                           // Support for IR receiver (+7k2 code, 264 iram)
        #undef USE_DISPLAY
        //#define USE_DISPLAY                            // Add I2C/TM1637/MAX7219 Display Support (+2k code)
        
        

        Die define bräuchte ich alle.

        CodierknechtC Offline
        CodierknechtC Offline
        Codierknecht
        Developer Most Active
        schrieb am zuletzt editiert von
        #19

        @bahnuhr
        Probier mal die hier: tasmota_8266_ir.bin

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi
        Zabbix Certified Specialist
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        bahnuhrB 1 Antwort Letzte Antwort
        0
        • CodierknechtC Codierknecht

          @bahnuhr
          Probier mal die hier: tasmota_8266_ir.bin

          bahnuhrB Online
          bahnuhrB Online
          bahnuhr
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #20

          @codierknecht
          S8 und IR gehen
          BME680 und LH1750 gehen nicht.


          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
          Danke.
          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
          ScreenToGif :https://www.screentogif.com/downloads.html

          1 Antwort Letzte Antwort
          0
          • bahnuhrB Online
            bahnuhrB Online
            bahnuhr
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #21

            So, habe nun VSC mal auf einem anderen Laptop installiert.
            Und dann override eingefügt und bin compiliert.

            Fazit:
            Da hat es geklappt. Folglich liegt es an dem anderen Laptop, Windows, oder was auch immer.

            Für mich somit erledigt hier.
            Danke für den Input.


            Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
            Danke.
            gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
            ScreenToGif :https://www.screentogif.com/downloads.html

            1 Antwort Letzte Antwort
            0
            • BananaJoeB Online
              BananaJoeB Online
              BananaJoe
              Most Active
              schrieb am zuletzt editiert von
              #22

              Zum Thema "Eigene Version kompilieren":

              https://gitpod.io/#https://github.com/benzino77/tasmocompiler

              Das ist ein "Online Tasmota Kompiler", da kannst du auch alles anpassen.
              Ich hatte da mal eine Anleitung gemacht: https://znil.net/index.php?title=ESP8266_Wemos_D1_Mini_mit_Tasmota_und_OLED_Display_I2C_SSH1106_und_4_Taster#Firmware_selbst_kompilieren

              Also kein Docker & Co notwendig

              ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

              bahnuhrB 1 Antwort Letzte Antwort
              2
              • BananaJoeB BananaJoe

                Zum Thema "Eigene Version kompilieren":

                https://gitpod.io/#https://github.com/benzino77/tasmocompiler

                Das ist ein "Online Tasmota Kompiler", da kannst du auch alles anpassen.
                Ich hatte da mal eine Anleitung gemacht: https://znil.net/index.php?title=ESP8266_Wemos_D1_Mini_mit_Tasmota_und_OLED_Display_I2C_SSH1106_und_4_Taster#Firmware_selbst_kompilieren

                Also kein Docker & Co notwendig

                bahnuhrB Online
                bahnuhrB Online
                bahnuhr
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #23

                @bananajoe
                Danke fürs teilen der Anleitung.
                Sieht bei mir aber anders aus.
                Ich klicke auf: ... link to Gipod, ...

                bei mir kommt:
                47f64e6f-345c-43db-ae91-db73c548a063-image.png

                lt. deiner Anleitung kommt dies:
                94481400-a0dc-45e8-8c96-50b7c6a35e96-image.png

                Ich habe dann mit den verschiedensten Möglichkeiten mal rumgespielt.
                Aber ein:
                484ce9e6-54d2-4e5a-963e-9c7661d35d62-image.png

                kommt bei mir nicht.

                Ist die Anleitung veraltet ?
                Oder habe ich zu schnell irgendwo falsch drauf geklickt.


                Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                Danke.
                gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                ScreenToGif :https://www.screentogif.com/downloads.html

                1 Antwort Letzte Antwort
                0
                • bahnuhrB Online
                  bahnuhrB Online
                  bahnuhr
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #24

                  habe jetzt mal:
                  c30351d3-5d1e-4eea-a85b-e2bf6eb12359-image.png

                  ausprobiert.
                  jetzt kam "...started...3000"

                  Ich probiere weiter.


                  Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                  Danke.
                  gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                  ScreenToGif :https://www.screentogif.com/downloads.html

                  CodierknechtC 1 Antwort Letzte Antwort
                  0
                  • bahnuhrB bahnuhr

                    habe jetzt mal:
                    c30351d3-5d1e-4eea-a85b-e2bf6eb12359-image.png

                    ausprobiert.
                    jetzt kam "...started...3000"

                    Ich probiere weiter.

                    CodierknechtC Offline
                    CodierknechtC Offline
                    Codierknecht
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #25

                    @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                    jetzt kam "...started...3000"

                    Ja - der horcht auf Port 3000

                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                    HmIP|ZigBee|Tasmota|Unifi
                    Zabbix Certified Specialist
                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                    bahnuhrB 1 Antwort Letzte Antwort
                    0
                    • CodierknechtC Codierknecht

                      @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                      jetzt kam "...started...3000"

                      Ja - der horcht auf Port 3000

                      bahnuhrB Online
                      bahnuhrB Online
                      bahnuhr
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #26

                      @codierknecht
                      @BananaJoe

                      Hab gerade mal eine bin erstellt mit dem tasmocompiler.
                      Hat wohl geklappt.

                      Jedoch ist die neue Tasmota Version wohl noch nicht enthalten.
                      Auswählbar ist 14.4.1
                      Die neue wäre 14.5.0

                      mfg
                      Dieter


                      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                      Danke.
                      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                      ScreenToGif :https://www.screentogif.com/downloads.html

                      CodierknechtC 1 Antwort Letzte Antwort
                      0
                      • bahnuhrB bahnuhr

                        @codierknecht
                        @BananaJoe

                        Hab gerade mal eine bin erstellt mit dem tasmocompiler.
                        Hat wohl geklappt.

                        Jedoch ist die neue Tasmota Version wohl noch nicht enthalten.
                        Auswählbar ist 14.4.1
                        Die neue wäre 14.5.0

                        mfg
                        Dieter

                        CodierknechtC Offline
                        CodierknechtC Offline
                        Codierknecht
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #27

                        @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                        Auswählbar ist 14.4.1

                        Reicht die nicht?

                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                        HmIP|ZigBee|Tasmota|Unifi
                        Zabbix Certified Specialist
                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                        bahnuhrB 1 Antwort Letzte Antwort
                        0
                        • CodierknechtC Codierknecht

                          @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                          Auswählbar ist 14.4.1

                          Reicht die nicht?

                          bahnuhrB Online
                          bahnuhrB Online
                          bahnuhr
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #28

                          @codierknecht sagte in Tasmota - Visual Studio Code - IR remote:

                          @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                          Auswählbar ist 14.4.1

                          Reicht die nicht?

                          na klar reicht die.

                          Aber ala @Thomas-Braun :
                          immer schön updates machen.

                          ;-)


                          Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                          Danke.
                          gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                          ScreenToGif :https://www.screentogif.com/downloads.html

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • bahnuhrB bahnuhr

                            @codierknecht sagte in Tasmota - Visual Studio Code - IR remote:

                            @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                            Auswählbar ist 14.4.1

                            Reicht die nicht?

                            na klar reicht die.

                            Aber ala @Thomas-Braun :
                            immer schön updates machen.

                            ;-)

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von Thomas Braun
                            #29

                            @bahnuhr
                            Erwischt!
                            Mein SmartMeter:

                            Tasmota 14.1.0.1 (tasmota) von Theo Arends

                            Nächstes Update ist dann erst 15.1.x (wenn überhaupt... :-) )

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            bahnuhrB BananaJoeB 3 Antworten Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @bahnuhr
                              Erwischt!
                              Mein SmartMeter:

                              Tasmota 14.1.0.1 (tasmota) von Theo Arends

                              Nächstes Update ist dann erst 15.1.x (wenn überhaupt... :-) )

                              bahnuhrB Online
                              bahnuhrB Online
                              bahnuhr
                              Forum Testing Most Active
                              schrieb am zuletzt editiert von
                              #30

                              @thomas-braun sagte in Tasmota - Visual Studio Code - IR remote:

                              Erwischt!

                              Ja, was.
                              Das ist ja uralt ;-)

                              Mach dies mal schnell auf ein aktuelles, lebendes System ;-)


                              Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                              Danke.
                              gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                              ScreenToGif :https://www.screentogif.com/downloads.html

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @bahnuhr
                                Erwischt!
                                Mein SmartMeter:

                                Tasmota 14.1.0.1 (tasmota) von Theo Arends

                                Nächstes Update ist dann erst 15.1.x (wenn überhaupt... :-) )

                                bahnuhrB Online
                                bahnuhrB Online
                                bahnuhr
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von bahnuhr
                                #31

                                @thomas-braun
                                hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png


                                Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                Danke.
                                gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                ScreenToGif :https://www.screentogif.com/downloads.html

                                BananaJoeB 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @bahnuhr
                                  Erwischt!
                                  Mein SmartMeter:

                                  Tasmota 14.1.0.1 (tasmota) von Theo Arends

                                  Nächstes Update ist dann erst 15.1.x (wenn überhaupt... :-) )

                                  BananaJoeB Online
                                  BananaJoeB Online
                                  BananaJoe
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #32

                                  @thomas-braun Also mein Smartmeter / Hichi ist das einzige Tasmotagerät was ich nicht update ...
                                  Es funktioniert gerade einwandfrei und perfekt - und wenn ich es verkacke beiß ich mir in den Arsch.

                                  Ich führe inzwischen in meiner Adressliste welche Tasmotavariante auf welches Gerät gehört, neben den ESP8266 Varianten, neben Normal z.B. mit IR, sind es gerade beim ESP32 einige, z.B. C3 oder SingleCore

                                  ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                  1 Antwort Letzte Antwort
                                  0
                                  • bahnuhrB bahnuhr

                                    @thomas-braun
                                    hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                    faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png

                                    BananaJoeB Online
                                    BananaJoeB Online
                                    BananaJoe
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #33

                                    @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                                    @thomas-braun
                                    hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                    faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png

                                    Das sieht man doch auch im Backup ...
                                    8c9698fe-24ed-44db-b492-0cbc367c832c-image.png

                                    ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                    bahnuhrB 1 Antwort Letzte Antwort
                                    0
                                    • BananaJoeB BananaJoe

                                      @bahnuhr sagte in Tasmota - Visual Studio Code - IR remote:

                                      @thomas-braun
                                      hab mir sogar extra eine Tasmota View gebastelt, wo täglich ermittelt wird, welche firmware alt ist !

                                      faeecdb6-db3b-4baf-b564-fc14ec1441a5-image.png

                                      Das sieht man doch auch im Backup ...
                                      8c9698fe-24ed-44db-b492-0cbc367c832c-image.png

                                      bahnuhrB Online
                                      bahnuhrB Online
                                      bahnuhr
                                      Forum Testing Most Active
                                      schrieb am zuletzt editiert von
                                      #34

                                      @bananajoe
                                      tasmobackup hab ich bisher noch nie genutzt.


                                      Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                                      Danke.
                                      gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                                      ScreenToGif :https://www.screentogif.com/downloads.html

                                      BananaJoeB 1 Antwort Letzte Antwort
                                      0
                                      • bahnuhrB bahnuhr

                                        @bananajoe
                                        tasmobackup hab ich bisher noch nie genutzt.

                                        BananaJoeB Online
                                        BananaJoeB Online
                                        BananaJoe
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #35

                                        @bahnuhr da bei der Vielzahl meiner Geräte schon mal das eine oder andere ausgefallen ist, war das schon oft Gold wert :-)
                                        Kalibrierung und Zählerstände muss man trotzdem neu machen bzw. wieder auf die alten Werte setzen.
                                        IP+Netzwerk, Template, Regeln & Co sind dann aber wieder da wie vorher

                                        ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 48TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=160 Tasmota/Shelly || >=95 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 750W kaskadiert || Creality CR-10 SE 3D-Drucker

                                        1 Antwort Letzte Antwort
                                        0
                                        Antworten
                                        • In einem neuen Thema antworten
                                        Anmelden zum Antworten
                                        • Älteste zuerst
                                        • Neuste zuerst
                                        • Meiste Stimmen


                                        Support us

                                        ioBroker
                                        Community Adapters
                                        Donate

                                        948

                                        Online

                                        32.4k

                                        Benutzer

                                        81.5k

                                        Themen

                                        1.3m

                                        Beiträge
                                        Community
                                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                        ioBroker Community 2014-2025
                                        logo
                                        • Anmelden

                                        • Du hast noch kein Konto? Registrieren

                                        • Anmelden oder registrieren, um zu suchen
                                        • Erster Beitrag
                                          Letzter Beitrag
                                        0
                                        • Home
                                        • Aktuell
                                        • Tags
                                        • Ungelesen 0
                                        • Kategorien
                                        • Unreplied
                                        • Beliebt
                                        • GitHub
                                        • Docu
                                        • Hilfe