Navigation

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

    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

    S
    • Profile
    • Following 4
    • Followers 0
    • Topics 0
    • Posts 6
    • Best 0
    • Groups 1

    seelmkrl

    @seelmkrl

    0
    Reputation
    13
    Profile views
    6
    Posts
    0
    Followers
    4
    Following
    Joined Last Online

    seelmkrl Follow
    Starter

    Latest posts made by seelmkrl

    • RE: js-controller 4.0 jetzt im BETA/LATEST!

      @apollon77 - Wie kann ich mit dem js-controller 4.0 von redis auf JSONL umstellen ?

      posted in ioBroker Allgemein
      S
      seelmkrl
    • RE: Material Design Widets: Netzwerk Status

      Bau bitte noch die Funktion mit ein, dann muss es funktionieren !
      // erweiterte existsState() funktion
      function extendedExists(id){
      let r = ($(id).length > 0) && (existsState(id));
      return r;
      }

      posted in Praktische Anwendungen (Showcase)
      S
      seelmkrl
    • RE: Material Design Widets: Netzwerk Status

      So kannst du es abfrage ob es vorhanden ist !

      // Letzte Abmeldung auslesen
                  if (extendedExists(id + '.lastInactive')) {    
                  if(getState(id + '.lastInactive').notExist)  {lastabmeldung = 'noch nicht abgemeldet' }
                      else {
                              lastabmeldung = getState(id + '.lastInactive').val;
                          }
                  }
      
      posted in Praktische Anwendungen (Showcase)
      S
      seelmkrl
    • RE: Garten Bewässerung variables Script

      Hier mein Bespiel mit VIS und Blockly zu variablen Steuerung !

      9f44107e-286d-468a-ac56-e1b99a24fb89-image.png

      posted in Blockly
      S
      seelmkrl
    • RE: Sonoff Garagentor - anderes Verhalten bei Adapter reboot

      Hallo,

      über die Console (MQTT) den folgenden Befehl eingeben :

      PowerOnState 0

      => Relais nach dem Einschalten ausgeschaltet lassen.

      Gruß

      Karl-Heinz

      posted in Hardware
      S
      seelmkrl
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo