Navigation

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

    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 0
    • Topics 3
    • Posts 12
    • Best 1
    • Groups 1

    HauWi112

    @HauWi112

    0
    Reputation
    10
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 58

    HauWi112 Follow
    Starter

    Best posts made by HauWi112

    • RE: shellyplus1 Please enter user credentials for.......

      @crunchip
      habe das gleiche Problem.
      Der Fehler tritt immer nur dann auf, wenn die Zeitabweichung zu groß wird.

      2024-03-20 18:48:36.552 - debug: shelly.0 (355) [MQTT] Publish: 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) - topic: shellyplusi4-xxxxxxxxxxx/debug/log, qos: 0, payload: shellyplusi4-xxxxxxxxxxx 3183324 1710956918.063 1|shos_sntp.c:84 New SNTP time: 1710956916.393249 (delta -1.662620)

      2024-03-20 18:48:36.580 - merror: shelly.0 (355) [httpIoBrokerState] HTTP request error for 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) "/rpc/Input.GetConfig?id=1": Wrong http username or http password! Please enter user credentials for restricted login.

      2024-03-20 18:48:36.592 - mdebug: shelly.0 (355) [MQTT] Publish: 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) - topic: shellyplusi4-xxxxxxxxxxx/debug/log, qos: 0, payload: shellyplusi4-xxxxxxxxxxx 3183325 1710956916.399 1|shelly_sys.cpp:208 Time is set

      posted in Hardware
      HauWi112
      HauWi112

    Latest posts made by HauWi112

    • RE: Dateien anlegen, die im Reiter Dateien sichtbar werden?

      @martinp
      Die Fehler in den Protokolleinträgen haben nicht mit diesem Problem zu tuen.
      Sonst hätte ich diese ja mit zur Verfügung gestellt.

      posted in Skripten / Logik
      HauWi112
      HauWi112
    • Dateien anlegen, die im Reiter Dateien sichtbar werden?

      Ich lege über ein Script Daten wie folgt in einer Datei ab.```

      async function appendToFile(fileName, data) {
          const fs = require('fs/promises');
          try {
              await fs.appendFile(fileName, data, { flag: 'w' });
              console.debug(`Daten an ${fileName} angehangen.`);
          } catch (error) {
              console.error(`Fehler ${error.message} beim Anhängen an ${fileName}`);
          }
      }
      
      on({ id: 'mqtt.0.Rover.RAW', change: "ne" }, async function (obj) {
          var rover_DecPos = extractDecPos(obj.state.val); //Dezimale Position Rover ermitteln
          if (getState('mqtt.0.Rover.Mode').val != 0) {
              await appendToFile("/opt/iobroker/iobroker-data/files/0_userdata.0/Oskar"
      	  + new Date().toISOString().substring(0, 10) + "_raw.txt",
      	  getState("mqtt.0.Rover.RAW").val + "\n")
          }
      })
      

      Warum werden nur einige Dateien im ioBroker-Reiter Dateien angezeigt?
      Screenshot 2024-03-26 153326.png

      Vielen Dank im Voraus.

      posted in Skripten / Logik
      HauWi112
      HauWi112
    • RE: shellyplus1 Please enter user credentials for.......

      @crunchip
      habe das gleiche Problem.
      Der Fehler tritt immer nur dann auf, wenn die Zeitabweichung zu groß wird.

      2024-03-20 18:48:36.552 - debug: shelly.0 (355) [MQTT] Publish: 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) - topic: shellyplusi4-xxxxxxxxxxx/debug/log, qos: 0, payload: shellyplusi4-xxxxxxxxxxx 3183324 1710956918.063 1|shos_sntp.c:84 New SNTP time: 1710956916.393249 (delta -1.662620)

      2024-03-20 18:48:36.580 - merror: shelly.0 (355) [httpIoBrokerState] HTTP request error for 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) "/rpc/Input.GetConfig?id=1": Wrong http username or http password! Please enter user credentials for restricted login.

      2024-03-20 18:48:36.592 - mdebug: shelly.0 (355) [MQTT] Publish: 192.168.200.157 (shellyplusi4 / shellyplusi4-xxxxxxxxxxx / shellyplusi4#xxxxxxxxxxx#1) - topic: shellyplusi4-xxxxxxxxxxx/debug/log, qos: 0, payload: shellyplusi4-xxxxxxxxxxx 3183325 1710956916.399 1|shelly_sys.cpp:208 Time is set

      posted in Hardware
      HauWi112
      HauWi112
    • Worx Instanz neu starten - Passwort weg

      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?

      posted in Automatisierung
      HauWi112
      HauWi112
    • RE: [Adapteranfrage] Orbit B-HYVE Ventil

      @tazdevil20
      Habe mich ewig mit HAM und den beiden verfügbaren Plugins (platform-orbit und orbit-irrigation) rumgeärgert. Zum Schluss habe ich jede Stunde die HAM-Instanz neu gestartet.

      Dann habe ich dein Script probiert... funktioniert exakt, einwandfrei und zuverlässig. Ich brauche jedoch andere Ventil-Infos (z.b. "in use")

      Wie/Wo muss ich das Skript anpassen?
      Wo ist das key.batttery.percent definiert?

      Vielen Dank im Voraus!

      posted in Entwicklung
      HauWi112
      HauWi112
    • RE: Flot - Reihenfolge der Datenreihen ändern

      @sten-tor
      exakt, einwandfrei, normgerecht, fehlerfrei, super
      👍 👍 👍

      posted in ioBroker Allgemein
      HauWi112
      HauWi112
    • RE: [Adapteranfrage] Orbit B-HYVE Ventil

      @kenny384 sagte in [Adapteranfrage] Orbit B-HYVE Ventil:

      @tazdevil20 Sorry, zu früh geschrieben, ich habe es eben selber gefunden. Active muss man auf "1" setzen. Und ich glaube ich habe auch dein Problem mit der Bewässerungsdauer gelöst. Du musst eigentlich nur den Wert Set-Duration (in Sekunden) hoch setzen. Habe da mal 600 eingetragen, dann lief es auch manuell gestartet 10 Minuten.

      Bildschirmfoto 2020-07-27 um 10.13.16.png

      Hallo,
      egal, auf welchen wert ich "Set-Duration" setze...
      nach dem "Akivieren" wird immer 5min bewässert. Was mache ich falsch?

      708f4839-ed0b-4379-b93e-fb8bf25bfd0a-grafik.png
      a70e11e4-7ed5-4670-ba17-e99377001908-grafik.png

      vielen Dank im Voraus!

      posted in Entwicklung
      HauWi112
      HauWi112
    • RE: Script Editor Debug-Optionen

      interssiert mich auch!

      posted in ioBroker Allgemein
      HauWi112
      HauWi112
    • RE: Script Editor Debug-Optionen

      @gargano

      posted in ioBroker Allgemein
      HauWi112
      HauWi112
    • RE: Astrokonfiguration - keine Wirkung

      @paul53
      dayTimeSchedules() hab ich nicht zur Verfügung.

      posted in JavaScript
      HauWi112
      HauWi112
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo