Habe Version 1.7.4 installiert, läuft scheinbar alles ohne Probleme. DANKE
NEWS
Best posts made by _nico
-
RE: Test Adapter Z-Wave 2 (v1.7.x)
-
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
undnotificationEvent
ä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
- Fire siren -
Latest posts made by _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? -
RE: Test Adapter ZWave 2 v1.9.x
@AlCalzone Nach dem Leeren des Caches und den Interviews werden wieder die Datenpunkte
Binary_Sensor.motion
undBinary_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
-
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
istfalse
- 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 -
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
undBinary_Sensor.door_window
aktualisieren, nicht mehrBinary_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
auftrue
gesetzt, beim Öffnen des Kontakts (Node_009). Hier fehlt sicher noch das Interview, damit beim Öffnen auch wiederBinary_Sensor.door_window
auftrue
gesetzt wird?Viele Grüße
-
RE: Test Adapter ZWave 2 v1.9.x
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.
-
RE: Test Adapter ZWave 2 v1.9.x
Mir ist gerade aufgefallen, dass der Devolo BWM und Devolo Tür-/Fensterkontakt nicht mehr die Datenpunkte
Binary_Sensor.motion
undBinary_Sensor.door_window
aktualisiert, sondern jeweils nurBinary_Sensor.any
.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)); } }, );
-
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.
Gruß Nico