Navigation

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

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Profile
    • Following 1
    • Followers 1
    • Topics 4
    • Posts 98
    • Best 2
    • Groups 1

    _nico

    @_nico

    2
    Reputation
    34
    Profile views
    98
    Posts
    1
    Followers
    1
    Following
    Joined Last Online
    Website www.loggn.de

    _nico Follow
    Starter

    Best posts made by _nico

    • RE: Test Adapter Z-Wave 2 (v1.7.x)

      Habe Version 1.7.4 installiert, läuft scheinbar alles ohne Probleme. DANKE

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter Z-Wave 2 (v1.4.x / 1.5.0 / 1.6.x)

      @AlCalzone sagte in Test Adapter Z-Wave 2 (v1.4.x / 1.5.x):

      @_nico sagte in Test Adapter Z-Wave 2 (v1.4.x / 1.5.x):

      Irgendwie muss es auch noch einen „Stillen Alarm“ geben - ohne Ton, aber blinken.

      Sehe ich in der Anleitung nicht, aber für die anderen probiers mal so:

      sendTo(
          "zwave2.0",
          "sendCommand",
          {
              nodeId: 17, 			// The target node
              commandClass: "Notification", 	// Which command class to use
              command: "sendReport", 		// Which command should be sent
              args: [{
                  notificationType: 0x01,
                  notificationEvent: 0x01,
              }],
          },
          ({ error, result }) => {
              if (error) {
                  log(error, "error");
              } else {
                  // Do something with the result (if there is any)
                  // In this case, "undefined" is logged
                  log(JSON.stringify(result));
              }
          },
      );
      

      Für die anderen Sounds musst du entsprechend der Tabelle aus der Anleitung notificationType und notificationEvent ändern.

      PERFEKT! DANKE!

      Ich werde es testen und berichten, sobald sich ein geeignetes Zeitfenster mit den Kids ergibt. 👨‍🚀


      • Fire siren - notificationType: 0x01, notificationEvent: 0x01
      • Door chime - notificationType: 0x06, notificationEvent 0x16
      • Lock / Arming / 2x Beep - notificationType: 0x06, notificationEvent: 0x03
      • Unlock / Disarm / 1x Beep - notificationType: 0x06, notificationEvent: 0x04
      • Emergency - notificationType: 0x07, notificationEvent: 0x01
      • Police siren - notificationType: 0x0A, notificationEvent: 0x01
      • Fire Alarm - notificationType: 0x0A, notificationEvent: 0x02
      • Ambulance - notificationType: 0x0A, notificationEvent: 0x03
      • Silent alarm (no sound, only LED flashes) - notificationType: 0x0A, notificationEvent: 0xFE
      posted in Tester
      _nico
      _nico

    Latest posts made by _nico

    • RE: APSystems EZ1-M

      @kaschperle83 +1

      posted in ioBroker Allgemein
      _nico
      _nico
    • RE: Test Adapter Z-Wave2 v2.2.x - Eine neue Ära beginnt...

      Keine Alpha mehr!!
      Ich will nicht der Erste sein ... ich habe doch keine Zeit. 😢

      @AlCalzone: Ist last_seen noch auf der Liste?

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @AlCalzone Nach dem Leeren des Caches und den Interviews werden wieder die Datenpunkte Binary_Sensor.motion und Binary_Sensor.door_window benutzt. Danke für deine Hilfestellung!

      Wie kann ich vermeiden, dass so etwas wieder passiert? Hast du eine Idee warum es passiert ist?

      Viele Grüße

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone sagte in Test Adapter ZWave 2 v1.9.x:

      An sich müsste es sich auch für Batteriebetriebene Geräte mit der Zeit einpendeln, wenn sie mal aufwachen.

      Bin mir grade nicht 100% sicher, aber ich glaube für das Garagentor müsste der Adapter nach abgeschlossenem Interview auch wieder wissen, dass es ein Door/Window-Sensor ist. Ist der denn schon ready?

      Nein, ready ist false - Interview ist noch nicht gelaufen.

      Wenn ich in 4 Stunden nach Hause komme, kann ich das Gerät dann einfach aufwecken und das Interview wird durchgeführt? Oder kommt es irgendwann zum Timeout und ich muss das Interview manuell über die Adapter-Einstellungen triggern?


      BTW: Wie sieht es eigentlich mit last_seen aus? 😊 https://github.com/zwave-js/node-zwave-js/issues/985#issuecomment-764902527

      AlCalzone created this issue in zwave-js/node-zwave-js

      open Add statistics #985

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone Cache geleert, Interview's laufen noch.

      Interview von der Alarmsirene (Node_046) ist durch, bin zwar nicht vor Ort, aber die Meldungen in der zwave.log sind weg und lassen darauf schließen, dass ein Ton abgespielt wurde.

      Muss ich nun alle batteriebetriebene Geräte aufwecken (die meisten also von der Wand reißen)? Oder pendelt sich, dass in den nächsten Stunden / Tagen von alleine ein?

      Ob die Devolo BWMs und Devolo Tür-/Fensterkontakte nun wieder die Datenpunkte Binary_Sensor.motion und Binary_Sensor.door_window aktualisieren, nicht mehr Binary_Sensor.any, kann ich erst ab 14:30 sagen, wenn zu Hause wieder Bewegung ist. 😄

      Stimmt nicht, ich kann das Garagentor öffnen - es wird immer noch Binary_Sensor.any auf true gesetzt, beim Öffnen des Kontakts (Node_009). Hier fehlt sicher noch das Interview, damit beim Öffnen auch wieder Binary_Sensor.door_window auf true gesetzt wird?

      Viele Grüße

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone

      Log Sirene: zwave-10373.log

      2021-03-24T07:02:23.507Z DRIVER   Unexpected error during SerialAPI command: ZWaveError: Notification CC V1 (Ala
                                        rm CC) reports requires the alarm type and level to be set!
      2021-03-24T07:02:23.508Z CNTRLR   [Node 046] did not respond after 1/3 attempts. Scheduling next try in 500 ms.
      2021-03-24T07:02:24.013Z DRIVER   Unexpected error during SerialAPI command: ZWaveError: Notification CC V1 (Ala
                                        rm CC) reports requires the alarm type and level to be set!
      2021-03-24T07:02:24.015Z CNTRLR   [Node 046] did not respond after 2/3 attempts. Scheduling next try in 500 ms.
      
      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @AlCalzone

      Mir ist gerade aufgefallen, dass der Devolo BWM und Devolo Tür-/Fensterkontakt nicht mehr die Datenpunkte Binary_Sensor.motion und Binary_Sensor.door_window aktualisiert, sondern jeweils nur Binary_Sensor.any.

      Bildschirmfoto 2021-03-23 um 20.43.32.png

      Soll das so? Wenn ja und das Gerät es so schickt, ist es natürlich richtig und ich ändere meine Aliases! Wollte es nur vorab klären. 🙂

      Log + Cache: Archiv.zip

      Gruß Nico

      --

      Nachtrag, hat sich bei der Alarmsirene auch etwas verändert? Die Töne werden nicht mehr abgespielt. 😞

      /*
      
      Feuersirene:    notificationType: 0x01, notificationEvent: 0x01
      Tuergong:       notificationType: 0x06, notificationEvent: 0x16
      Scharfschalten: notificationType: 0x06, notificationEvent: 0x03
      Entschärfen:    notificationType: 0x06, notificationEvent: 0x04
      Notfall:        notificationType: 0x07, notificationEvent: 0x01
      Polizeisirene:  notificationType: 0x0A, notificationEvent: 0x01
      Feueralarm:     notificationType: 0x0A, notificationEvent: 0x02
      Krankenwagen:   notificationType: 0x0A, notificationEvent: 0x03
      Stiller Alarm:  notificationType: 0x0A, notificationEvent: 0xFE
      Aus:            notificationType: 0x0A, notificationEvent: 0x00
      
      Rauch / Feuersirene = Feueralarm
      
      */
      
      sendTo(
          "zwave2.0",
          "sendCommand",
          {
              nodeId: id, 			// The target node
              commandClass: "Notification", 	// Which command class to use
              command: "sendReport", 		// Which command should be sent
              args: [{
                  notificationType: notiType,
                  notificationEvent: notiEvent
              }],
          },
          ({ error, result }) => {
              if (error) {
                  log(error, "error");
              } else {
                  // Do something with the result (if there is any)
                  // In this case, "undefined" is logged
                  log(JSON.stringify(result));
              }
          },
      );
      
      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone Natürlich vom vollständigen Versuch. 😞

      Hier die Log vom unvollständigen, sind aber 6MB, muss so gegen 10:45 gewesen sein.

      zwave-19716.log.zip

      Gruß Nico

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone Jup, aber erst nach dem 2. Interview.

      posted in Tester
      _nico
      _nico
    • RE: Test Adapter ZWave 2 v1.9.x

      @alcalzone Jo, hier die Log und die 3 Cache-Files.

      Archiv.zip

      Bildschirmfoto 2021-03-17 um 20.24.22.png

      posted in Tester
      _nico
      _nico
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo