Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. [ESPHome] Beta release

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [ESPHome] Beta release

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @FredF last edited by

      @fredf

      ok - die iobroker adresse ist jetzt drin und ann geht es auch auf - ein problem weniger

      und warum ist das leer ?

      Image 2.png Image 1.png

      1 Reply Last reply Reply Quote 0
      • SBorg
        SBorg Forum Testing Most Active @liv-in-sky last edited by

        @liv-in-sky Du hast wahrscheinlich nicht deine yaml-Dateien in den ioB kopiert? Dann weiß er auch im Dashboard IMO nichts von deinen Geräten.

        /opt/iobroker/iobroker-data/esphome.0/xyz.yaml

        liv-in-sky 4 Replies Last reply Reply Quote 2
        • liv-in-sky
          liv-in-sky @SBorg last edited by

          @sborg das mach ich gleich mal 🙂

          1 Reply Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @SBorg last edited by

            @sborg
            @FredF

            danke euch beiden

            Image 3.png

            FredF 1 Reply Last reply Reply Quote 1
            • FredF
              FredF Most Active Forum Testing @liv-in-sky last edited by

              @liv-in-sky Du musstest also die yaml Dateien einfügen wie @SBorg geschrieben hat?

              liv-in-sky 1 Reply Last reply Reply Quote 0
              • liv-in-sky
                liv-in-sky @FredF last edited by

                @fredf

                ja - das war's

                FredF 1 Reply Last reply Reply Quote 0
                • FredF
                  FredF Most Active Forum Testing @liv-in-sky last edited by

                  @liv-in-sky wieder was gelernt 👍

                  1 Reply Last reply Reply Quote 0
                  • SBorg
                    SBorg Forum Testing Most Active last edited by

                    Die werden ja normalerweise vom Adapter erzeugt, nur hat @liv-in-sky sie ja extern erzeugt, da fehlen sie dem Adapter halt 😉

                    1 Reply Last reply Reply Quote 0
                    • liv-in-sky
                      liv-in-sky @SBorg last edited by

                      @sborg

                      ist es eigentlich pflicht, ein api kennwort zu haben ?

                      SBorg 1 Reply Last reply Reply Quote 0
                      • SBorg
                        SBorg Forum Testing Most Active @liv-in-sky last edited by

                        @liv-in-sky Ich weiß nicht ob der Adapter ohne funktioniert. Seitens ESPHome nein:

                        password (Optional, string): The password to protect the API Server with. Defaults to no password.
                        
                        1 Reply Last reply Reply Quote 0
                        • liv-in-sky
                          liv-in-sky @SBorg last edited by liv-in-sky

                          @sborg

                          hoffentlich letztes thema

                          es kommt immer wieder vor, dass der name mit .local irgendwo abgefragt wird. zb. http://temperaturxiaomi.local/ wenn man visit drückt

                          aber ich habe keine local sondern fritz.box

                          weißt du, wo ich das richtig einstellen kann

                          SBorg 1 Reply Last reply Reply Quote 0
                          • SBorg
                            SBorg Forum Testing Most Active @liv-in-sky last edited by

                            @liv-in-sky Versuche es mal unter wifi in der yaml:

                            wifi:
                              # ...
                              use_address: temperaturxiaomi.fritz.box
                            
                            liv-in-sky 1 Reply Last reply Reply Quote 0
                            • liv-in-sky
                              liv-in-sky @SBorg last edited by

                              @sborg

                              schwere geburt - namen mismatch, dns mismatch und evtl sogar falscher esp32 type (da laden über wifi dauernd unterbrochen hat

                              aber jetzt sind alle drin und online

                                use_address: temperaturxiaomi.fritz.box
                              
                              

                              funktioniert auch

                              draexler 1 Reply Last reply Reply Quote 0
                              • draexler
                                draexler @liv-in-sky last edited by

                                Kann man schon sagen wann die 0.2.4 Stable wird? Aktuell ist es ja die 0.2.3

                                1 Reply Last reply Reply Quote 0
                                • A
                                  Archimedeus @OPatrick last edited by

                                  @opatrick
                                  Falls es hilft: ich hjabe genau das gleiche gemacht wie du, aus dem selben Grund. Und ich stehe genau da wo du stehts.

                                  Johannes Bauerstatter 1 Reply Last reply Reply Quote 0
                                  • Johannes Bauerstatter
                                    Johannes Bauerstatter @Archimedeus last edited by

                                    Hallo, kann mir bitte jemand mit der ESP32CAM helfen.

                                    Folgende yaml wirft einen Fehler:

                                    esphome:
                                      name: sesp32-camera
                                      platform: ESP32
                                      board: esp-wrover-kit
                                    
                                    wifi:
                                      ssid: ""
                                      password: ""
                                    
                                    
                                    # Enable logging
                                    logger:
                                    
                                    # Enable Home Assistant API
                                    api:
                                    
                                    ota:
                                      
                                    
                                    esp32_camera_web_server:
                                      - port: 8081
                                        mode: stream
                                      - port: 8080
                                        mode: snapshot 
                                    
                                    esp32_camera:
                                      external_clock:
                                        pin: GPIO0
                                        frequency: 20MHz
                                      i2c_pins:
                                        sda: GPIO26
                                        scl: GPIO27
                                      data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
                                      vsync_pin: GPIO25
                                      href_pin: GPIO23
                                      pixel_clock_pin: GPIO22
                                      power_down_pin: GPIO32
                                      resolution: XGA
                                      max_framerate: 10fps
                                     
                                    
                                      # Image settings
                                      name: My Camera
                                      # ...
                                      
                                    sensor:
                                     - platform: wifi_signal
                                       name: esp32cam Wifi Signal 
                                       
                                    output:
                                       - platform: gpio
                                         pin: GPIO4
                                         id: gpio_4 
                                    
                                    switch:
                                       - platform: gpio
                                         pin: GPIO14
                                         name: "Test"
                                         
                                    
                                    light:
                                      - platform: binary
                                        output: gpio_4
                                        name: esp32 cam light
                                    

                                    Fehler:

                                    INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esp32-camera.yaml...
                                    Failed config
                                    
                                    esp32_camera_web_server: [source /opt/iobroker/iobroker-data/esphome.0/esp32-camera.yaml:21]
                                      
                                      Component not found: esp32_camera_web_server.
                                      - port: 8081
                                        mode: stream
                                      - port: 8080
                                        mode: snapshot
                                    

                                    Muss hier irgendwo etwas nachinstalliert werden?

                                    Johannes Bauerstatter 1 Reply Last reply Reply Quote 0
                                    • Johannes Bauerstatter
                                      Johannes Bauerstatter @Johannes Bauerstatter last edited by Johannes Bauerstatter

                                      Release 2021.11.2 of ESP Home fixed this issue

                                      Wie kann ich diese Version upgraden? Nach Update All in Dashboard stehe ich auf 2021.9.3.

                                      Edit:
                                      Ich habe ESPhome mit iobroker del esphome gelöscht und mit iobroker add esphome neu installiert. Die Yaml´s blieben erhalten.
                                      Habe jetzt Version 2022.1.4

                                      a200 1 Reply Last reply Reply Quote 2
                                      • a200
                                        a200 @Johannes Bauerstatter last edited by

                                        @Dutchman
                                        @johannes-bauerstatter sagte in [ESPHome] Beta release:

                                        iobroker add esphome

                                        Die Idee ist nicht optimal. Beim Löschen des Adapters werden die Datenpunkte entfernt.

                                        Wenn ich es richtig verstanden hab, dann geht es (solange wir bei der gleichen Adapter Version bleiben) nur um das Update und Rebuild der ESPhome Komponenten. Vielleicht gibt es eine andere Möglichkeit, diese Prozesse zu triggern?

                                        Johannes Bauerstatter 1 Reply Last reply Reply Quote 0
                                        • Johannes Bauerstatter
                                          Johannes Bauerstatter @a200 last edited by

                                          @a200 Ja die Datenpunkte gehen verloren. Zum Glück habe ich alle per Alias verlinkt und somit konnte ich mit der Lösung leben.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            e-s @Johannes Bauerstatter last edited by

                                            @johannes-bauerstatter @a200

                                            Ich habe lieber esphome manuell installiert, dadurch bin ich für Updates nicht auf den Adapter angewiesen.

                                            haselchen Dutchman 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            778
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            48
                                            591
                                            102683
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo