Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter lovelace v0.2.x

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Test Adapter lovelace v0.2.x

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

      @rumpelstilzche nein, habe es nicht weiter versucht

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

        Hallo zusammen,
        ich brauche mal Unterstützung bei der map card, ich bekomme einfach keine GPS Koordinaten in der Karte angezeigt. Das Objekt habe ich wie beschrieben angelegt:

        createState('location', '39.5681295;2.6432632', false, {
        "name": "location",
        "role": "value.gps",
        "type": "string",
        "read": true,
        "write": false,
        "desc": "Gps Coordinates"
        });
        1212bc01-3956-451b-8320-cb446cc9609d-image.png

        a180d407-4cb2-4550-9d3c-b9618b8b15d6-image.png

        Kann mir jemand sagen, was ich falsch mache?

        1 Reply Last reply Reply Quote 0
        • G
          g.polat last edited by

          Habe heute AccuWeather Card endlich hinbekommen.
          Für alle die Probleme haben wie folgt vorgehen:

          1. accuweather.0.Summary Raum "Any" und Function "Wetter" zuordnen.

          2. ioBroker.type-detector für AccuWeather : /opt/iobroker/node_modules/iobroker.lovelace/node_modules/iobroker.type-detector/index.js
            ersetzten durch : https://github.com/algar42/ioBroker.type-detector/blob/master/index.js

          Lovelace neustarten fertig.

          W R A 3 Replies Last reply Reply Quote 0
          • W
            WW1983 @g.polat last edited by

            @g-polat
            Danke für den Hinweis. Habe es zwar auch versucht, aber wohl den falschen Typ-Detector ersetzt und deshalb nicht funktioniert. Werde ich heute Abend testen.

            Habe aber auch schon ein Issue aufgemacht, damit es fest eingebaut wird:
            https://github.com/ioBroker/ioBroker.lovelace/issues/69

            WW1983 created this issue in ioBroker/ioBroker.lovelace

            closed AccuWeather nicht im aktuellen Typ-Detector enthalten #69

            1 Reply Last reply Reply Quote 0
            • R
              rumpelstilzche @g.polat last edited by

              @g-polat Danke hat super funktioniert, aber jetzt😧 , wo ich falsch geschrieben habe?
              Bild Text

              W 1 Reply Last reply Reply Quote 0
              • W
                WW1983 @rumpelstilzche last edited by

                @rumpelstilzche
                Die Card heißt accuweather-card.js

                Der Eintrag sollte also heißen 'custom:accuweather-card'

                R 1 Reply Last reply Reply Quote 0
                • R
                  rumpelstilzche @WW1983 last edited by

                  @WW1983 sagte in Test Adapter lovelace v0.2.x:

                  custom:accuweather-card
                  Trotzdem, funktioniert immer noch nicht 😥
                  d0d57a3c-30cd-4721-89e4-ce00c0b541ce-image.png
                  83070809-d66f-436f-a6b1-e7575c09d9d0-image.png

                  W G 3 Replies Last reply Reply Quote 0
                  • W
                    WW1983 @rumpelstilzche last edited by

                    @rumpelstilzche
                    komisch. Zur not mal die Card selber nochmal hochladen und Lovelace neu starten.

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      rumpelstilzche @WW1983 last edited by rumpelstilzche

                      @WW1983
                      Ich habe es schon mal gemacht, aber funktioniert immer noch nich 😅

                      root@area51:~$ sudo rm -rf accuweather-card.js
                      root@area51:~$ wget https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js
                      --2020-01-21 09:47:57--  https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js
                      Resolving github.com (github.com)... 140.82.118.3
                      Connecting to github.com (github.com)|140.82.118.3|:443... connected.
                      HTTP request sent, awaiting response... 200 OK
                      Length: unspecified [text/html]
                      Saving to: ‘accuweather-card.js’
                      
                      accuweather-card.js                                     [  <=>                                                                                                              ] 191,93K   592KB/s    in 0,3s
                      
                      2020-01-21 09:47:58 (592 KB/s) - ‘accuweather-card.js’ saved [196537]
                      
                      root@area51:~$ iobroker file write accuweather-card.js /lovelace.0/cards/accuweather-card.js
                      File "accuweather-card.js" stored as "cards/accuweather-card.js"
                      root@area51:~$
                      
                      
                      W 1 Reply Last reply Reply Quote 0
                      • W
                        WW1983 @rumpelstilzche last edited by

                        @rumpelstilzche
                        Ich teste es mal wenn ich zuhause bin.

                        1 Reply Last reply Reply Quote 0
                        • W
                          WW1983 @rumpelstilzche last edited by

                          @rumpelstilzche
                          Aber eine andere Frage. Was für ein Theme ist das? Kannst du andere Bilder Zeigen wo auch Schalter zu sehen sind?

                          R 1 Reply Last reply Reply Quote 1
                          • R
                            rumpelstilzche @WW1983 last edited by

                            @WW1983
                            ist mein Testserver Es sieht so aus
                            Bild Text

                            W 1 Reply Last reply Reply Quote 0
                            • W
                              WW1983 @rumpelstilzche last edited by

                              @rumpelstilzche
                              Danke dir 🙂

                              1 Reply Last reply Reply Quote 0
                              • G
                                g.polat @rumpelstilzche last edited by

                                @rumpelstilzche sagte in Test Adapter lovelace v0.2.x:

                                @WW1983 sagte in Test Adapter lovelace v0.2.x:

                                custom:accuweather-card
                                Trotzdem, funktioniert immer noch nicht 😥
                                d0d57a3c-30cd-4721-89e4-ce00c0b541ce-image.png
                                83070809-d66f-436f-a6b1-e7575c09d9d0-image.png

                                Postete mal den Inhalt deiner custom:accuweather-card

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

                                  @rumpelstilzche das Problem ist, dass du dir die Website heruntergeladen hast mit
                                  wget https://github.com/algar42/IoB.lovelace.accuweather-card/blob/master/dist/accuweather-card.js und nicht die Datei selbst.

                                  R 1 Reply Last reply Reply Quote 1
                                  • R
                                    rumpelstilzche @thehero9999 last edited by

                                    @thehero9999
                                    dankeeee😚 , es funktioniert✊ 😊 😂

                                    type: 'custom:weather-card'
                                    entity: weather.Weather_Summary
                                    name: Berlin
                                    windunit: km/h
                                    pressureunit: mmHg
                                    tempunit: C
                                    waterunit: mm
                                    convertspeedtoms: km/h
                                    convertpressuretomm: false
                                    convertemptof: false
                                    

                                    4.png

                                    G smarthome-tricks.de 2 Replies Last reply Reply Quote 0
                                    • G
                                      g.polat @rumpelstilzche last edited by

                                      @rumpelstilzche sagte in Test Adapter lovelace v0.2.x:

                                      @thehero9999
                                      dankeeee😚 , es funktioniert✊ 😊 😂

                                      type: 'custom:weather-card'
                                      entity: weather.Weather_Summary
                                      name: Berlin
                                      windunit: km/h
                                      pressureunit: mmHg
                                      tempunit: C
                                      waterunit: mm
                                      convertspeedtoms: km/h
                                      convertpressuretomm: false
                                      convertemptof: false
                                      

                                      4.png

                                      Kannst du dein Hintergrund und dein theme teilen?

                                      R 1 Reply Last reply Reply Quote 0
                                      • F
                                        fd_samdi last edited by

                                        Ahhh bin ich verliebt was mit lovelace alles möglich ist.

                                        lovelace_gif.gif

                                        Ich weiß, gehört hier nicht in den Test Thread, aber wer es nachbauen will:
                                        http://gsf.diphda.uberspace.de/smarthome/2020/01/21/iobroker-tr064-lovelace-anruferkennung-per-popup-auf-dashboard/
                                        Bin gerade mit der ganzen Anleitung fertig geworden.

                                        1 Reply Last reply Reply Quote 3
                                        • W
                                          WW1983 last edited by

                                          Hat zufällig jemand schon geschafft den Header transparent zu machen. Bei diesem Theme gibt es zwar eine Anleitung, aber habs bisher nicht geschafft:

                                          theme-overview.jpg

                                          https://github.com/basnijholt/lovelace-ios-dark-mode-theme

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            rumpelstilzche @g.polat last edited by rumpelstilzche

                                            @g-polat
                                            Ja gerne 😊 Hintergrund
                                            5.jpg
                                            4.jpg

                                            Area51:
                                               # Main colors
                                               primary-color: '#5294E2'                                                        # Header
                                               accent-color: '#E45E65'                                                         # Accent color
                                               dark-primary-color: 'var(--accent-color)'                                       # Hyperlinks                                         
                                               light-primary-color: 'var(--accent-color)'                                      # Horizontal line in about
                                               ha-card-border-radius: '20px'   
                                               ha-card-background: 'rgba(150, 150, 150, 0.1)'
                                             
                                                                                                                       
                                             
                                               # Text colors                                                                  
                                               primary-text-color: 'white'                                                   # Primary text colour, here is referencing dark-primary-color
                                               text-primary-color: 'var(--primary-text-color)'                                 # Primary text colour
                                               secondary-text-color: '#5294E2'                                                 # For secondary titles in more info boxes etc.
                                               disabled-text-color: '#7F848E'                                                  # Disabled text colour
                                               label-badge-border-color: 'green'                                               # Label badge border, just a reference value   
                                             
                                             
                                             
                                               # Background colors                                                            
                                               primary-background-color: '#383C45'                                             # Settings background
                                               secondary-background-color: '#383C45'                                           # Main card UI background  
                                               divider-color: 'rgba(0, 0, 0, .12)'                                             # Divider 
                                             
                                             
                                             
                                               # Table rows                                                                   
                                               table-row-background-color: '#353840'                                           # Table row
                                               table-row-alternative-background-color: '#3E424B'                               # Table row alternative
                                             
                                                                                                                       
                                             
                                               # Nav Menu                                                                   
                                               paper-listbox-color: 'var(--primary-color)'                                     # Navigation menu selection hoover
                                               paper-listbox-background-color: '#2E333A'                                       # Navigation menu background
                                               paper-grey-50: 'var(--primary-text-color)'                                   
                                               paper-grey-200: '#414A59'                                                       # Navigation menu selection
                                             
                                                                                                                       
                                             
                                               # Paper card                                                               
                                               paper-card-header-color: 'var(--accent-color)'                                  # Card header text colour
                                               paper-card-background-color: 'rgba(150, 150, 150, 0.1)'                         # Card background colour
                                               paper-dialog-background-color: '#434954'                                        # Card dialog background colour
                                               paper-item-icon-color: 'var(--primary-text-color)'                              # Icon color
                                               paper-item-icon-active-color: '#F9C536'                                         # Icon color active
                                               paper-item-icon_-_color: 'green'           
                                               paper-item-selected_-_background-color: '#434954'                               # Popup item select                      
                                               paper-tabs-selection-bar-color: 'green'
                                             
                                             
                                             
                                               # Labels 
                                               label-badge-red: 'var(--accent-color)'                                          # References the brand colour label badge border
                                               label-badge-text-color: 'var(--primary-text-color)'                             # Now same as label badge border but that's a matter of taste
                                               label-badge-background-color: '#2E333A'                                         # Same, but can also be set to transparent here
                                               label-badge-background: 'rgba(255, 255, 255, 0.1)'
                                             
                                             
                                             
                                               # Switches
                                               paper-toggle-button-checked-button-color: 'var(--accent-color)'
                                               paper-toggle-button-checked-bar-color: 'var(--accent-color)'
                                               paper-toggle-button-checked-ink-color: 'var(--accent-color)'
                                               paper-toggle-button-unchecked-button-color: 'var(--disabled-text-color)'
                                               paper-toggle-button-unchecked-bar-color: 'var(--disabled-text-color)'
                                               paper-toggle-button-unchecked-ink-color: 'var(--disabled-text-color)'  
                                             
                                             
                                             
                                               # Sliders
                                               paper-slider-knob-color: 'var(--accent-color)'
                                               paper-slider-knob-start-color: 'var(--accent-color)'
                                               paper-slider-pin-color: 'var(--accent-color)'
                                               paper-slider-active-color: 'var(--accent-color)'
                                               paper-slider-container-color: 'linear-gradient(var(--primary-background-color), var(--secondary-background-color)) no-repeat'
                                               paper-slider-secondary-color: 'var(--secondary-background-color)'
                                               paper-slider-disabled-active-color: 'var(--disabled-text-color)'
                                               paper-slider-disabled-secondary-color: 'var(--disabled-text-color)'
                                             
                                             
                                             
                                               # Google colors
                                               google-red-500: '#E45E65'
                                               google-green-500: '#39E949'
                                            

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            900
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            call for action lovelace test visualisierung
                                            131
                                            1051
                                            328671
                                            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