Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Einbindung von Geräten
  5. ESPHome .yaml Fehlermeldung Pillow Version

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

ESPHome .yaml Fehlermeldung Pillow Version

Scheduled Pinned Locked Moved Einbindung von Geräten
45 Posts 4 Posters 4.7k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

    Außerdem wird Pillow ohne sudo -H -u iobroker nicht gefunden:

    Normal, für den user raspi liegt pillow ja nicht mehr im $PATH. Dafür aber im $PATH des users iobroker
    Benötigt esphome denn genau die Version 10.2.0?

    W Offline
    W Offline
    wibear
    wrote on last edited by
    #22

    @thomas-braun sagte in [ESPHome .yaml Fehlermeldung Pillow Version]

    Benötigt esphome denn genau die Version 10.2.0?

    Ich bin es mir nicht sicher, habe dazu nichts gefunden.
    Wie kann ich bitte genau diese Version installieren?
    Danke und Gruß

    1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

      Außerdem wird Pillow ohne sudo -H -u iobroker nicht gefunden:

      Normal, für den user raspi liegt pillow ja nicht mehr im $PATH. Dafür aber im $PATH des users iobroker
      Benötigt esphome denn genau die Version 10.2.0?

      W Offline
      W Offline
      wibear
      wrote on last edited by
      #23

      @thomas-braun

      Jetzt habe ich die geforderte Version installiert:

      raspi@raspi:~ $ sudo -H -u iobroker pip show pillow
      Name: pillow
      Version: 10.2.0
      Summary: Python Imaging Library (Fork)
      

      Der Fehler mit der Version ist nach wie vor da:

      error2.jpg

      Thomas BraunT arteckA 2 Replies Last reply
      0
      • W wibear

        @thomas-braun

        Jetzt habe ich die geforderte Version installiert:

        raspi@raspi:~ $ sudo -H -u iobroker pip show pillow
        Name: pillow
        Version: 10.2.0
        Summary: Python Imaging Library (Fork)
        

        Der Fehler mit der Version ist nach wie vor da:

        error2.jpg

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #24

        @wibear

        Möglich, dass der Adapter nun nochmal neu gegen diese Versionen gebaut werden muss.

        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

        1 Reply Last reply
        0
        • W wibear

          @thomas-braun

          Jetzt habe ich die geforderte Version installiert:

          raspi@raspi:~ $ sudo -H -u iobroker pip show pillow
          Name: pillow
          Version: 10.2.0
          Summary: Python Imaging Library (Fork)
          

          Der Fehler mit der Version ist nach wie vor da:

          error2.jpg

          arteckA Offline
          arteckA Offline
          arteck
          Developer Most Active
          wrote on last edited by
          #25

          @wibear

          poste mal die yaml

          zigbee hab ich, zwave auch, nuc's genauso und HA auch

          W 1 Reply Last reply
          0
          • arteckA arteck

            @wibear

            poste mal die yaml

            W Offline
            W Offline
            wibear
            wrote on last edited by
            #26

            @arteck sagte in ESPHome .yaml Fehlermeldung Pillow Version:

            poste mal die yaml

            Guten Morgen,

            hier ist die .yaml:

            esphome:
              name: displaytft
              friendly_name: DisplayTFT
            
            esp32:
              board: esp32dev
              framework:
                type: arduino
            
            
            # Enable logging
            logger:
            
            
            # Enable Home Assistant API
            api:
              encryption:
                key: "IO4KEPOkPtz/jTPUSMm0g/cXfLLVaASBj0sPdVqBXIA="
            
            ota:
              - platform: esphome
                password: "496d71850f34c0a977a7758765a1371b"
            
            
            wifi:
              ssid: !secret wifi_ssid
              password: !secret wifi_password
            
              # Enable fallback hotspot (captive portal) in case wifi connection fails
              ap:
                ssid: "Displaytft Fallback Hotspot"
                password: "IGrMeYGG3HaB"
            
            
            captive_portal:
            
            
            # Enable MQTT
            mqtt:
                discovery: true
                broker: 192.168.178.10
                port: 1883
                username: !secret mqtt_username
                password: !secret mqtt_password
                client_id: DisplayTFT
                topic_prefix: esphome
               
            
            # Subscribe data
            text_sensor:
              - platform: mqtt_subscribe
                id: PV_Einspeisung_Aktuell
                topic: esphome/Display/PV/Einspeisung_Aktuell
              - platform: mqtt_subscribe
                id: Netz_Verbrauch_Aktuell
                topic: esphome/Display/Netz/Verbrauch_Aktuell
              - platform: mqtt_subscribe
                id: PV_Einspeisung_Monat
                topic: esphome/Display/PV/Einspeisung_Monat
              - platform: mqtt_subscribe
                id: Netz_Verbrauch_Monat
                topic: esphome/Display/Netz/Verbrauch_Monat
            
            
            # PSRAM an
            psram:
              mode: octal
              speed: 80MHz
            
            
            font:
              - file: "Fonts/Verdana.ttf"
                id: Verdana10
                glyphs:
                  ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                   '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                   'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                   'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                   'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                   'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                size: 10
            
            
              - file: "Fonts/Verdana.ttf"
                id: Verdana12
                glyphs:
                  ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                   '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                   'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                   'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                   'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                   'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                size: 12
            
            
              - file: "Fonts/Verdana.ttf"
                id: Verdana16
                glyphs:
                  ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                   '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                   'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                   'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                   'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                   'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                size: 16
            
            
              - file: "Fonts/Verdana_Bold.ttf"
                id: VerdanaBold16
                glyphs:
                  ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                   '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                   'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                   'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                   'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                   'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                size: 16
            
            
              - file: "Fonts/materialdesignicons.ttf"
                id: Icons60
                size: 25
                glyphs:
                - "\U000F1A74" # Solar
                - "\U000F1904" # Haus
                - "\U000F1AAF" # Heizung
                - "\U000F058F" # Wasserhahn
            
            
            # Display configuration
            spi:
              clk_pin: GPIO22 # SCK
              mosi_pin: GPIO21 # SDA
            
            display:
              - platform: ili9xxx
                model: ILI9488
                dc_pin: GPIO19 # Register select / data-command 
                reset_pin: GPIO4 # Chip select
                cs_pin: GPIO18
                device_width: 480
                device_height: 320
                rotation: 0
                col_start: 0
                row_start: 0
                invert_colors: false
                show_test_card: true
                eight_bit_color: true
                update_interval: 1s   
            

            Danke und Grüße

            arteckA 1 Reply Last reply
            0
            • W wibear

              @arteck sagte in ESPHome .yaml Fehlermeldung Pillow Version:

              poste mal die yaml

              Guten Morgen,

              hier ist die .yaml:

              esphome:
                name: displaytft
                friendly_name: DisplayTFT
              
              esp32:
                board: esp32dev
                framework:
                  type: arduino
              
              
              # Enable logging
              logger:
              
              
              # Enable Home Assistant API
              api:
                encryption:
                  key: "IO4KEPOkPtz/jTPUSMm0g/cXfLLVaASBj0sPdVqBXIA="
              
              ota:
                - platform: esphome
                  password: "496d71850f34c0a977a7758765a1371b"
              
              
              wifi:
                ssid: !secret wifi_ssid
                password: !secret wifi_password
              
                # Enable fallback hotspot (captive portal) in case wifi connection fails
                ap:
                  ssid: "Displaytft Fallback Hotspot"
                  password: "IGrMeYGG3HaB"
              
              
              captive_portal:
              
              
              # Enable MQTT
              mqtt:
                  discovery: true
                  broker: 192.168.178.10
                  port: 1883
                  username: !secret mqtt_username
                  password: !secret mqtt_password
                  client_id: DisplayTFT
                  topic_prefix: esphome
                 
              
              # Subscribe data
              text_sensor:
                - platform: mqtt_subscribe
                  id: PV_Einspeisung_Aktuell
                  topic: esphome/Display/PV/Einspeisung_Aktuell
                - platform: mqtt_subscribe
                  id: Netz_Verbrauch_Aktuell
                  topic: esphome/Display/Netz/Verbrauch_Aktuell
                - platform: mqtt_subscribe
                  id: PV_Einspeisung_Monat
                  topic: esphome/Display/PV/Einspeisung_Monat
                - platform: mqtt_subscribe
                  id: Netz_Verbrauch_Monat
                  topic: esphome/Display/Netz/Verbrauch_Monat
              
              
              # PSRAM an
              psram:
                mode: octal
                speed: 80MHz
              
              
              font:
                - file: "Fonts/Verdana.ttf"
                  id: Verdana10
                  glyphs:
                    ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                     'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                     'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                     'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                     'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                  size: 10
              
              
                - file: "Fonts/Verdana.ttf"
                  id: Verdana12
                  glyphs:
                    ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                     'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                     'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                     'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                     'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                  size: 12
              
              
                - file: "Fonts/Verdana.ttf"
                  id: Verdana16
                  glyphs:
                    ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                     'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                     'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                     'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                     'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                  size: 16
              
              
                - file: "Fonts/Verdana_Bold.ttf"
                  id: VerdanaBold16
                  glyphs:
                    ['&', '@', '!', ',', '.', '?', '"', '%', '(', ')', '+', '-', '_', ':', '°', '0',
                     '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E',
                     'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
                     'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' ', 'a', 'b', 'c', 'd', 'e', 'f',
                     'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't',
                     'u', 'v', 'w', 'x', 'y', 'z','å', 'Ä', 'ä', 'Ö', 'ö', 'Ü', 'ü', '/']    
                  size: 16
              
              
                - file: "Fonts/materialdesignicons.ttf"
                  id: Icons60
                  size: 25
                  glyphs:
                  - "\U000F1A74" # Solar
                  - "\U000F1904" # Haus
                  - "\U000F1AAF" # Heizung
                  - "\U000F058F" # Wasserhahn
              
              
              # Display configuration
              spi:
                clk_pin: GPIO22 # SCK
                mosi_pin: GPIO21 # SDA
              
              display:
                - platform: ili9xxx
                  model: ILI9488
                  dc_pin: GPIO19 # Register select / data-command 
                  reset_pin: GPIO4 # Chip select
                  cs_pin: GPIO18
                  device_width: 480
                  device_height: 320
                  rotation: 0
                  col_start: 0
                  row_start: 0
                  invert_colors: false
                  show_test_card: true
                  eight_bit_color: true
                  update_interval: 1s   
              

              Danke und Grüße

              arteckA Offline
              arteckA Offline
              arteck
              Developer Most Active
              wrote on last edited by
              #27

              @wibear hast du die Fonts enstperechend runtergeladen und abgelegt ?

              zigbee hab ich, zwave auch, nuc's genauso und HA auch

              W 1 Reply Last reply
              0
              • arteckA arteck

                @wibear hast du die Fonts enstperechend runtergeladen und abgelegt ?

                W Offline
                W Offline
                wibear
                wrote on last edited by wibear
                #28

                @arteck

                Ja, die Fonts sind abgelegt. Ich habe es auch mit Google gfonts versucht: der gleiche Fehler.

                fonts.jpg

                arteckA 1 Reply Last reply
                0
                • W wibear

                  @arteck

                  Ja, die Fonts sind abgelegt. Ich habe es auch mit Google gfonts versucht: der gleiche Fehler.

                  fonts.jpg

                  arteckA Offline
                  arteckA Offline
                  arteck
                  Developer Most Active
                  wrote on last edited by
                  #29

                  @wibear passen auch die rechte ??

                  zigbee hab ich, zwave auch, nuc's genauso und HA auch

                  W 1 Reply Last reply
                  0
                  • W Offline
                    W Offline
                    wibear
                    wrote on last edited by
                    #30

                    @arteck
                    Guten Morgen, die Rechte habe ich nicht geändert.
                    Was meinst Du konkret bzw was soll ich überprüfen?
                    Gruß

                    1 Reply Last reply
                    0
                    • arteckA arteck

                      @wibear passen auch die rechte ??

                      W Offline
                      W Offline
                      wibear
                      wrote on last edited by
                      #31

                      @arteck
                      Kann man im Code nachvollziehen, wann diese Fehlermeldung kommt?

                      arteckA 1 Reply Last reply
                      0
                      • W wibear

                        @arteck
                        Kann man im Code nachvollziehen, wann diese Fehlermeldung kommt?

                        arteckA Offline
                        arteckA Offline
                        arteck
                        Developer Most Active
                        wrote on last edited by
                        #32

                        @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

                        @arteck
                        Kann man im Code nachvollziehen, wann diese Fehlermeldung kommt?

                        das hab ich mir garnicht angeschaut.. zuerst sollten die parameter stimmen bevor ich anfange den Fehler zu suchen wo vielleicht keiner sit

                        also pass die rechte an

                        oder lass den

                        iob fix
                        

                        laufen

                        zigbee hab ich, zwave auch, nuc's genauso und HA auch

                        W 1 Reply Last reply
                        0
                        • arteckA arteck

                          @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

                          @arteck
                          Kann man im Code nachvollziehen, wann diese Fehlermeldung kommt?

                          das hab ich mir garnicht angeschaut.. zuerst sollten die parameter stimmen bevor ich anfange den Fehler zu suchen wo vielleicht keiner sit

                          also pass die rechte an

                          oder lass den

                          iob fix
                          

                          laufen

                          W Offline
                          W Offline
                          wibear
                          wrote on last edited by
                          #33

                          @arteck
                          Welche Rechte konkret meinst Du?
                          Wie gesagt, ich habe keine geändert.
                          Gruß

                          1 Reply Last reply
                          0
                          • simonf04S Online
                            simonf04S Online
                            simonf04
                            wrote on last edited by simonf04
                            #34

                            @wibear
                            Der Adapter verwendet sein eigenes venv in /home/iobroker/.cache/autopy/venv/esphome. Damit hier keine externen Abhängigkeiten bestehen.

                            Um das Permission Problem zu loesen am besten einfach komplett loeschen, Adapter erstellt es eh wieder neu:
                            sudo rm -rf /home/iobroker/.cache/autopy/venv/esphome.

                            Um eine aktuelle pillow version zu haben kannste meinen Branch testen:
                            https://github.com/SimonFischer04/ioBroker.esphome/tree/beta

                            W 2 Replies Last reply
                            0
                            • simonf04S simonf04

                              @wibear
                              Der Adapter verwendet sein eigenes venv in /home/iobroker/.cache/autopy/venv/esphome. Damit hier keine externen Abhängigkeiten bestehen.

                              Um das Permission Problem zu loesen am besten einfach komplett loeschen, Adapter erstellt es eh wieder neu:
                              sudo rm -rf /home/iobroker/.cache/autopy/venv/esphome.

                              Um eine aktuelle pillow version zu haben kannste meinen Branch testen:
                              https://github.com/SimonFischer04/ioBroker.esphome/tree/beta

                              W Offline
                              W Offline
                              wibear
                              wrote on last edited by wibear
                              #35

                              @simon42
                              Hallo Simon, nach der 1. Installation zeigte die Seite esphome: die Verbindung wurde abgelehnt. Dann deinstallierte ich ds und installierte es neu. Der Adapter erscheint zwar in der Adapterliste, nicht aber bei den Instanzen:

                              adapter.jpg

                              adapter2.jpg

                              Danke und Grüße

                              simonf04S 1 Reply Last reply
                              0
                              • W wibear

                                @simon42
                                Hallo Simon, nach der 1. Installation zeigte die Seite esphome: die Verbindung wurde abgelehnt. Dann deinstallierte ich ds und installierte es neu. Der Adapter erscheint zwar in der Adapterliste, nicht aber bei den Instanzen:

                                adapter.jpg

                                adapter2.jpg

                                Danke und Grüße

                                simonf04S Online
                                simonf04S Online
                                simonf04
                                wrote on last edited by
                                #36

                                @wibear Fuer per Github installierte Adapter muss man extra eine Instanz anlegen, wird keine per default bei der Installation angelegt.

                                W 2 Replies Last reply
                                0
                                • simonf04S simonf04

                                  @wibear Fuer per Github installierte Adapter muss man extra eine Instanz anlegen, wird keine per default bei der Installation angelegt.

                                  W Offline
                                  W Offline
                                  wibear
                                  wrote on last edited by
                                  #37

                                  @simon42
                                  Die Instanz angelegt, die Verbindung wird aber weiterhin abgelehnt:

                                  Scrennshot#2.jpg

                                  Scrennshot#1.jpg

                                  W 1 Reply Last reply
                                  0
                                  • simonf04S simonf04

                                    @wibear Fuer per Github installierte Adapter muss man extra eine Instanz anlegen, wird keine per default bei der Installation angelegt.

                                    W Offline
                                    W Offline
                                    wibear
                                    wrote on last edited by
                                    #38

                                    @simon42
                                    eine Warnmeldung:

                                    
                                    admin.0
                                    2025-05-18 13:32:21.637	warn	esphome has an invalid jsonConfig: [{"instancePath":"/items/devices/items/encryptionKey","schemaPath":"#/definitions/passwordProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"freeSolo"},"message":"must NOT have additional properties"},{"instancePath":"/items/devices","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
                                    
                                    1 Reply Last reply
                                    0
                                    • W wibear

                                      @simon42
                                      Die Instanz angelegt, die Verbindung wird aber weiterhin abgelehnt:

                                      Scrennshot#2.jpg

                                      Scrennshot#1.jpg

                                      W Offline
                                      W Offline
                                      wibear
                                      wrote on last edited by
                                      #39

                                      @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

                                      die Verbindung wird aber weiterhin abgelehnt:

                                      auf einmal ist die Verbindung da...

                                      simonf04S 1 Reply Last reply
                                      0
                                      • simonf04S simonf04

                                        @wibear
                                        Der Adapter verwendet sein eigenes venv in /home/iobroker/.cache/autopy/venv/esphome. Damit hier keine externen Abhängigkeiten bestehen.

                                        Um das Permission Problem zu loesen am besten einfach komplett loeschen, Adapter erstellt es eh wieder neu:
                                        sudo rm -rf /home/iobroker/.cache/autopy/venv/esphome.

                                        Um eine aktuelle pillow version zu haben kannste meinen Branch testen:
                                        https://github.com/SimonFischer04/ioBroker.esphome/tree/beta

                                        W Offline
                                        W Offline
                                        wibear
                                        wrote on last edited by
                                        #40

                                        @simon42

                                        Vielen Dank, es werden mit Deiner Version keine Fehler in yaml mehr angezeigt. Jetzt muss ich suchen, warum das Display nichts anzegt. Grüße und einen schönen Sonntag.

                                        simonf04S 1 Reply Last reply
                                        0
                                        • W wibear

                                          @wibear sagte in ESPHome .yaml Fehlermeldung Pillow Version:

                                          die Verbindung wird aber weiterhin abgelehnt:

                                          auf einmal ist die Verbindung da...

                                          simonf04S Online
                                          simonf04S Online
                                          simonf04
                                          wrote on last edited by
                                          #41

                                          @wibear ja, der braucht etwas beim ersten Start bzw. wennst die Dashboard Version änderst.
                                          Dashboard wird erst beim Adapter start dynamisch heruntergeladen.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          653

                                          Online

                                          32.7k

                                          Users

                                          82.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe