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

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    [ESPHome] Beta release

    This topic has been deleted. Only users with topic management privileges can see it.
    • a200
      a200 last edited by

      @johannes-bauerstatter Ein ESPHome Update innerhalb des USPHome-Adapters ist so einfach, dass es schon peinlich ist.

      1. IoBroker unter Adapter "Expertenmodus" aktivieren.
      2. Auf die Katze (installieren aus eigener URL) klicken.
      3. Im Tab "VON NPM" den ESphome-Adapter auswählen.

      Der Adapter wird reinstalliert, wobei die neuste Version von ESPHome gezogen und installiert wird. Alle Yamls und die Datenpunkte bleiben erhalten.

      Johannes Bauerstatter B B 3 Replies Last reply Reply Quote 1
      • Johannes Bauerstatter
        Johannes Bauerstatter @a200 last edited by

        @a200 Vielen Dank. War mir nicht bewusst, dass es so einfach ist.

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

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

          @a200 Vielen Dank. War mir nicht bewusst, dass es so einfach ist.

          Ja, siehe ich auch so. Manchmal sieht man den Wald nicht! 😀 Wenn es dir geholfen hat, dann würde ich mich über eine positive Bewertung meines Beitrages sehr freuen.

          1 Reply Last reply Reply Quote 0
          • Dutchman
            Dutchman Developer Most Active Administrators @e-s last edited by

            @e-s sagte in [ESPHome] Beta release:

            @johannes-bauerstatter @a200

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

            update des dashboards komt als Option in de adapter ohne neue version zu installieren spiele gerade mit der Lösung.

            Moechte auch nicht immer ne neue release des adapter machen (jeden Monat) weil es ne neue dashboard version gibt

            a200 1 Reply Last reply Reply Quote 3
            • a200
              a200 @Dutchman last edited by

              @dutchman Es wäre sehr praktisch. Bis dahin ist eine Reinstallation des Adapters die Lösung. Es wäre gut, wenn du eine Versionsprüfung einbauen könntest. Vielleicht im Footer. Ansonsten bin ich von deinem Adapter begeistert.

              Dutchman 1 Reply Last reply Reply Quote 0
              • Dutchman
                Dutchman Developer Most Active Administrators @a200 last edited by Dutchman

                @a200 sagte in [ESPHome] Beta release:

                @dutchman Es wäre sehr praktisch. Bis dahin ist eine Reinstallation des Adapters die Lösung. Es wäre gut, wenn du eine Versionsprüfung einbauen könntest. Vielleicht im Footer. Ansonsten bin ich von deinem Adapter begeistert.

                im Layout vom dashboard kan ich leider nix hinzufügen/ändern das kommt 1:1 aus dem ESPHome python dashboard Process.
                Wohl könnte ich schaue ob es möglich ist eine log Meldung aus zu geben oder in der Instanz config wen eine neue version verfügbar ist

                M 1 Reply Last reply Reply Quote 1
                • M
                  maxpd @Dutchman last edited by maxpd

                  @dutchman

                  Bei mir steigt die Installation an der Stelle aus:

                  Using cached cryptography-36.0.1.tar.gz (572 kB)
                  
                  Installing build dependencies: started
                  
                  Installing build dependencies: finished with status 'error'
                  
                  host.iobroker Cannot install DrozmotiX/ioBroker.esphome#86201d5e87abede6071e84b38299bb72f699fef0: 1
                  
                  ERROR: Process exited with code 25`
                  
                  My Python Version is 3.7
                  NodeJS 14.18
                  

                  Dazu hab ich aber schon ein github Issue eröffnet.

                  Was mich aber vorab interessieren würde: Kann ich mit dem Adapter einen Servo steuern? https://esphome.io/components/servo.html

                  Dutchman 1 Reply Last reply Reply Quote 0
                  • Dutchman
                    Dutchman Developer Most Active Administrators @maxpd last edited by

                    @maxpd sagte in [ESPHome] Beta release:

                    @dutchman

                    Bei mir steigt die Installation an der Stelle aus:

                    Using cached cryptography-36.0.1.tar.gz (572 kB)
                    
                    Installing build dependencies: started
                    
                    Installing build dependencies: finished with status 'error'
                    
                    host.iobroker Cannot install DrozmotiX/ioBroker.esphome#86201d5e87abede6071e84b38299bb72f699fef0: 1
                    
                    ERROR: Process exited with code 25`
                    
                    My Python Version is 3.7
                    NodeJS 14.18
                    

                    Dazu hab ich aber schon ein github Issue eröffnet.

                    Was mich aber vorab interessieren würde: Kann ich mit dem Adapter einen Servo steuern? https://esphome.io/components/servo.html

                    Hab das issue gesehen konnte es mir nur noch nicht erklären da knallt was bei den Abhängigkeiten

                    Servo habe ich noch nie probiert eventuell kleine Änderung/Ergänzung nötig im code

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

                      @dutchman @maxpd in der 2022.2.4 geht servo problemlos.

                      Dutchman 1 Reply Last reply Reply Quote 1
                      • Dutchman
                        Dutchman Developer Most Active Administrators @a200 last edited by

                        @a200 sagte in [ESPHome] Beta release:

                        @dutchman @maxpd in der 2022.2.4 geht servo problemlos.

                        Kommen die states den over den Adapter in ioBroker rein ? Für type Servo hatte ich noch nichts spezifisches programmiert

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

                          @dutchman Sorry. Da waren die Finger schneller als der Kopf. In meinem Fall habe ich den NODEMCU über Iobroker-Esphome nur programmiert und nur über Buttons auf der Website gesteuert. Nicht direkt vom IoBroker aus. Sorry für die Verwirrung.
                          Es werden keinen Stats geschrieben!

                          servo:
                            - id: my_servo
                              output: pwm_output
                              
                          output:
                            - platform: esp8266_pwm
                              id: pwm_output
                              pin: D1
                              frequency: 50 Hz
                          
                          Dutchman 1 Reply Last reply Reply Quote 1
                          • Dutchman
                            Dutchman Developer Most Active Administrators @a200 last edited by

                            @a200 sagte in [ESPHome] Beta release:

                            Es werden keinen Stats geschrieben!

                            dan kommt da aber bestimmt was im. log was man an den developer schicken soll 😛

                            1 Reply Last reply Reply Quote 0
                            • a200
                              a200 last edited by

                              @dutchman - schaue mal, dass ich dir was zusammenstelle. Danke!

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

                                @a200
                                Du musst irgendetwas mit name= hinzufügen bevor überhaupt etwas im webif oder an den Adapter übergeben wird.
                                Ein switch oder sowas in der Art müsste als input dazu.

                                a200 1 Reply Last reply Reply Quote 0
                                • a200
                                  a200 @e-s last edited by

                                  @e-s hier komplett:
                                  damit werden entsprechende Buttons von -100 bis 100 und STOP über die Web-GUI verfügbar.

                                  web_server:
                                    port: 80
                                  
                                  
                                  button:
                                    - platform: template
                                      name: "0"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 0.0%
                                    - platform: template
                                      name: "10"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 10%
                                    - platform: template
                                      name: "20"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 20%
                                    - platform: template
                                      name: "30"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 30%
                                    - platform: template
                                      name: "40"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 40%
                                    - platform: template
                                      name: "50"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 50%
                                    - platform: template
                                      name: "60"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 60%
                                    - platform: template
                                      name: "70"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 70%
                                    - platform: template
                                      name: "80"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 80%
                                    - platform: template
                                      name: "90"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 90%
                                    - platform: template
                                      name: "100"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: 100%
                                    - platform: template
                                      name: "-10"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -10%
                                    - platform: template
                                      name: "-20"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -20%
                                    - platform: template
                                      name: "-30"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -30%
                                    - platform: template
                                      name: "-40"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -40%
                                    - platform: template
                                      name: "-50"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -50%
                                    - platform: template
                                      name: "-60"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -60%
                                    - platform: template
                                      name: "-70"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -70%
                                    - platform: template
                                      name: "-80"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -80%
                                    - platform: template
                                      name: "-90"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -90%
                                    - platform: template
                                      name: "-100"
                                      on_press:
                                      - servo.write:
                                          id: my_servo
                                          level: -100%
                                    - platform: template
                                      name: "Stop"
                                      on_press:
                                        - servo.detach: my_servo
                                  
                                  
                                  servo:
                                    - id: my_servo
                                      output: pwm_output
                                      
                                  output:
                                    - platform: esp8266_pwm
                                      id: pwm_output
                                      pin: D1
                                      frequency: 50 Hz
                                  
                                  OpenSourceNomad M 2 Replies Last reply Reply Quote 0
                                  • OpenSourceNomad
                                    OpenSourceNomad Most Active @a200 last edited by

                                    @a200 said in [ESPHome] Beta release:

                                    entsprechende Buttons von -100 bis 100

                                    wahrscheinlich eignet sich hier ein select template besser anstelle der 20 buttons 🎛

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      maxpd @OpenSourceNomad last edited by

                                      @opensourcenomad wie sähe es aus, wenn man den servo 1 minute (36000 Grad) am stück laufen lassen möchte und anschließend zurück? Ich denke über die Zeit gesteuert ist das besser als über die Anzahl der Grad?

                                      OpenSourceNomad 1 Reply Last reply Reply Quote 0
                                      • OpenSourceNomad
                                        OpenSourceNomad Most Active @maxpd last edited by OpenSourceNomad

                                        @maxpd said in [ESPHome] Beta release:

                                        wenn man den servo 1 minute (36000 Grad) am stück laufen lassen möchte und anschließend zurück?

                                        Das ist mit Sicherheit was für eine automation ⬅, welche wiederum durch einen template button gestartet werden kann wenn gewünscht 💡

                                        M 2 Replies Last reply Reply Quote 1
                                        • M
                                          maxpd @OpenSourceNomad last edited by

                                          @opensourcenomad puhh, crazy, viel zu lernen, merci 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            maxpd @a200 last edited by maxpd

                                            @a200 lieferst du @Dutchman noch das Log? Danke dir.

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            867
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            48
                                            591
                                            99991
                                            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