Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Automatisierung
    5. Worx Instanz neu starten - Passwort weg

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Worx Instanz neu starten - Passwort weg

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

      Hallo,
      ich bekomme immer zur nahezu gleichen Uhrzeit ein error: worx.0 (1173) MQTT ERROR: Error: read ECONNRESET
      Mein Versuch die Instanz vorher zu deaktivieren und dann neu zu aktivieren mit folgendem Skript

      var s_on, s_off, s
      async function Worx(s) {
          var objPl = getObject('system.adapter.worx.0');
            objPl.common.enabled = s;
                setObject('system.adapter.worx.0', objPl, function (err) {
                   if (err) log('Cannot write object: ' + err);
              }); 
            log("val:" + objPl.common.enabled);
      }
      
      s_on = schedule('0 1 * * *', async function () {await Worx(0)});
      s_off = schedule('0 4 * * *', async function () {await Worx(1)});
      

      scheitert beim der Aktivierung, weil das Passwort aus der Einstellung gelöscht wird.
      Frage: Wie kann ich das Passwort im Skript setzen?

      arteck 1 Reply Last reply Reply Quote 0
      • arteck
        arteck Developer Most Active @HauWi112 last edited by arteck

        @hauwi112 warum ne 0 und 1...bei funktionsaufruf

        schreib da mal true oder false rein

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

        Support us

        ioBroker
        Community Adapters
        Donate

        961
        Online

        31.7k
        Users

        79.7k
        Topics

        1.3m
        Posts

        2
        2
        160
        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