Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. marcuskl

    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

    • Profile
    • Following 0
    • Followers 2
    • Topics 45
    • Posts 596
    • Best 32
    • Groups 2

    marcuskl

    @marcuskl

    48
    Reputation
    328
    Profile views
    596
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    marcuskl Follow
    Pro Starter

    Best posts made by marcuskl

    • RE: Test Adapter lovelace v0.2.x

      Will mal mein bisheriges Ergebnis mit Lovelace Teilen 🙂
      lovelacegif0.gif lovelace9.png lovelace8.png lovelace7.png lovelace6.png lovelace5.png lovelace4.png lovelace3.png lovelace2.png lovelace1.png

      title: Home
      views:
       - path: ''
         title: ''
         theme: transparent
         icon: 'mdi:home-account'
         badges: []
         cards:
           - type: weather-forecast
             entity: weather.Gaggenau__Baden_W_rttemberg_Deutschland_
             name: Wetter Gaggenau
             theme: transparent
           - type: 'custom:vertical-stack-in-card'
             title: Szenen
             cards:
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.zentral_aus
                     color_type: icon
                     icon: 'mdi:flash-off'
                     name: Zentral aus
                     state:
                       - value: 'off'
                         color: 'rgb(255, 64, 64)'
                     tap_action:
                       action: toggle
                       confirmation:
                         text: >-
                           [[[ return `Sicher, dass Sie alles ausschalten wollen ?`
                           ]]]
                   - type: 'custom:button-card'
                     entity: switch.bettfertig
                     icon: 'mdi:bed-king-outline'
                     name: Bettfertig
                     tap_action:
                       action: toggle
                       confirmation:
                         text: >-
                           [[[ return `Schaltet alles, bis auf die Nachtlichter aus!`
                           ]]]
                   - type: 'custom:button-card'
                     entity: switch.fernsehabend
                     icon: 'mdi:television-classic'
                     name: Fernsehabend
                     tap_action:
                       action: toggle
                       confirmation:
                         text: >-
                           [[[ return `Schaltet Fernseher ein, Farbe rot und
                           Wohnzimmerlicht aus` ]]]
           - type: picture
             image: /cards/Google-Home-Mini-OK-Google.jpg
             tap_action:
               action: none
             hold_action:
               action: none
           - type: shopping-list
             title: Einkaufsliste
           - type: 'custom:slideshow-card'
             arrow_color: var(--primary-text-color)
             arrow_opacity: 0.7
             cards:
               - type: entities
                 column_width: 30%
                 title: Wohnzimmer
                 entities:
                   - entity: light.Wohnzimmerlicht
                     name: Deckenlampe
                     icon: 'mdi:ceiling-light'
                   - entity: light.Stehlampe
                     name: Stehlampe
                     icon: 'mdi:floor-lamp'
                   - entity: light.LED_Strips_Wohnzimmer
                     name: LED Strips
                     icon: 'mdi:led-strip-variant'
               - type: entities
                 title: Schlafzimmer
                 column_width: 30%
                 entities:
                   - entity: light.Schlafzimmerlicht
                     name: Deckenlampe
                     icon: 'mdi:ceiling-light'
                   - entity: light.Nachtlicht_Benchy_POWER
                     icon: 'mdi:lamp'
                   - entity: light.Nachtlicht_Marcus_POWER
                     icon: 'mdi:lamp'
               - type: entities
                 title: Flur
                 column_width: 30%
                 entities:
                   - entity: light.Flurlicht
                     name: Deckenlampe
                     icon: 'mdi:ceiling-light'
                   - entity: light.nachtlicht_flur
                     name: Nachtlicht Flur
                     icon: 'mdi:lamp'
               - type: entities
                 title: Küche
                 column_width: 30%
                 entities:
                   - entity: light.K_chenlicht_POWER
                     name: Deckenlampe
                     icon: 'mdi:ceiling-light'
               - type: entities
                 title: Kinderzimmer
                 column_width: 30%
                 entities:
                   - entity: light.Nachtlicht_Liah_POWER
                     icon: 'mdi:lamp'
           - type: 'custom:slideshow-card'
             fill: true
             arrow_color: White
             arrow_opacity: 0.5
             auto_play: true
             auto_delay: 7
             style:
               border-radius: 25px
             cards:
               - type: picture
                 image: /cards/DSC_0003-min.JPG
               - type: picture
                 image: /cards/compress12.jpg
               - type: picture
                 image: /cards/DSC_0020-min.JPG
               - type: picture
                 image: /cards/DSC_0008-min.JPG
               - type: picture
                 image: /cards/compress43.jpg
               - type: picture
                 image: /cards/DSC_0010-min.JPG
               - type: picture
                 image: /cards/DSC_0006-min.JPG
               - type: picture
                 image: /cards/DSC_0031-min.JPG
               - type: picture
                 image: /cards/DSC_0025-min.JPG
               - type: picture
                 image: /cards/compress57.jpg
               - type: picture
                 image: /cards/DSC_0039-min.JPG
               - type: picture
                 image: /cards/DSC_0034-min.JPG
               - type: picture
                 image: /cards/DSC_0040-min.JPG
               - type: picture
                 image: /cards/compress74.jpg
               - type: picture
                 image: /cards/compress9.jpg
       - cards:
           - type: entities
             entities:
               - entity: switch.TV_Steckdose_POWER
             title: Wohnzimmer
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: horizontal-stack
                 cards:
                   - type: entities
                     show_header_toggle: false
                     entities:
                       - entity: switch.switch_on
                     title: Schlafzimmer
               - type: 'custom:button-entity-row'
                 buttons:
                   - entity: switch.schreibtischsteckdose_automatik
                     name: Automatische Abschaltung
                     state_icons:
                       'off': 'mdi:timer-off'
                       'on': 'mdi:timer'
               - type: horizontal-stack
                 cards:
                   - type: 'custom:mini-graph-card'
                     name: Schreibtisch Strom aktuell
                     show_name: false
                     icon: 'mdi:flash'
                     entities:
                       - sensor.Schreibtisch_Strom
         badges: []
         title: ''
         icon: 'mdi:power-socket-eu'
       - cards:
           - type: vertical-stack
             cards:
               - type: entities
                 title: Wohnzimmer
                 entities:
                   - entity: light.Wohnzimmerlicht
                     name: Deckenlampe
                     icon: 'mdi:ceiling-light'
                   - entity: light.Stehlampe
                     name: Stehlampe
                     icon: 'mdi:floor-lamp'
                   - type: 'custom:button-entity-row'
                     buttons:
                       - entity: switch.rgb_syncron
                         name: Syncronisierung
                         state_icons:
                           'off': 'mdi:sync-off'
                           'on': 'mdi:sync'
                   - entity: light.LED_Strips_Wohnzimmer
                     name: LED Strips
                     icon: 'mdi:led-strip-variant'
                   - type: 'custom:button-entity-row'
                     buttons:
                       - entity: switch.led_strips_automatik
                         name: Automatik
                         state_icons:
                           'off': 'mdi:sync-off'
                           'on': 'mdi:sync'
                   - entity: light.Weihnachtsbaum
                     name: Weihnachtsbaum Beleuchtung
                     icon: 'mdi:pine-tree'
               - type: horizontal-stack
                 title: Wohnzimmer Farbwahl
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 40px
                         - width: 40px
                   - type: 'custom:button-card'
                     icon: 'mdi:palette'
                     size: 40px
                     styles:
                       card:
                         - height: 40px
                         - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.red
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(245, 98, 93)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(245, 98, 93)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.blue
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(93, 126, 245)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(93, 126, 245)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.green
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(93, 245, 96)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(93, 245, 96)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.violett
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(232, 93, 245)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(232, 93, 245)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.turkis
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(93, 245, 210)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(93, 245, 210)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 40px
                         - width: 40px
                   - type: 'custom:button-card'
                     icon: 'mdi:thermometer'
                     size: 40px
                     styles:
                       card:
                         - height: 40px
                         - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.warmweiß
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(255, 202, 87)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(255, 202, 87)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                   - type: 'custom:button-card'
                     entity: switch.kaltweiß
                     color_type: card
                     show_icon: false
                     show_name: false
                     state:
                       - value: 'on'
                         color: 'rgb(255, 254, 252)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
                       - value: 'off'
                         color: 'rgb(255, 254, 252)'
                         styles:
                           card:
                             - height: 40px
                             - width: 40px
           - type: entities
             entities:
               - entity: light.Schlafzimmerlicht
                 name: Deckenlampe
                 icon: 'mdi:ceiling-light'
               - entity: light.Nachtlicht_Marcus_POWER
                 icon: 'mdi:lamp'
               - entity: light.Nachtlicht_Benchy_POWER
                 icon: 'mdi:lamp'
               - entity: light.Schreibtischlampe
                 icon: 'mdi:desk-lamp'
             title: Schlafzimmer
             show_header_toggle: true
           - type: entities
             entities:
               - entity: light.Nachtlicht_Liah_POWER
                 icon: 'mdi:lamp'
             title: Kinderzimmer
           - type: entities
             entities:
               - entity: light.K_chenlicht_POWER
                 name: Deckenlampe
                 icon: 'mdi:ceiling-light'
             title: Küche
           - type: 'custom:vertical-stack-in-card'
             title: Flur
             cards:
               - type: horizontal-stack
                 cards:
                   - type: entities
                     show_header_toggle: false
                     entities:
                       - entity: light.Flurlicht
                         name: Deckenlampe
                         icon: 'mdi:ceiling-light'
                       - entity: light.nachtlicht_flur
                         name: Nachtlicht
                         icon: 'mdi:lamp'
               - type: 'custom:button-entity-row'
                 buttons:
                   - entity: switch.flurlicht_automatik
                     name: Bewegung erkennen
                     state_icons:
                       'off': 'mdi:eye-off'
                       'on': 'mdi:motion-sensor'
         badges: []
         title: ''
         icon: 'mdi:lightbulb-on-outline'
       - icon: 'mdi:television-classic'
         badges: []
         cards:
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: 'custom:button-card'
                 name: Fernseher
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.Switch_TV_power
                     show_name: false
                     size: 40px
                     icon: 'mdi:power'
                     show_label: false
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_back
                     icon: 'mdi:arrow-left'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_menu
                     icon: 'mdi:menu'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_home
                     icon: 'mdi:home'
                     show_name: false
                     size: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.tv_remote_netflix
                     icon: 'mdi:netflix'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_up
                     icon: 'mdi:chevron-up'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.tv_remote_amazon
                     icon: 'mdi:amazon'
                     show_name: false
                     size: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_left
                     icon: 'mdi:chevron-left'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_enter
                     icon: 'mdi:circle'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_right
                     icon: 'mdi:chevron-right'
                     show_name: false
                     size: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_down
                     icon: 'mdi:chevron-down'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: media_player.tv_channel_up
                     icon: 'mdi:chevron-up'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     icon: 'mdi:alpha-p-box-outline'
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_channel_down
                     icon: 'mdi:chevron-down'
                     show_name: false
                     size: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_rewind
                     icon: 'mdi:rewind'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_play
                     icon: 'mdi:play-pause'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_remote_forward
                     icon: 'mdi:fast-forward'
                     show_name: false
                     size: 40px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 50px
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: media_player.tv_volume_down
                     icon: 'mdi:volume-medium'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.tv_remote_mute
                     icon: 'mdi:volume-off'
                     show_name: false
                     size: 40px
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: media_player.tv_volume_up
                     icon: 'mdi:volume-high'
                     show_name: false
                     size: 40px
           - type: entities
             entities:
               - entity: input_select.tv_launch
                 name: App auswählen
               - entity: input_number.FernseherVolume
                 name: Lautstärke
                 icon: 'mdi:volume-high'
               - entity: input_select.tv_remote_source
                 name: Eingang auswählen
               - entity: input_text.tv_remote_popup
                 name: Nachricht Popup
             title: Weitere Funktionen
             show_header_toggle: false
       - title: ''
         icon: 'mdi:speaker'
         badges: []
         cards:
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: horizontal-stack
                 cards:
                   - type: entities
                     show_header_toggle: false
                     title: Wohnzimmer
                     entities:
                       - entity: input_number.GHomeWohnzimmer
                         name: Google Home
                         icon: 'mdi:google-home'
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.v_down_ghome_wohnzimmer
                     icon: 'mdi:volume-minus'
                     show_name: false
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     name: Volume
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.v_up_ghome_wohnzimmer
                     icon: 'mdi:volume-plus'
                     show_name: false
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 30px
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: horizontal-stack
                 cards:
                   - type: entities
                     show_header_toggle: false
                     title: Küche
                     entities:
                       - entity: input_number.GHomeKueche
                         name: Google Home
                         icon: 'mdi:google-home'
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.v_down_ghome_kueche
                     icon: 'mdi:volume-minus'
                     show_name: false
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     name: Volume
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.v_up_ghome_kueche
                     icon: 'mdi:volume-plus'
                     show_name: false
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 30px
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: horizontal-stack
                 cards:
                   - type: entities
                     show_header_toggle: false
                     title: Schlafzimmer
                     entities:
                       - entity: input_number.GHomeSchlafzimmer
                         name: Google Home
                         icon: 'mdi:google-home'
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.v_down_ghome_schlafzimmer
                     icon: 'mdi:volume-minus'
                     show_name: false
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     name: Volume
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     color_type: blank-card
                   - type: 'custom:button-card'
                     entity: switch.v_up_ghome_schlafzimmer
                     icon: 'mdi:volume-plus'
                     show_name: false
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     color_type: blank-card
                     styles:
                       card:
                         - height: 30px
       - cards:
           - type: 'custom:vertical-stack-in-card'
             cards:
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     name: Automatik Programme
                     double_tap_action:
                       confirmation:
                         text: Hand= Gerät muss Manuell geschalten werden
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.led_strips_automatik
                     name: Automatik LED Stripes
                     layout: icon_name
                     show_name: true
                     size: 40px
                     state:
                       - value: 'on'
                         name: LED Stripes Auto
                         icon: 'mdi:cached'
                         color_type: icon
                         styles:
                           icon:
                             - animation: blink 2s ease infinite
                       - value: 'off'
                         name: LED Stripes Hand
                         icon: 'mdi:gesture-tap'
                         color_type: icon
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.flurlicht_automatik
                     layout: icon_name_state
                     show_name: true
                     size: 40px
                     state:
                       - value: 'on'
                         name: Flurlicht Auto
                         icon: 'mdi:cached'
                         color_type: icon
                         styles:
                           icon:
                             - animation: blink 2s ease infinite
                       - value: 'off'
                         name: Flurlicht Hand
                         icon: 'mdi:gesture-tap'
                         color_type: icon
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.schreibtischsteckdose_automatik
                     layout: icon_name_state
                     show_name: true
                     size: 40px
                     state:
                       - value: 'on'
                         name: Schreibtisch Auto
                         icon: 'mdi:cached'
                         color_type: icon
                         styles:
                           icon:
                             - animation: blink 2s ease infinite
                       - value: 'off'
                         name: Schreibtisch Hand
                         icon: 'mdi:gesture-tap'
                         color_type: icon
               - type: horizontal-stack
                 cards:
                   - type: 'custom:button-card'
                     entity: switch.rgb_syncron
                     layout: icon_name_state
                     show_name: true
                     size: 40px
                     state:
                       - value: 'on'
                         name: RGB Syncron Auto
                         icon: 'mdi:cached'
                         color_type: icon
                         styles:
                           icon:
                             - animation: blink 2s ease infinite
                       - value: 'off'
                         name: RGB Syncron Hand
                         icon: 'mdi:gesture-tap'
                         color_type: icon
         badges: []
         title: ''
         icon: 'mdi:console'
         panel: false
       - cards:
           - type: 'custom:vertical-stack-in-card'
             title: Server (Intel Nuc)
             cards:
               - type: horizontal-stack
                 cards:
                   - type: gauge
                     entity: sensor.CPU_Temperatur
                     min: 0
                     max: 100
                     theme: default
                     name: CPU Temp.
                     unit: °C
                     severity:
                       green: 0
                       yellow: 65
                       red: 80
                   - type: gauge
                     entity: sensor.pve_cpu_utilization
                     min: 0
                     max: 100
                     theme: default
                     name: CPU
                     unit: '%'
                     severity:
                       green: 0
                       yellow: 60
                       red: 80
                   - type: gauge
                     entity: sensor.server_ram_auslastung
                     min: 0
                     max: 100
                     theme: default
                     name: Ram
                     unit: '%'
                     severity:
                       green: 0
                       yellow: 60
                       red: 80
           - type: 'custom:mini-graph-card'
             name: Server CPU Auslastung
             icon: 'mdi:cpu-64-bit'
             entities:
               - sensor.pve_cpu_utilization
             show:
               labels: true
               extrema: true
             hours_to_show: 24
             hour24: true
             color_thresholds:
               - value: 0
                 color: '#40FF00'
               - value: 70
                 color: '#FF8000'
               - value: 90
                 color: '#c0392b'
           - type: 'custom:mini-graph-card'
             name: Server CPU Temperatur
             entities:
               - sensor.CPU_Temperatur
             show:
               labels: true
               extrema: true
             hours_to_show: '24'
             hour24: true
             color_thresholds:
               - value: 40
                 color: '#40FF00'
               - value: 70
                 color: '#FF8000'
               - value: 90
                 color: '#c0392b'
           - type: 'custom:mini-graph-card'
             name: Server Ram Auslastung
             icon: 'mdi:memory'
             entities:
               - sensor.server_ram_auslastung
             show:
               labels: true
               extrema: true
             hours_to_show: 24
             hour24: true
             color_thresholds:
               - value: 0
                 color: '#40FF00'
               - value: 60
                 color: '#FF8000'
               - value: 90
                 color: '#c0392b'
           - type: 'custom:vertical-stack-in-card'
             title: IoBroker (VM)
             cards:
               - type: horizontal-stack
                 cards:
                   - type: gauge
                     entity: sensor.cpu_iobroker_vm
                     min: 0
                     max: 100
                     theme: default
                     name: CPU
                     unit: '%'
                     severity:
                       green: 0
                       yellow: 60
                       red: 80
                   - type: gauge
                     entity: sensor.ram_iobroker_vm
                     min: 0
                     max: 100
                     theme: default
                     name: Ram
                     unit: '%'
                     severity:
                       green: 0
                       yellow: 60
                       red: 80
           - type: 'custom:mini-graph-card'
             name: IoBroker CPU Auslastung
             icon: 'mdi:cpu-64-bit'
             entities:
               - sensor.cpu_iobroker_vm
             show:
               labels: true
               extrema: true
             hours_to_show: 24
             hour24: true
             color_thresholds:
               - value: 0
                 color: '#40FF00'
               - value: 70
                 color: '#FF8000'
               - value: 90
                 color: '#c0392b'
           - type: 'custom:mini-graph-card'
             name: Internetgeschwindigkeit
             icon: 'mdi:speedometer'
             hours_to_show: 24
             entities:
               - entity: sensor.MaxDownstream
                 name: Download
               - entity: sensor.MaxUpstream
                 name: Upload
           - type: 'custom:mini-graph-card'
             name: IoBroker Ram Auslastung
             icon: 'mdi:memory'
             entities:
               - sensor.ram_iobroker_vm
             show:
               labels: true
               extrema: true
             hours_to_show: 24
             hour24: true
             color_thresholds:
               - value: 0
                 color: '#40FF00'
               - value: 60
                 color: '#FF8000'
               - value: 90
                 color: '#c0392b'
         badges: []
         title: ''
         icon: 'mdi:server'
       - cards:
           - type: 'custom:vertical-stack-in-card'
             title: Strom (Ampere)
             cards:
               - type: horizontal-stack
                 cards:
                   - type: gauge
                     entity: sensor.l1_strom
                     min: 0
                     max: 50
                     theme: default
                     name: L1
                     unit: A
                     severity:
                       green: 0
                       yellow: 20
                       red: 30
                   - type: gauge
                     entity: sensor.l2_strom
                     min: 0
                     max: 50
                     theme: default
                     name: L2
                     unit: A
                     severity:
                       green: 0
                       yellow: 20
                       red: 30
                   - type: gauge
                     entity: sensor.l3_strom
                     min: 0
                     max: 50
                     theme: default
                     name: L3
                     unit: A
                     severity:
                       green: 0
                       yellow: 20
                       red: 30
           - type: iframe
             aspect_ratio: 163%
             url: >-
               http://192.168.0.63:3000/d/Q9bXbeaZz/energiemessungen?orgId=1&refresh=30s&from=1576133441888&to=1576155041889
             title: Zuleitung
           - type: 'custom:vertical-stack-in-card'
             title: Leistung (Watt)
             cards:
               - type: horizontal-stack
                 cards:
                   - type: gauge
                     entity: sensor.l1_leistung
                     min: 0
                     max: 11500
                     theme: default
                     name: L1
                     unit: W
                     severity:
                       green: 0
                       yellow: 5000
                       red: 11000
                   - type: gauge
                     entity: sensor.l2_leistung
                     min: 0
                     max: 11500
                     theme: default
                     name: L2
                     unit: W
                     severity:
                       green: 0
                       yellow: 5000
                       red: 11000
                   - type: gauge
                     entity: sensor.l3_leistung
                     min: 0
                     max: 11500
                     theme: default
                     name: L3
                     unit: W
                     severity:
                       green: 0
                       yellow: 5000
                       red: 11000
           - type: iframe
             aspect_ratio: 90%
             url: >-
               http://192.168.0.63:3000/d/m0Od42LWz/energie-verbrauchsmessungen?orgId=1&from=1577487579761&to=1578092379762
             title: Stromverbrauch Täglich
         badges: []
         icon: 'mdi:flash'
       - icon: 'mdi:gas-station'
         badges: []
         cards:
           - type: glance
             entities:
               - entity: sensor.benzinpreis_total_gaggenau
                 name: Total Gaggenau
                 icon: 'mdi:gas-station'
               - entity: sensor.benzinpreis_shell_gaggenau
                 name: Shell Gaggenau
                 icon: 'mdi:gas-station'
               - entity: sensor.benzinpreis_avia_gaggenau
                 name: Avia Gaggenau
                 icon: 'mdi:gas-station'
             title: Gaggenau
           - type: 'custom:mini-graph-card'
             entities:
               - entity: sensor.benzinpreis_total_gaggenau
                 name: Total Gaggenau
                 color: red
               - entity: sensor.benzinpreis_shell_gaggenau
                 name: Shell Gaggenau
                 color: yellow
               - entity: sensor.benzinpreis_avia_gaggenau
                 name: Avia Gaggenau
                 color: blue
             name: Entwicklung Benzinpreise
             hours_to_show: 48
             hour24: true
             group_by: date
             decimals: 2
             icon: 'mdi:gas-station'
             unit: €
             show:
               labels: true
               extrema: true
           - type: glance
             entities:
               - entity: sensor.benzinpreis_real_rastatt
                 name: Real Rastatt
                 icon: 'mdi:gas-station'
               - entity: sensor.benzinpreis_jet_rastatt
                 name: Jet Rastatt
                 icon: 'mdi:gas-station'
             title: Rastatt
           - type: 'custom:mini-graph-card'
             entities:
               - entity: sensor.benzinpreis_real_rastatt
                 name: Real Rastatt
                 color: red
               - entity: sensor.benzinpreis_jet_rastatt
                 name: Jet Rastatt
                 color: yellow
             name: Entwicklung Benzinpreise
             hours_to_show: 48
             hour24: true
             group_by: date
             decimals: 2
             icon: 'mdi:gas-station'
             unit: €
             show:
               labels: true
               extrema: true
           - type: glance
             entities:
               - entity: sensor.benzinpreis_raiffeisen_karlsruhe
                 name: ZG Raiffeisen Karlsruhe
                 icon: 'mdi:gas-station'
               - entity: sensor.benzinpreis_bft_karlsruhe
                 name: BFT Karlsruhe
                 icon: 'mdi:gas-station'
             title: Karlsruhe
           - type: 'custom:mini-graph-card'
             entities:
               - entity: sensor.benzinpreis_raiffeisen_karlsruhe
                 name: ZG Raiffeisen Karlsruhe
                 color: green
               - entity: sensor.benzinpreis_bft_karlsruhe
                 name: BFT Karlsruhe
                 color: orange
             name: Entwicklung Benzinpreise
             hours_to_show: 48
             hour24: true
             group_by: date
             decimals: 2
             icon: 'mdi:gas-station'
             unit: €
             show:
               labels: true
               extrema: true
       - cards:
           - type: 'custom:battery-entity'
             entity: sensor.akku_switch_marcus
             name: Akkustand Schalter Nachttisch Marcus
           - type: 'custom:battery-entity'
             entity: sensor.akku_dimmer
             name: Akkustand Dimmer
           - type: 'custom:battery-entity'
             entity: sensor.akku_bm_flur
             name: Akkustand Bewegungsmelder Flur
           - type: 'custom:battery-entity'
             entity: sensor.akku_stehlampe_schalter
             name: Akkustand Schalter/Dimmer Stehlampe
           - type: 'custom:battery-entity'
             entity: sensor.akku_tür_sensor
             name: Akkustand Tür Sensor
         badges: []
         title: ''
         path: akkustande
         icon: 'mdi:battery-outline'
       - icon: 'mdi:home-automation'
         badges: []
         cards: []
      hideToolbar: false
      resources:
       - type: jpg
         url: /cards/DSC_0003-min.JPG
       - type: jpg
         url: /cards/DSC_0006-min.JPG
       - type: jpg
         url: /cards/DSC_0008-min.JPG
       - type: jpg
         url: /cards/DSC_0010-min.JPG
       - type: jpg
         url: /cards/DSC_0020-min.JPG
       - type: jpg
         url: /cards/DSC_0025-min.JPG
       - type: jpg
         url: /cards/DSC_0031-min.JPG
       - type: jpg
         url: /cards/DSC_0034-min.JPG
       - type: jpg
         url: /cards/DSC_0039-min.JPG
       - type: jpg
         url: /cards/DSC_0040-min.JPG
       - type: jpg
         url: /cards/Google-Home-Mini-OK-Google.jpg
       - type: jpg
         url: /cards/Google-Home-Mini-pic.jpg
       - type: jpg
         url: /cards/background.jpg
       - type: module
         url: /cards/battery-entity.js
       - type: module
         url: /cards/button-card.js
       - type: module
         url: /cards/button-entity-row.js
       - type: module
         url: /cards/compact-custom-header.js
       - type: jpg
         url: /cards/compress12.jpg
       - type: jpg
         url: /cards/compress43.jpg
       - type: jpg
         url: /cards/compress57.jpg
       - type: jpg
         url: /cards/compress74.jpg
       - type: jpg
         url: /cards/compress9.jpg
       - type: module
         url: /cards/dual-gauge-card.js
       - type: module
         url: /cards/light-entity-card.js
       - type: module
         url: /cards/mini-graph-card-bundle.js
       - type: module
         url: /cards/remote-card.js
       - type: module
         url: /cards/rgb-light-card.js
       - type: module
         url: /cards/slideshow-card.js
       - type: module
         url: /cards/vertical-stack-in-card.js
      background: center / cover no-repeat url("/cards/background.jpg") fixed
      
      

      posted in Tester
      marcuskl
      marcuskl
    • [Tutorial] PZEM-004T 3 Phasen Überwachung

      Da einige Interessiert waren an meinem Projekt, 3 Phasen Überwachung mit 3x PZEM-004T V3.0 Modulen, habe ich mir gedacht, Ich mache ein kleines Tutorial.

      VORWEG, WEISE ICH DARAUF HIN, DASS ICH KEINERLEI HAFTUNG ÜBERNEHME UND ICH SAGEN WILL, DASS DER ANSCHLUSS DER PZEM-004T MODULE VON EINEM AUSGEBILDETEN ELEKTRIKER ÜBERNOMMEN WERDEN SOLLTE UND NICHT VON EINEM LEIHE!
      DIE ARBEIT AN STROM IST LEBENSGEFÄHRLICH!!!!!!!

      Einkaufsliste:


      3x Pzem-004t Version 3.0
      https://rover.ebay.com/rover/0/0/0?mpre=https%3A%2F%2Fwww.ebay.com%2Fulk%2Fitm%2F311659291566

      6x Hutschienen Halter für die Pzem004t:
      https://rover.ebay.com/rover/0/0/0?mpre=https%3A%2F%2Fwww.ebay.de%2Fulk%2Fitm%2F283648108024
      Lochabstand 66- 74mm
      (Waren wo ich die bestellt habe um einiges billiger, vllt gibt es eine 3D drucker Vorlage)

      1x Hutschienen Gehäuse (musst nicht zwingend dieses genommen werden, jedes beliebige möglich)
      https://rover.ebay.com/rover/0/0/0?mpre=https%3A%2F%2Fwww.ebay.de%2Fulk%2Fitm%2F163257481624

      1x Wemos D1 Mini

      3x BAT43 Diode
      https://s.click.aliexpress.com/e/bjnq3DUiB

      1x Widerstand 10 kOhm

      3x XH2.54mm 4Pin Stecker mit Drähte
      (Sind 5 Stück wenn du 1 mal bestellst)
      https://s.click.aliexpress.com/e/mWwOtkdIb

      1x beliebige 5V Spannungsversorgung

      Ich habe noch ein Touchsensor in das Gehäuse eingeklebt als Taster, um ein Neustart zu erzwingen.
      Ist aber kein muss.

      Erste Schritte:

      1. Alles nach folgendem Schaltplan verschalten (Pzem-004t Module müssen mit 5V Spannung versorgt werden, nicht sichtbar auf dem Schaltplan).
      Ich habe eine Prototyp Platine für ein passendes Hutschienen Gehäuse genutzt.
      79132034_2550036588367340_8309787657831972864_n.jpg

      2. Den Wemos D1 mini mit der neuesten Tasmota Version flashen.
      Ich habe dazu das NodeMCUFlasher Tool benutzt.
      Ihr könnt aber auch jede beliebige Methode nutzen zum flashen, die Ihr üblich nutzt. Link zum Tool

      3. Nun müssen die PZEM-004T von 1-3 Adressiert werden.
      Da aber die Module, von Werk aus, die Adresse Nummer 1 haben, müssen nur bei 2 Modulen die Adressierung vorgenommen werden und dass geht mit dem Herstellertool oder über Tasmota, ich erkläre beide Möglichkeiten:
      Mit der Software kann übrigens das Gerät auf Funktion überprüft und auch Kalibriert werden, wenn nötig!

      Möglichkeit 1(Hersteller Software):

      • PZEM-004T Windows Software Zip herunterladen
      • Alles entpacken und die enthaltene Zip-Datei “PZEM-004Tsoftware New version”
      • in dem entpackten Ordner “PZEM-004Tsoftware New version” die Datei “Run” als Administrator ausführen (Rechte Maustaste-> als Administrator ausführen) und das kurz durchlaufen lassen
      • Achtung: Von Windows könnte eine Sicherheitswarnung kommen, einfach auf “Weitere Informationen” klicken und “Trotzdem ausführen” !
      • Ein PZEM-004T Modul nach mitgelieferten Schaltplan, an 230V anschließen und über ein TTL to USB Kabel bzw. Modul an den PC anschließen
      • Nun könnt Ihr die “PZEM004T-Master” ausführen (am besten auch als Administrator)
      • Den COM Port auswählen und nun kann man unter “Set Parameters” die Adresse bei einem Modul auf 2 und das andere auf 3 ändern.

      Möglichkeit 2 (Tasmota Befehl):

      • Den Wemos und 1 Pzem-004t Modul wie im obigen Schaltplan verschalten (Es darf nur 1 Modul angeschlossen sein!!!)
      • den PZEM-004T mit 230V nach mitgelieferten Schaltplan verbinden
      • den Wemos an die 5V Stromversorgung anklemmen
      • Wemos(Tasmota) mit eurem Wlan verbinden
      • Folgendes Template übernehmen: (siehe Wiki Tasmota Import Template)
      {"NAME":"Pzem-004t Gate","GPIO":[255,62,56,98,255,255,255,255,255,255,122,255,255],"FLAG":15,"BASE":18}
      
      • in der Konsole folgenden Befehl ausführen:
        "ModuleAddress 2", damit hat das Modul die Adresse 2 bekommen
      • Das gleiche mit dem nächsten Modul, nur diesmal "ModuleAddress 3" (siehe Tasmota Power Monitoring Commands)

      4. Somit ist die Adressierung abgeschlossen und Ihr könnt die Module wie im oben abgebildeten Schaltplan anschließen und alles unter Spannung nehmen (Immer zuerst die PZEM Module).

      5. Folgendes Template übernehmen, damit die Pzem-004t erkannt werden: (siehe Wiki Tasmota Import Template)

      {"NAME":"Pzem-004t Gate","GPIO":[255,62,56,98,255,255,255,255,255,255,122,255,255],"FLAG":15,"BASE":18}
      

      In der Tasmota Oberfläche, müssten jetzt alle 3 Module erkannt werden und es müsste so ähnlich bei euch aussehen:
      78832058_2550036505034015_5285628281943490560_o.jpg
      6. Wenn das alles fertig ist, können wir mit dem einbau an dem zu messenden Stromkreis beginnen

      Einbau an zu messenden Stromkreisen:

      1. Pzem-004T Module berührungssicher verbauen, Ich habe die Wechselspannung-Seite bis zu den Optokopplern mit Schrumpfschlauch vor versehentlichem berühren geschützt (neuere Modelle sind nun in ein Gehäuse verbaut)

      2 zu messende Leiter durch den Mess-Stromwandler führen,
      WICHTIG: Darf nicht unter Spannung gemacht werden, nämlich wenn nicht kurzgeschlossen oder an Modul angeschlossen, kann es sehr gefährlich werden!!!!
      Siehe hier https://www.janitza.de/betrieb-von-stromwandlern.html

      3. Pzem-004T an die gleiche Phase (L1- L3) wie der zu Messenden Stromkreis anschließen, da es sonst zu Messfehlern kommt!
      Leitung mit einem Überspannungsschutz ausstatten, ich habe dazu eine 2 A Sicherung genommen!

      4. Spannung erst bei den PZEM Modulen einschalten und danach der Wemos! Los gehen die Messungen, Viel Spaß!

      FERTIG! Wenn ich nichts vergessen habe, müsste es jetzt laufen!

      Hier noch Bilder von meinem Projekt, ich überwache damit meine Zuleitung:

      1576021124320-20191210_145857.jpg
      78588208_2550036398367359_5778970421953036288_o.jpg

      Bei Fragen oder Verbesserungsvorschlägen, gerne unter diesem Tutorial schreiben!

      Weitere Informationen:

      • https://github.com/arendst/Tasmota/issues/2315
      • https://www.innovatorsguru.com/pzem-004t-v3/

      LG Marcus

      roblad created this issue in arendst/Tasmota

      closed Adding support for PZEM004T energy monitor for 3 phase - request #2315

      posted in Praktische Anwendungen (Showcase)
      marcuskl
      marcuskl
    • RE: [Neuer Adapter] Proxmox VM

      Ist es möglich die CPU Temperatur Anzeigen zu lassen ?

      posted in Entwicklung
      marcuskl
      marcuskl
    • RE: Iobroker und System sehr langsam !Hilfe!

      Habe das Problem gefunden, hatte alles neu aufsetzen wollen in einer neuen VM und habe dann das interne BT durchgereicht, auf einmal war das selbe Problem in der neuen VM.
      Habe das BT dann aus der Hardware genommen und es lief wieder flüssig.

      posted in Error/Bug
      marcuskl
      marcuskl
    • RE: Test Adapter lovelace v0.2.x

      Hat jemand von euch ein Kalender von Google schon integriert bekommen?

      posted in Tester
      marcuskl
      marcuskl
    • RE: Iot error read ECONNRESET !!!

      @Djerry Ich hatte mich nun über ein halbes Jahr damit rum geschlagen und die Nutzung von GHome oder etc. war so gut wie nicht möglich und wegen sowas (Lösungsvorschlag Dualstack) den Vertrag teuer zu wechseln....

      Ich bin auch froh das es nun einwandfrei funktioniert, also bis jetzt gab es kein Problem mehr damit 🎊 🎉

      posted in Error/Bug
      marcuskl
      marcuskl
    • RE: Test Adapter lovelace v0.2.x

      @xADDRx

      Hat bei mir auch nicht so funktioniert.
      Du musst vorher "transparent:" hinzufügen, so:

      transparent:
         # Main colors
         primary-color: '#5294E2'                                                        # Header
         accent-color: '#E45E65'                                                         # Accent color
         dark-primary-color: 'var(--accent-color)'                                       # Hyperlinks                                         
      ........
      

      dann funktioniert es.

      Ich habe noch das Hintergrund Bild bei den Cards hochgeladen und die Zeile Backround image hinzugefügt.

      #Background images
      background: center / cover no-repeat url("/cards/background.jpg") fixed
      
      posted in Tester
      marcuskl
      marcuskl
    • RE: PZEM-004T-v3 Energie-Monitor

      20191210_145857.jpg
      Screenshot_20191210-160054_Chrome.jpg

      posted in Hardware
      marcuskl
      marcuskl
    • RE: Test Adapter lovelace v0.2.x

      @WW1983 Ich habe jetzt den Adapter AccuWeather eingerichtet, die Card hinzugefügt, dann den Channel "Summary" Funktion "Wetter" und Raum "Any"
      hinzugefügt, wird aber nicht erkannt?

      Habe ich was vergessen ?

      posted in Tester
      marcuskl
      marcuskl
    • RE: lgtv Adapter zur Steuerung von LG WebOS SmartTVs

      Irgentwie kommt immer wieder eine Verbindungsanfrage an mein Fernseher, wo ich dann bestätigen soll.
      Manchmal eine halbe Stunde alle paar Minuten und dann Tage wieder nicht. Normal muss man doch nur 1 mal bestätigen.
      Bekannt das Problem ? Jemand ne Lösung ?

      posted in Entwicklung
      marcuskl
      marcuskl

    Latest posts made by marcuskl

    • RE: InfluxDB nicht erreichbar ?

      @crunchip @thomas-braun es laufen einmal verschiedene Energiemessungen ein (Strom, Spannung, Leistung, Energie), Internet (Ping, Download, Upload) und Serverüberwachung (Temperatur, CPU, Ram)

      Ich habe leider nicht so viel Ahnung, was für Ressourcen eine solche Datensammlung benötigt und habe mich auf Empfehlung online verlassen.

      Ich lasse mich gerne eines besseren belehren.

      posted in InfluxDB
      marcuskl
      marcuskl
    • InfluxDB nicht erreichbar ?

      Hallo zusammen,

      vielleicht hat auch jemand das selbe Problem mal gehabt und kann mir weiterhelfen.
      Ich habe den Influx Container erst neu aufgesetzt, da ich Proxmox komplett neu aufgesetzt habe..

      Nun habe ich das selbe Problem wie damals auch schon und dachte das ich das mit einer sauberen neu Installation behoben bekomme, der Ram ist auf maximum sowohl auch der Swap, InfluxDB ist von IoBroker und auch Grafana nicht mehr zu erreichen.

      top - 16:13:03 up 5 days, 17:03,  1 user,  load average: 2.65, 2.42, 1.49
      Tasks:  18 total,   1 running,  17 sleeping,   0 stopped,   0 zombie
      %Cpu(s):  2.7 us, 47.8 sy,  0.0 ni,  0.0 id, 45.1 wa,  0.0 hi,  4.3 si,  0.0 st
      MiB Mem :   1024.0 total,      0.2 free,   1020.7 used,      3.1 buff/cache
      MiB Swap:    512.0 total,      0.0 free,    512.0 used.      3.3 avail Mem 
      
          PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                             
          121 telegraf  20   0 5657908  24212      4 S  24.2   2.3  18:05.26 telegraf                                                                                            
          138 influxdb  20   0 2957276 988020      0 S  23.9  94.2  57:22.87 influxd                                                                                             
           53 root      20   0  330600    852      0 S   3.1   0.1   1:32.59 systemd-journal                                                                                     
         3504 root      20   0    6936    904    384 R   0.5   0.1   0:00.23 top                                                                                                 
            1 root      20   0  165452   2464    184 S   0.3   0.2   0:04.47 systemd                                                                                             
          116 root      20   0  151104   1080      0 S   0.3   0.1   0:10.55 rsyslogd                                                                                            
           70 systemd+  20   0   15988    896      0 S   0.0   0.1   0:01.51 systemd-network                                                                                     
          109 systemd+  20   0   24052   3972      0 S   0.0   0.4   0:01.46 systemd-resolve                                                                                     
          112 root      20   0    3684    244      0 S   0.0   0.0   0:01.03 cron                                                                                                
          113 message+  20   0    8228    548      0 S   0.0   0.1   0:00.20 dbus-daemon                                                                                         
          117 root      20   0   13344    736      0 S   0.0   0.1   0:01.01 systemd-logind                                                                                      
          122 root      20   0    2444    112      0 S   0.0   0.0   0:00.00 agetty                                                                                              
          123 root      20   0    7096    676      0 S   0.0   0.1   0:03.52 login                                                                                               
          124 root      20   0    2444    116      0 S   0.0   0.0   0:00.00 agetty                                                                                              
          319 root      20   0   39984    636      0 S   0.0   0.1   0:02.13 master                                                                                              
          322 postfix   20   0   40284    668      0 S   0.0   0.1   0:00.44 qmgr                                                                                                
         3489 postfix   20   0   40236    660      0 S   0.0   0.1   0:00.01 pickup                                                                                              
         3499 root      20   0    4860   1276      0 S   0.0   0.1   0:00.93 bash   
      
      root@InfluxDB:~# service influxdb status
      * influxdb.service - InfluxDB is an open-source, distributed, time series database
           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
           Active: active (running) since Sat 2022-04-09 23:10:04 UTC; 5 days ago
             Docs: https://docs.influxdata.com/influxdb/
          Process: 130 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
         Main PID: 138 (influxd)
            Tasks: 11 (limit: 18952)
           Memory: 973.6M
              CPU: 57min 42.433s
           CGroup: /system.slice/influxdb.service
                   `-138 /usr/bin/influxd
      
      Apr 15 16:06:37 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:06:35.283894Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      Apr 15 16:06:58 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:06:56.279664Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      Apr 15 16:07:31 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:07:28.163237Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      Apr 15 16:09:00 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:08:48.674997Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      Apr 15 16:10:46 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:10:29.055752Z lvl=info msg="Retention policy deletion check (start)" log_id=0_l9JHY0000 service=r>
      Apr 15 16:11:34 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:11:27.418290Z lvl=info msg="Retention policy deletion check (end)" log_id=0_l9JHY0000 service=ret>
      Apr 15 16:11:41 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:11:35.782623Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      Apr 15 16:12:12 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:12:06.657805Z lvl=warn msg="internal error not returned to client" log_id=0_l9JHY0000 handler=err>
      Apr 15 16:12:18 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:12:13.694047Z lvl=warn msg="internal error not returned to client" log_id=0_l9JHY0000 handler=err>
      Apr 15 16:12:27 InfluxDB influxd-systemd-start.sh[138]: ts=2022-04-15T16:12:22.804888Z lvl=error msg="JSON encoding error" log_id=0_l9JHY0000 error="stan: connection clos>
      ...skipping...
      

      Jemand eine Idee?

      posted in InfluxDB
      marcuskl
      marcuskl
    • RE: PZEM-004T-v3 Energie-Monitor

      @ice77 nein habe ich nicht getestet

      posted in Hardware
      marcuskl
      marcuskl
    • RE: Google Home/Assistant ioBroker einrichten/nutzen

      Hallo zusammen,
      ich habe ein Außentemperatur Fühler installiert und läuft über Zigbee.
      Meine Frage ist wie realisiert Ihr die Abfrage über Google Home ?

      Liebe Grüße 🙂

      posted in ioBroker Allgemein
      marcuskl
      marcuskl
    • RE: In Tasmota Analogwert in % anzeigen lassen?

      @cinimod hat sich schon erledigt,
      LG

      posted in Microcontroller
      marcuskl
      marcuskl
    • RE: [Vorlage] Xiaomi Airpurifier 3H u.a. inkl. Token auslesen.

      EDIT: Readme richtig lesen hilft 😆 😆 😆

      Ich habe heute mal das Skript bei mir aktualisiert und es kommt folgender Fehler:

      script.js.Tools.MiHome_Node: Error: Model dmaker.fan.1c is not supported
      

      Aber in der Readme steht eigentlich das dieser voll unterstützt wird

      posted in JavaScript
      marcuskl
      marcuskl
    • In Tasmota Analogwert in % anzeigen lassen?

      Hallo zusammen,

      ich suche mich jetzt schon den ganzen Tag im Internet nach einer Lösung, werde aber nicht fündig.

      Kann man den Analogen Wert, in Tasmota, in 0-100% umrechnen lassen und auf der Weboberfläche anzeigen lassen?

      Danke und Liebe Grüße
      Marcus

      posted in Microcontroller
      marcuskl
      marcuskl
    • RE: [Tutorial] PZEM-004T 3 Phasen Überwachung

      @dolomiti ok Danke, bin schon lange raus aus dieser Thematik, hatte nur noch in Erinnerung das sich die Scheinleistung aus der Wirk- und Blindleistung zusammensetzt.

      posted in Praktische Anwendungen (Showcase)
      marcuskl
      marcuskl
    • RE: [Tutorial] PZEM-004T 3 Phasen Überwachung

      Mir ist aufgefallen das die Werte Scheinleistung, Blindleistung und Wirkleistung nicht zusammen passen.
      Scheinleistung ist ja Blindleistung und Scheinleistung zusammen gerechnet und wenn ich mir die Messwerte anschaue ergibt des irgendwie kein Sinn?
      Bei eich auch so ?
      Screenshot_2021-08-04-18-38-20-466_com.android.chrome.jpg

      posted in Praktische Anwendungen (Showcase)
      marcuskl
      marcuskl
    • RE: Zustandsänderung Aufzählungen anzeigen lassen

      @paul53 perfekt funktioniert, ich kannte das nicht, das der Trigger diese Variablen liefert.
      Wieder was gelernt, danke 🙂

      posted in Skripten / Logik
      marcuskl
      marcuskl
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo