Giter VIP home page Giter VIP logo

iobroker.zwave2's Introduction

Logo

ioBroker.zwave2

node npm changelog

Number of Installations Number of Installations

Test and Release Language grade: JavaScript Translation status

Z-Wave for ioBroker. But better.

Z-Wave 2 is a brand new Z-Wave implementation for ioBroker. It is based on zwave-js, which was written from the ground up for your benefit.

Unless ioBroker.zwave it does not require OpenZWave. This means that the installation and updates are fast, and no compilation of static libraries and other complicated steps are necessary.

Furthermore, some devices just don't work in the original adapter, e.g. the Fibaro Roller Shutter 3.

Easy usage in ioBroker was kept in mind during the whole development. For example, some devices reuse configuration parameters to configure many different things. In this adapter, most of them are split into separate states and no complicated math is necessary:

Config params in ioBroker.zwave2 vs Config params in ioBroker.zwave
vs

Documentation and usage


Changelog

Older changes

3.1.0 (2023-09-27)

Updated zwave-js to 10.23.6. This includes the following changes:

  • Added support for Security S2 multicast
  • Added support for parsing additional information from Notification CC Reports. Note that this may change the values reported for Door/Window sensors! If you rely on the old behavior, use the new Door state (simple) value instead.
  • Added support for Energy Production CC and Window Covering CC
  • On devices where legacy alarm values are mapped, the resulting Notification values are now created during the interview.
  • Fixed an issue where communication with a node included with Security S2 was not always using encryption.
  • Fixed an issue where the Z-Wave stack would not start on Windows systems
  • Z-Wave controllers hosted remotely over TCP can now be discovered using mDNS
  • Disconnects of Z-Wave controllers hosted remotely over TCP are now detected again
  • All commands contained in a Multi Command CC are now properly handled
  • Failures while assigning routes to nodes no longer mark the node as dead (unless they actually are)
  • Values for unsupported Door Lock CC features are no longer created
  • Several reliability/correctness improvements for device interviews
  • Auto-assign routes between nodes after creating a new association
  • Values for Battery, Meter, Multilevel Switch and (in some cases) Notification CC are now queried periodically or on device wakeup
  • Notification variables (like Lock jammed) are now updated when another received report indicates a change, even if the device did not update the notification variable itself.
  • Fixed a startup crash that happens when the controller returns an empty list of nodes
  • Fixed a crash that happens when message from an unknown node was received
  • Several improvements for auto-assigning Lifeline associations
  • Lots of new and updated configuration files, see Z-Wave JS releases for details

3.0.5 (2023-01-28)

Updated zwave-js to 10.5.4. This includes the following changes:

  • Fixed a memory leak caused by a dependency
  • Fixed an issue where multiple re-interview tasks for sleeping nodes could be queued and would be executed in parallel
  • Fixed an issue where firmware updates could use a too large fragment size after upgrading to v10, causing the update to fail
  • Several improvements related to Security S2
  • New and updated configuration files, see Z-Wave JS releases for details

3.0.4 (2022-09-21)

Updated zwave-js to 10.2.0. This includes the following changes:

  • Fixed an issue where the possible states for Notification values could be incomplete
  • Fixed an issue where setting the time on some devices would always use UTC, even this should be done with local time
  • New and updated configuration files, see Z-Wave JS releases for details

3.0.3 (2022-09-06)

Fixed some more communication issues. If a device isn't working properly after upgrading to 3.x, try to re-interview it.

3.0.2 (2022-08-30)

  • Fixed some crashes and communication issues

License

MIT License

Copyright (c) 2019-2023 AlCalzone

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

iobroker.zwave2's People

Contributors

alcalzone avatar anzic23 avatar apollon77 avatar arteck avatar crycode-de avatar d-hunt3r avatar dependabot-preview[bot] avatar dependabot[bot] avatar fredf63 avatar iobrokertranslator avatar johnnybyzhang avatar kirovilya avatar ldittmar81 avatar maag-da avatar mcm1957 avatar sneak-l8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

iobroker.zwave2's Issues

Devices are report as "is now dead" in Log

Describe the bug
In the ioBroker Log Zwave2 is reporting a lot of devices as "is now dead". These are Fibaro Actors and this morning I had a problem with running the blinds.

Log looks like:
image

After trying to run the blinds again, I get a lot of error messages in the log:

image

To Reproduce
After running them they are reported as dead!

Expected behavior
Not sure why they are reported as dead as they work and always powered.

Screenshots & Logfiles
see above

Versions:

  • Adapter version: 1.7.0
  • JS-Controller version: 2.2.9
  • Node version:
  • Operating system: RasperryPI

AEON Labs ZW132 (Dual Nano Switch with power metering) does not return any values

Device: https://www.zwaveproducts.com/products/zw132-aeon-labs-dual-nano-switch-with-power-metering

When pressing the button connected to the switch or the action button on the switch, no values are changed in iBroker Object tree. Switching from iBroker "sometimes" works, target value is not always updated.

Steps already done:

  • Upgraded Device to the newest firmware
  • Checked connections (Verknüpfungen) - Lifeline Connection exists like on other working devices
  • Checked with another new ZW 132 device
  • Moved very close with the device to the server

Seems to be that the device is currently not supported. Happy to provide log files and do testing. (otherwise I switch to Figaro or Qubino which are both working)

Verify Compact mode for your adapter

We have detected that your adapter supports the compact mode. Please use the latest js-controller 2.0 and verify that everything works.

Some more information what is important to check can be found at ioBroker/ioBroker.js-controller#512

On questions please answer to the linked issue. Please close this issue after your test and add the version number that you have tested please as a comment.

Thank you for your support.

Simple load log and cache files

Please make it possible to load the cache and log files directly via another tab in the adapter.
Even better would be a direct transmission after request to you for troubleshooting :)

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/AlCalzone/ioBroker.zwave2

  • [E605] No actual year found in copyright. Please add "Copyright (c) 2020 AlCalzone [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2020 AlCalzone [email protected]" at the start of LICENSE

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Adapter kann nicht mit gehosteter seriellen Port verbunden werden

Hallo zusammen,

ich bin wirklich mittlerweile extrem lost. Auch nach vielem Googeln schaffe ich es nicht, den Adapter zu verbinden.

Meine Konfiguration ist, dass ich eine ioBroker-Installation auf einem Raspberry Pi 4 laufen habe, einen Razberry der zweiten Generation auf einem anderen Pi (3er). Auf dem 3er Pi habe ich von zwave.me das Image genommen und installiert. Dort kann ich auch auf den Razberry über die Weboberfläche zugreifen, Geräte inkludieren und auch schalten.

Aus dem io-Broker raus habe ich nicht den leisesten Schimmer, was ich bei der tcp-Adresse eingeben muss, damit sie sich verbinden. Ich hatte schon tcp://192.168.2.220:20, tcp://192.168.2.220:53, tcp://192.168.2.220:8083, tcp://192.168.2.220/dev/ttyAMA0 (ihr, seht, ich bin komplett hilflos an der Stelle). Ich würde gerne den ioBroker-Adapter nutzen, das ist ja mein Gehirn des avisierten SmartHomes.

Da ich gelesen habe, dass der Adapter und der Server von z-way nicht gemeinsam laufen dürfen, habe ich den z-way-server und mongoose nach ps -e über die PID gekillt.

Hier die weiter benötigten Informationen:

  • Adapter version: 1.8.1
  • JS-Controller version: 3.1.6
  • Node version: v12.20.0
  • Operating system: lsb_release -a
    "No LSB modules are available.
    Distributor ID: Raspbian
    Description: Raspbian GNU/Linux 10 (buster)
    Release: 10
    Codename: buster"

Und hier die Logs:

  1. zwave-12345.log:
    15:15:22.536 DRIVER ███████╗ ██╗ ██╗ █████╗ ██╗ ██╗ ███████╗ ██╗ ███████╗
    ╚══███╔╝ ██║ ██║ ██╔══██╗ ██║ ██║ ██╔════╝ ██║ ██╔════╝
    ███╔╝ ██║ █╗ ██║ ███████║ ██║ ██║ █████╗ █████╗ ██║ ███████╗
    ███╔╝ ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝ ╚════╝ ██ ██║ ╚════██║
    ███████╗ ╚███╔███╔╝ ██║ ██║ ╚████╔╝ ███████╗ ╚█████╔╝ ███████║
    ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚════╝ ╚══════╝
    15:15:22.539 DRIVER version 5.6.0
    15:15:22.540 DRIVER
    15:15:22.540 DRIVER starting driver...
    15:15:22.567 DRIVER opening serial port tcp://192.168.2.220:8083/ttyAMA0
    15:15:22.585 DRIVER serial port opened
    15:15:22.588 SERIAL » [NAK] (0x15)
    15:15:24.091 DRIVER loading configuration...
    15:15:24.618 DRIVER beginning interview...
    15:15:24.620 DRIVER added request handler for AddNodeToNetwork (0x4a)...
    1 registered
    15:15:24.620 DRIVER added request handler for RemoveNodeFromNetwork (0x4b)...
    1 registered
    15:15:24.621 DRIVER added request handler for ReplaceFailedNode (0x63)...
    1 registered
    15:15:24.623 CNTRLR beginning interview...
    15:15:24.624 CNTRLR querying version info...
    15:15:24.857 SERIAL » 0x01030015e9 (5 bytes)
    15:15:24.860 DRIVER » [REQ] [GetControllerVersion]
    15:15:24.862 DRIVER serial port errored: This socket has been ended by the other party
    15:15:24.867 CNTRLR Failed to execute controller command after 1/3 attempts. Scheduling next try i
    n 100 ms.
    15:15:24.970 SERIAL » 0x01030015e9 (5 bytes)
    15:15:24.971 DRIVER » [REQ] [GetControllerVersion]
    15:15:24.972 DRIVER serial port errored: This socket has been ended by the other party
    15:15:24.976 CNTRLR Failed to execute controller command after 2/3 attempts. Scheduling next try i
    n 1100 ms.
    15:15:26.079 SERIAL » 0x01030015e9 (5 bytes)
    15:15:26.081 DRIVER » [REQ] [GetControllerVersion]
    15:15:26.082 DRIVER serial port errored: This socket has been ended by the other party
    15:15:26.099 DRIVER Failed to initialize the driver, no response from the controller. Are you sure
    this is a Z-Wave controller?
    15:15:26.103 DRIVER destroying driver instance...

  2. nano de4d2688.json
    {
    "nodes": {}
    }

  3. GNU nano 3.2 de4d2688.metadata.jsonl

{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"manufacturerId"}","v":{"type":"number","readable":true,"writeable"$
{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"productType"}","v":{"type":"number","readable":true,"writeable":fa$
{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"productId"}","v":{"type":"number","readable":true,"writeable":fals$
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":65536}","v":{"type":"number","readable":true$
{"k":"{"nodeId":3,"commandClass":49,"endpoint":0,"property":"Power"}","v":{"type":"number","readable":true,"writeable":false,"un$
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":65537}","v":{"type":"number","readable":true$
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":66049}","v":{"type":"number","readable":true$
{"k":"{"nodeId":3,"commandClass":49,"endpoint":0,"property":"Power"}","v":{"type":"number","readable":true,"writeable":false,"un$

  1. GNU nano 3.2 de4d2688.values.jsonl

{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"manufacturerId"}","v":327}
{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"productType"}","v":1024}
{"k":"{"nodeId":1,"commandClass":114,"endpoint":0,"property":"productId"}","v":2}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"zwavePlusVersion"}","v":1}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"nodeType"}","v":0}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"roleType"}","v":5}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"installerIcon"}","v":1792}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"userIcon"}","v":1792}
{"k":"{"nodeId":3,"commandClass":94,"endpoint":0,"property":"interviewComplete"}","v":true}
{"k":"{"nodeId":3,"commandClass":89,"endpoint":0,"property":"interviewComplete"}","v":true}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":65536}","v":0.05}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"deltaTime","propertyKey":65536}","v":0}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"interviewComplete"}","v":true}
{"k":"{"nodeId":3,"commandClass":49,"endpoint":0,"property":"Power"}","v":0}
{"k":"{"nodeId":3,"commandClass":49,"endpoint":0,"property":"interviewComplete"}","v":true}
{"k":"{"nodeId":3,"commandClass":113,"endpoint":0,"property":"interviewComplete"}","v":true}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":65537}","v":0.09}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"deltaTime","propertyKey":65537}","v":0}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"value","propertyKey":66049}","v":0}
{"k":"{"nodeId":3,"commandClass":50,"endpoint":0,"property":"deltaTime","propertyKey":66049}","v":0}
{"k":"{"nodeId":3,"commandClass":49,"endpoint":0,"property":"Power"}","v":0}

Ich danke schonmal ganz herzlich vorab,
Thomas

Please check ioBroker.zwave2 with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

No function under Node.js 12.16.2

After I updated Node.js to 12.16.2, the adapter isn't working anymore. Any ideas how to fix this? I realy need this adapter again, otherwise I hav to go back to 10.x.x.

Current value != target value

Hi

Once in a while - the current value shows a different value than target value (see attached image). This only happens with Fibaro Shutter Controller with a newer firmware than the other ones. No matter if I write 100 or 99 into target value - current value stays at 0 (script driven). If I manually (by hand) write 99 into target value then the current value shows the correct value. Very strange.

zwave

My system info:

System: ioBroker
Hostname: Casper
Platform: Linux arm64 @ Odroid-C2
Memory: 2 GB
Node.js: 12.20.1
NPM: 6.14.10
JS-Controller: 3.2.12
Admin Adapter: 4.2.1
JS Script Engine: 4.10.14
Z-Wave Adapter: 1.8.8
Z-Wave Controller: USB ZME-UZB1

Z-Wave Devices (24):
7 x Roller Shutter Controller: Fibaro FGRM-222 (5 with old/ 2 with new Firmware)
1 x Multisensor: Aotec MS ZW100
2 x Multisensor: DB5
4 x Multisensor: Fibaro FGMS-001
1 x Siren: Everspring SE812
1 x Water Sensor: Everspring ST812
1 x Water Sensor: Fibaro FGFS-101
3 x Dimmer: Fibaro FGD-212
2 x Main Switches: Greenwave NS310
1 x Window Sensor: Schwaiger ZHS09
1 x Smoke Detector: Vision ZS6101

Here is one of the relevant scripts which are triggered each day (quite simple):

on({id: 'var.0.Rolladen.Pos_Technik_EG', change: "ne"}, async function (obj) {
  var value = obj.state.val;
  var oldValue = obj.oldState.val;
  setState("zwave2.0.Node_037.Multilevel_Switch.targetValue_001"/*Target value (Endpoint 1)*/, getState("var.0.Rolladen.Pos_Technik_EG").val);
});

Translation.

Consider translating into Russian. Or at least make the default English.
2019-12-16_10-44-33

Deleting orphaned state for no reason

Hi

I installed zwave2 adapter yesterday and everything went fine first. But after a reboot of ioBroker I realised that my deviced lost states and I checked the log and found hundreds of messages like:

zwave2 deleting state

But all of states are needed by the device and I can not understand the behaviour. So I think this must be a bug.

Thanks and kind regards

Beat

Geräte bekommen keine Config-Objekte

Ich habe mehrere Geräte die auch nach 3 Tagen keine Config-Objekte haben. Bei einem Zwischenstecker ist das kein Problem.

Allerdings habe ich auch mehrere Aeotec Multisensor Gen5 (ZW074) und ZWaveMe WallSwitche (ZME_WALLC-S) im Einsatz. Jeweils das erste Gerät hat die Einträge. Die nachfolgend angelernten nicht.
Die Node sind "ready to us" = true
Ein erneutes Interview habe ich nach 2 Tagen auch mal getestet.

Beispiel:
image
image

Versions:

  • Adapter version: 1.8.5
  • JS-Controller version: 3.1.6
  • Node version: 12.20.1
  • Operating system: Ubuntu 20.04.1 LTS

Add DBMZ DC blind Motor Control

adapter v 1.7.2 js-controller v 3.1.6
I have 2 of this - Electronic Solutions Inc DBMZ Motor Control. In z-wave adapter it work. In Z-wave 2 fall in dad, and not control blinds.
image
image
image
image
image
zwave-5982.log

Bitte aufhören State Namen nach fast jedem Update zu ändern

Nach fast jedem Update muss ich dutzende Scripte umschreiben, weil du irgendwelche States umbenannt hast. Zum Beispiel: zwave2.0.Node_024.Meter.value_kWh_Consumed wird nach zwave2.0.Node_024.Meter.value_electric_kwh_consumed umbenannt. Der Sinn erschließt sich mir nicht und geht das jetzt immer so weiter? Wäre toll, wenn du dich mal auf einen Namen festlegst und dann dabei bleibst.

Edit:

Ich sehe gerade, du hast auch einen Datenpunkt nach zwave2.0.Node_037.Meter.value_001_kWh_Consumed umbenannt. Das macht einen vollkommen planlosen Eindruck- oben hast du ein "electric" davor gesetzt und "consumed" klein geschrieben. Und was soll das sinnlose "_001" im Namen? Wie wäre es mal mit einer strukturierten und geplanten Namens-Vergabe, auf die man sich auch in Zukunft verlassen kann? Wenn du dabei Hilfe brauchst dann sage es bitte.

ioBroker & Adapter 1.8.6 vom heutigen Tage.

Anlage Raum Null

Nur zur Info, wird noch von mir beobachtet!!

Folgendes ist bei mir aufgetreten:
In den Aufzählungen wurde ein Raum "Null" mit einem Gerät "Null" angelegt. Ließ sich löschen, tauchte aber wieder auf.
Nach bisheriger Recherche ging diese Anlage von einem bestimmten Node aus, Daher habe ich in der Instanz diesem Node einen neuen Raum zugeordnet.
2x den Host komplett neu gestartet, scheint der Fehler behoben. Werde es zur Sicherheit aber noch ein paar Tage beobachten und bei wiederholtem Auftreten hier weitere Infos posten.

(11426) Failed to initialize the driver, no response from the controller. Are you sure this is a Z-Wave controller?

Z-Wave2 can't open/start the Dongle
i installed the adapter and pluged in the Z-Wave Dongle (Aeotec AEOEZW090-C Aeon) and set up the right usb device in the adapter settings (/dev/ttyAMA0).

i got the follewing msg in log:

zwave2.0 | 2020-06-23 17:25:35.183 | error | (11426) Port is not open
zwave2.0 | 2020-06-23 17:25:35.147 | error | (11426) Failed to initialize the driver, no response from the controller. Are you sure this is a Z-Wave controller?

Versions:

  • Adapter version: 1.0
  • JS-Controller version: iobroker -v returns 3.1.4
  • Node version: node -v returns V12.18.1
  • Operating system: "Raspbian GNU/Linux 10 (buster) on RPi 4

Hard-Reset

Please add a soft-reset and hard-reset button.

"Color Switch: property "targetColor" requires a property key, but none was given" if key is 0

Describe the bug
Der Zwave Adapter scheint keinen PropertyKey mit dem Wert 0 beim Color Switch zu akzeptieren.
Color Switch: property "targetColor" requires a property key, but none was given
Ich habe eine RGB Lampe vom Hersteller Hank. Dieser benötigt für Warmweis den Key 0. Alle anderen Farben (key 1-4) funktionieren.

{
"from": "system.adapter.zwave2.0",
"user": "system.user.admin",
"ts": 1607583769170,
"common": {
"name": "Target value (Warm White)",
"role": "level",
"desc": "The target value of the Warm White color.",
"type": "number",
"min": 0,
"max": 255,
"read": true,
"write": true
},
"native": {
"nodeId": 62,
"valueId": {
"commandClass": 51,
"endpoint": 0,
"property": "targetColor",
"propertyKey": 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
}
},
"acl": {
"object": 1636,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator",
"state": 1636
},
"_id": "zwave2.0.Node_062.Color_Switch.targetColor_warmWhite",
"type": "state"
}


{
"type": "state",
"common": {
"role": "value",
"read": true,
"write": false,
"name": "Current value (Warm White)",
"desc": "The current value of the Warm White color.",
"type": "number",
"min": 0,
"max": 255
},
"native": {
"nodeId": 62,
"valueId": {
"commandClass": 51,
"endpoint": 0,
"property": "currentColor",
"propertyKey": 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
}
},
"from": "system.adapter.zwave2.0",
"user": "system.user.admin",
"ts": 1607583769169,
"_id": "zwave2.0.Node_062.Color_Switch.currentColor_warmWhite",
"acl": {
"object": 1636,
"state": 1636,
"owner": "system.user.admin",
"ownerGroup": "system.group.administrator"
}
}

To Reproduce
Steps to reproduce the behavior:

  1. Hank LED Bulb inkludieren.
  2. im ColorSwitch Target value (Warm White) auf einen beliebigen wert setzen..
  3. Meldung im ioBroker log....

Expected behavior

RGB Bulb kann nicht auf Warmweis gesetzt werden.
Color Switch: property "targetColor" requires a property key, but none was given

Screenshots & Logfiles

Versions:

  • Adapter version: 1.7.10
  • JS-Controller version: 3.1.6
  • Node version: v12.20.0
  • Operating system: Raspbian GNU/Linux 10

Additional context

Fibaro Motion Sensor fällt immer nach wenigen Sekunden wieder "asleep"

Hallo zusammen,

ich habe leider mit meinem MotionSensor ein Problem: er verfällt nach wenigen Sekunden in den Zustand "asleep".

Ich habe den Sensor jetzt mehrfach in-und exkludiert, leider noch nicht mit Erfolg gekrönt. Immer wenn ich den Sensor manuell am Gerät starte, geht es für einen ganz kurzen Moment und dann ist er wieder "asleep".

Wäre toll, wenn das klappen würde.

Herzlichen Dank vorab für eure Hilfe,
Thomas

Versions:

  • Adapter version: 1.8.1
  • JS-Controller version: 3.1.6
  • Node version: v12.20.0
  • Operating system: Raspian buster

logs:
Es geht um die "Nummer 11"

6:27:38.606 DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                      ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                        ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                       ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                      ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                      ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
16:27:38.612 DRIVER   version 5.6.1
16:27:38.613 DRIVER   
16:27:38.614 DRIVER   starting driver...
16:27:38.661 DRIVER   opening serial port /dev/ttyAMA0
16:27:38.754 DRIVER   serial port opened
16:27:38.758 SERIAL » [NAK]                                                                   (0x15)
16:27:40.267 DRIVER   loading configuration...
16:27:41.424 DRIVER   beginning interview...
16:27:41.427 DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                      1 registered
16:27:41.428 DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                      1 registered
16:27:41.429 DRIVER   added request handler for ReplaceFailedNode (0x63)...
                      1 registered
16:27:41.433 CNTRLR   beginning interview...
16:27:41.434 CNTRLR   querying version info...
16:27:42.013 SERIAL » 0x01030015e9                                                         (5 bytes)
16:27:42.017 DRIVER » [REQ] [GetControllerVersion]
16:27:42.027 SERIAL « [ACK]                                                                   (0x06)
16:27:42.034 SERIAL « 0x011001155a2d5761766520362e3032000192                              (18 bytes)
16:27:42.036 SERIAL » [ACK]                                                                   (0x06)
16:27:42.040 DRIVER « [RES] [GetControllerVersion]
                        payload: 0x5a2d5761766520362e30320001
16:27:42.060 CNTRLR   received version info:
                        controller type: Static Controller
                        library version: Z-Wave 6.02
16:27:42.061 CNTRLR   querying controller IDs...
16:27:42.075 SERIAL » 0x01030020dc                                                         (5 bytes)
16:27:42.077 DRIVER » [REQ] [GetControllerId]
16:27:42.082 SERIAL « [ACK]                                                                   (0x06)
16:27:42.086 SERIAL « 0x01080120de4d268801ea                                              (10 bytes)
16:27:42.088 SERIAL » [ACK]                                                                   (0x06)
16:27:42.090 DRIVER « [RES] [GetControllerId]
                        payload: 0xde4d268801
16:27:42.109 CNTRLR   received controller IDs:
                        home ID:     0xde4d2688
                        own node ID: 1
16:27:42.110 CNTRLR   querying controller capabilities...
16:27:42.123 SERIAL » 0x01030005f9                                                         (5 bytes)
16:27:42.124 DRIVER » [REQ] [GetControllerCapabilities]
16:27:42.129 SERIAL « [ACK]                                                                   (0x06)
16:27:42.133 SERIAL « 0x010401051ce3                                                       (6 bytes)
16:27:42.134 SERIAL » [ACK]                                                                   (0x06)
16:27:42.137 DRIVER « [RES] [GetControllerCapabilities]
                        payload: 0x1c
16:27:42.148 CNTRLR   received controller capabilities:
                        controller role:     primary
                        is in other network: false
                        is SIS present:      true
                        was real primary:    true
                        is a SUC:            true
16:27:42.149 CNTRLR   querying API capabilities...
16:27:42.162 SERIAL » 0x01030007fb                                                         (5 bytes)
16:27:42.163 DRIVER » [REQ] [GetSerialApiCapabilities]
16:27:42.168 SERIAL « [ACK]                                                                   (0x06)
16:27:42.173 SERIAL « 0x012b01070525014704000002fe877f88cf3fc047fbdffde067008080008086000 (45 bytes)
                      000e87300800f000060da00bd
16:27:42.176 SERIAL » [ACK]                                                                   (0x06)
16:27:42.178 DRIVER « [RES] [GetSerialApiCapabilities]
                        payload: 0x0525014704000002fe877f88cf3fc047fbdffde067008080008086000000e8730
                      0800f000060da00
16:27:42.190 CNTRLR   received API capabilities:
                        serial API version:  5.37
                        manufacturer ID:     0x0147
                        product type:        0x0400
                        product ID:          0x02
                        supported functions: 
                        · GetSerialApiInitData (0x02)
                        · FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
                        · ApplicationCommand (0x04)
                        · GetControllerCapabilities (0x05)
                        · SetSerialApiTimeouts (0x06)
                        · GetSerialApiCapabilities (0x07)
                        · FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
                        · UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
                        · UNKNOWN_FUNC_UNKNOWN_0x0a (0x0a)
                        · UNKNOWN_FUNC_SerialAPISetup (0x0b)
                        · UNKNOWN_FUNC_RF_RECEIVE_MODE (0x10)
                        · UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
                        · FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
                        · SendData (0x13)
                        · SendDataMulticast (0x14)
                        · GetControllerVersion (0x15)
                        · SendDataAbort (0x16)
                        · FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
                        · FUNC_ID_ZW_GET_RANDOM (0x1c)
                        · GetControllerId (0x20)
                        · UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
                        · UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
                        · UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
                        · UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
                        · UNKNOWN_FUNC_FlashAutoProgSet (0x27)
                        · UNKNOWN_FUNC_UNKNOWN_0x28 (0x28)
                        · UNKNOWN_FUNC_NVMGetId (0x29)
                        · UNKNOWN_FUNC_NVMExtReadLongBuffer (0x2a)
                        · UNKNOWN_FUNC_NVMExtWriteLongBuffer (0x2b)
                        · UNKNOWN_FUNC_NVMExtReadLongByte (0x2c)
                        · UNKNOWN_FUNC_NVMExtWriteLongByte (0x2d)
                        · undefined (0x2e)
                        · undefined (0x37)
                        · undefined (0x38)
                        · UNKNOWN_FUNC_ClearNetworkStats (0x39)
                        · UNKNOWN_FUNC_GetNetworkStats (0x3a)
                        · UNKNOWN_FUNC_GetBackgroundRSSI (0x3b)
                        · UNKNOWN_FUNC_RemoveNodeIdFromNetwork (0x3f)
                        · GetNodeProtocolInfo (0x41)
                        · HardReset (0x42)
                        · FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
                        · FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
                        · AssignReturnRoute (0x46)
                        · DeleteReturnRoute (0x47)
                        · RequestNodeNeighborUpdate (0x48)
                        · ApplicationUpdateRequest (0x49)
                        · AddNodeToNetwork (0x4a)
                        · RemoveNodeFromNetwork (0x4b)
                        · FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
                        · FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
                        · undefined (0x4f)
                        · FUNC_ID_ZW_SET_LEARN_MODE (0x50)
                        · FUNC_ID_ZW_ASSIGN_SUC_RETURN_ROUTE (0x51)
                        · FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
                        · FUNC_ID_ZW_SET_SUC_NODE_ID (0x54)
                        · FUNC_ID_ZW_DELETE_SUC_RETURN_ROUTE (0x55)
                        · GetSUCNodeId (0x56)
                        · UNKNOWN_FUNC_SEND_SUC_ID (0x57)
                        · UNKNOWN_FUNC_AssignPrioritySUCReturnRoute (0x58)
                        · FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
                        · undefined (0x5f)
                        · RequestNodeInfo (0x60)
                        · RemoveFailedNode (0x61)
                        · IsFailedNode (0x62)
                        · ReplaceFailedNode (0x63)
                        · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                        · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                        · UNKNOWN_FUNC_UNKNOWN_0x78 (0x78)
                        · GetRoutingInfo (0x80)
                        · UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
                        · UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
                        · UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
                        · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                        · UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
                        · UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
                        · UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
                        · UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
                        · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                        · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                        · UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
                        · UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
                        · UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
                        · FUNC_ID_ZW_SET_PROMISCUOUS_MODE (0xd0)
                        · FUNC_ID_PROMISCUOUS_APPLICATION_COMMAND_HANDLER (0xd1)
                        · UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
                        · UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
                        · UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
                        · undefined (0xee)
                        · UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
                        · UNKNOWN_FUNC_ZMEFreqChange (0xf2)
                        · UNKNOWN_FUNC_ZMEBootloaderFlash (0xf4)
                        · UNKNOWN_FUNC_ZMECapabilities (0xf5)
                        · undefined (0xf7)
                        · UNKNOWN_FUNC_ZMESerialAPIOptions (0xf8)
16:27:42.192 CNTRLR   finding SUC...
16:27:42.204 SERIAL » 0x01030056aa                                                         (5 bytes)
16:27:42.205 DRIVER » [REQ] [GetSUCNodeId]
16:27:42.210 SERIAL « [ACK]                                                                   (0x06)
16:27:42.214 SERIAL « 0x0104015601ad                                                       (6 bytes)
16:27:42.215 SERIAL » [ACK]                                                                   (0x06)
16:27:42.217 DRIVER « [RES] [GetSUCNodeId]
                        payload: 0x01
16:27:42.240 CNTRLR   SUC has node ID 1
16:27:42.338 CNTRLR   querying node information...
16:27:42.352 SERIAL » 0x01030002fe                                                         (5 bytes)
16:27:42.354 DRIVER » [REQ] [GetSerialApiInitData]
16:27:42.358 SERIAL « [ACK]                                                                   (0x06)
16:27:42.416 SERIAL « 0x0125010206081d1b0400000000000000000000000000000000000000000000000 (39 bytes)
                      00000000500d0
16:27:42.418 SERIAL » [ACK]                                                                   (0x06)
16:27:42.421 DRIVER « [RES] [GetSerialApiInitData]
                        payload: 0x06081d1b040000000000000000000000000000000000000000000000000000000
                      500
16:27:42.431 CNTRLR   received node information:
                        controller role:            primary
                        controller is a SUC:        true
                        controller is a slave:      false
                        controller supports timers: false
                        nodes in the network:       1, 2, 4, 5, 11
16:27:42.464 DRIVER   Cache file for homeId 0xde4d2688 found, attempting to restore the network from
                       cache...
16:27:42.474 CNTRLR   [Node 001] trying to load device config
16:27:42.489 CNTRLR   [Node 001] device config loaded
16:27:42.493 CNTRLR   [Node 011] trying to load device config
16:27:42.554 CNTRLR   [Node 011] device config loaded
16:27:42.555 DRIVER   Restoring the network from cache was successful!
16:27:42.563 CNTRLR   [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
16:27:42.565 CNTRLR   [Node 001] [Manufacturer Specific] productType: metadata updated
16:27:42.566 CNTRLR   [Node 001] [Manufacturer Specific] productId: metadata updated
16:27:42.569 CNTRLR   [Node 001] [~] [Manufacturer Specific] manufacturerId: 327 => 327
16:27:42.570 CNTRLR   [Node 001] [~] [Manufacturer Specific] productType: 1024 => 1024
16:27:42.571 CNTRLR   [Node 001] [~] [Manufacturer Specific] productId: 2 => 2
16:27:42.572 CNTRLR   setting serial API timeouts: ack = 1000 ms, byte = 150 ms
16:27:42.584 SERIAL » 0x01050006640f97                                                     (7 bytes)
16:27:42.586 DRIVER » [REQ] [SetSerialApiTimeouts]
                        payload: 0x640f
16:27:42.590 SERIAL « [ACK]                                                                   (0x06)
16:27:42.593 SERIAL « 0x01050106640f96                                                     (7 bytes)
16:27:42.595 SERIAL » [ACK]                                                                   (0x06)
16:27:42.597 DRIVER « [RES] [SetSerialApiTimeouts]
                        payload: 0x640f
16:27:42.606 CNTRLR   serial API timeouts overwritten. The old values were: ack = 1000 ms, byte = 15
                      0 ms
16:27:42.607 CNTRLR   Interview completed
16:27:42.611 DRIVER   driver ready
16:27:42.621 CNTRLR   [Node 001] Beginning interview - last completed stage: RestartFromCache
16:27:42.624 CNTRLR   [Node 001] not pinging the controller
16:27:42.640 CNTRLR   [Node 001] Interview stage completed: CommandClasses
16:27:42.641 CNTRLR   [Node 001] trying to load device config
16:27:42.653 CNTRLR   [Node 001] device config loaded
16:27:42.654 CNTRLR   [Node 001] Interview stage completed: OverwriteConfig
16:27:42.656 CNTRLR » [Node 001] requesting node neighbors...
16:27:42.869 SERIAL » 0x010700800100000079                                                 (9 bytes)
16:27:42.871 DRIVER » [Node 001] [REQ] [GetRoutingInfo]
                        remove non-repeaters: false
                        remove bad links:     false
16:27:42.875 SERIAL « [ACK]                                                                   (0x06)
16:27:42.882 SERIAL « 0x012001801a0400000000000000000000000000000000000000000000000000000 (34 bytes)
                      040
16:27:42.884 SERIAL » [ACK]                                                                   (0x06)
16:27:42.886 DRIVER « [RES] [GetRoutingInfo]
                        node ids: 2, 4, 5, 11
16:27:42.912 CNTRLR   [Node 001] The node is alive.
16:27:42.914 CNTRLR   [Node 001] The node is ready to be used
16:27:42.915 CNTRLR « [Node 001]   node neighbors received: 2, 4, 5, 11
16:27:42.916 CNTRLR   [Node 001] Interview stage completed: Neighbors
16:27:42.923 CNTRLR   [Node 001] Interview completed
16:27:42.927 CNTRLR   [Node 002] Beginning interview - last completed stage: ProtocolInfo
16:27:42.927 CNTRLR » [Node 002] pinging the node...
16:27:43.001 SERIAL » 0x010800130201002501c3                                              (10 bytes)
16:27:43.004 DRIVER » [Node 002] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      1
                      └─[NoOperationCC]
16:27:43.005 CNTRLR   [Node 004] Beginning interview - last completed stage: ProtocolInfo
16:27:43.006 CNTRLR » [Node 004] pinging the node...
16:27:43.011 CNTRLR   [Node 005] Beginning interview - last completed stage: ProtocolInfo
16:27:43.012 CNTRLR » [Node 005] pinging the node...
16:27:43.018 CNTRLR   [Node 011] Beginning interview - last completed stage: RestartFromCache
16:27:43.020 CNTRLR » [Node 011] pinging the node...
16:27:43.028 SERIAL « [ACK]                                                                   (0x06)
16:27:43.033 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:27:43.035 SERIAL » [ACK]                                                                   (0x06)
16:27:43.037 DRIVER « [RES] [SendData]
                        was sent: true
16:27:47.438 SERIAL « 0x01180013010101b9007f7f7f7f7f000107000000000207000030              (26 bytes)
16:27:47.442 SERIAL » [ACK]                                                                   (0x06)
16:27:47.445 DRIVER « [REQ] [SendData]
                        callback id:     1
                        transmit status: NoAck
16:27:47.481 SERIAL » 0x010800130401002502c6                                              (10 bytes)
16:27:47.483 DRIVER » [Node 004] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      2
                      └─[NoOperationCC]
16:27:47.485 CNTRLR   [Node 002] Node 2 did not respond after 1 attempts, it is presumed dead
16:27:47.489 CNTRLR   [Node 002] The node is dead.
16:27:47.498 CNTRLR   [Node 002] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:27:47.500 CNTRLR » [Node 002] querying node info...
16:27:47.502 CNTRLR » [Node 002] pinging the node...
16:27:47.516 SERIAL « [ACK]                                                                   (0x06)
16:27:47.522 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:27:47.523 SERIAL » [ACK]                                                                   (0x06)
16:27:47.525 DRIVER « [RES] [SendData]
                        was sent: true
16:27:52.030 SERIAL « 0x01180013020101c4007f7f7f7f7f00010700000000020700004e              (26 bytes)
16:27:52.032 SERIAL » [ACK]                                                                   (0x06)
16:27:52.035 DRIVER « [REQ] [SendData]
                        callback id:     2
                        transmit status: NoAck
16:27:52.065 SERIAL » 0x010800130501002503c6                                              (10 bytes)
16:27:52.067 DRIVER » [Node 005] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      3
                      └─[NoOperationCC]
16:27:52.068 CNTRLR   [Node 004] Node 4 did not respond after 1 attempts, it is presumed dead
16:27:52.070 CNTRLR   [Node 004] The node is dead.
16:27:52.075 CNTRLR   [Node 004] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:27:52.076 CNTRLR » [Node 004] querying node info...
16:27:52.077 CNTRLR » [Node 004] pinging the node...
16:27:52.090 SERIAL « [ACK]                                                                   (0x06)
16:27:52.101 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:27:52.103 SERIAL » [ACK]                                                                   (0x06)
16:27:52.105 DRIVER « [RES] [SendData]
                        was sent: true
16:27:56.502 SERIAL « 0x01180013030101ba007f7f7f7f7f000107000000000207000031              (26 bytes)
16:27:56.503 SERIAL » [ACK]                                                                   (0x06)
16:27:56.506 DRIVER « [REQ] [SendData]
                        callback id:     3
                        transmit status: NoAck
16:27:56.539 SERIAL » 0x010800130b01002504cf                                              (10 bytes)
16:27:56.541 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      4
                      └─[NoOperationCC]
16:27:56.543 CNTRLR   [Node 005] Node 5 did not respond after 1 attempts, it is presumed dead
16:27:56.545 CNTRLR   [Node 005] The node is dead.
16:27:56.550 CNTRLR   [Node 005] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:27:56.551 CNTRLR » [Node 005] querying node info...
16:27:56.552 CNTRLR » [Node 005] pinging the node...
16:27:56.567 SERIAL « [ACK]                                                                   (0x06)
16:27:56.573 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:27:56.575 SERIAL » [ACK]                                                                   (0x06)
16:27:56.577 DRIVER « [RES] [SendData]
                        was sent: true
16:28:01.264 SERIAL « 0x01180013040101d7007f7f7f7f7f00010700000000020a000056              (26 bytes)
16:28:01.265 SERIAL » [ACK]                                                                   (0x06)
16:28:01.274 DRIVER « [REQ] [SendData]
                        callback id:     4
                        transmit status: NoAck
16:28:01.301 SERIAL » 0x010800130201002505c7                                              (10 bytes)
16:28:01.303 DRIVER » [Node 002] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      5
                      └─[NoOperationCC]
16:28:01.305 CNTRLR   [Node 011] The node did not respond after 1 attempts.
                      It is probably asleep, moving its messages to the wakeup queue.
16:28:01.308 CNTRLR   [Node 011] The node is asleep.
16:28:01.313 CNTRLR   [Node 011] The node is ready to be used
16:28:01.313 CNTRLR   All nodes are ready to be used
16:28:01.318 CNTRLR   [Node 011] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:28:01.337 SERIAL « [ACK]                                                                   (0x06)
16:28:01.342 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:28:01.343 SERIAL » [ACK]                                                                   (0x06)
16:28:01.347 DRIVER « [RES] [SendData]
                        was sent: true
16:28:01.368 CNTRLR   [Node 011] ManufacturerSpecificCC: doing a partial interview...
16:28:01.371 CNTRLR   [Node 011] [~] [Manufacturer Specific] interviewComple [Endpoint 0] [internal]
                      te: true => true
16:28:01.374 CNTRLR   [Node 011] VersionCC: doing a partial interview...
16:28:01.376 CNTRLR   [Node 011] [~] [Version] interviewComplete: true => tr [Endpoint 0] [internal]
                      ue
16:28:01.377 CNTRLR   [Node 011] trying to load device config
16:28:01.453 CNTRLR   [Node 011] device config loaded
16:28:01.457 CNTRLR   [Node 011] ZWavePlusCC: doing a partial interview...
16:28:01.458 CNTRLR   [Node 011] [~] [Z-Wave Plus Info] interviewComplete: t [Endpoint 0] [internal]
                      rue => true
16:28:01.461 CNTRLR   [Node 011] BatteryCC: doing a partial interview...
16:28:01.463 CNTRLR » [Node 011] querying battery status...
16:28:05.746 SERIAL « 0x01180013050101ba007f7f7f7f7f000107000000000207000037              (26 bytes)
16:28:05.748 SERIAL » [ACK]                                                                   (0x06)
16:28:05.751 DRIVER « [REQ] [SendData]
                        callback id:     5
                        transmit status: NoAck
16:28:05.784 SERIAL » 0x010800130401002506c2                                              (10 bytes)
16:28:05.787 DRIVER » [Node 004] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      6
                      └─[NoOperationCC]
16:28:05.789 CNTRLR   [Node 002] Node 2 did not respond after 1 attempts, it is presumed dead
16:28:05.793 CNTRLR   [Node 002] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:28:05.795 CNTRLR   [Node 002] Interview attempt (1/5) failed, node is dead.
16:28:05.801 SERIAL « [ACK]                                                                   (0x06)
16:28:05.807 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:28:05.808 SERIAL » [ACK]                                                                   (0x06)
16:28:05.810 DRIVER « [RES] [SendData]
                        was sent: true
16:28:10.293 SERIAL « 0x01180013060101c2007f7f7f7f7f00010700000000020700004c              (26 bytes)
16:28:10.295 SERIAL » [ACK]                                                                   (0x06)
16:28:10.298 DRIVER « [REQ] [SendData]
                        callback id:     6
                        transmit status: NoAck
16:28:10.347 SERIAL » 0x010800130501002507c2                                              (10 bytes)
16:28:10.349 DRIVER » [Node 005] [REQ] [SendData]
                      │ transmit options: 0x25
                      │ callback id:      7
                      └─[NoOperationCC]
16:28:10.351 CNTRLR   [Node 004] Node 4 did not respond after 1 attempts, it is presumed dead
16:28:10.355 CNTRLR   [Node 004] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:28:10.356 CNTRLR   [Node 004] Interview attempt (1/5) failed, node is dead.
16:28:10.366 SERIAL « [ACK]                                                                   (0x06)
16:28:10.371 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:28:10.373 SERIAL » [ACK]                                                                   (0x06)
16:28:10.375 DRIVER « [RES] [SendData]
                        was sent: true
16:28:14.765 SERIAL « 0x01180013070101b9007f7f7f7f7f000107000000000207000036              (26 bytes)
16:28:14.766 SERIAL » [ACK]                                                                   (0x06)
16:28:14.768 DRIVER « [REQ] [SendData]
                        callback id:     7
                        transmit status: NoAck
16:28:14.777 CNTRLR   [Node 005] Node 5 did not respond after 1 attempts, it is presumed dead
16:28:14.780 CNTRLR   [Node 005] ping failed: Failed to send the command after 1 attempts (Status No
                      Ack)
16:28:14.781 CNTRLR   [Node 005] Interview attempt (1/5) failed, node is dead.
16:28:24.755 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:28:24.762 SERIAL » [ACK]                                                                   (0x06)
16:28:24.766 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:28:24.899 SERIAL » 0x011100130b0a9880cee04882d41ae660050845                            (19 bytes)
16:28:24.901 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      8
                      └─[SecurityCCNonceReport]
                          nonce: 0xcee04882d41ae660
16:28:24.905 SERIAL « [ACK]                                                                   (0x06)
16:28:24.909 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:28:24.910 SERIAL » [ACK]                                                                   (0x06)
16:28:24.911 DRIVER « [RES] [SendData]
                        was sent: true
16:28:24.928 SERIAL « 0x011800130800000200ca7f7f7f7f000003000000000301000035              (26 bytes)
16:28:24.929 SERIAL » [ACK]                                                                   (0x06)
16:28:24.931 DRIVER « [REQ] [SendData]
                        callback id:     8
                        transmit status: OK
16:28:24.945 SERIAL « 0x01260004000b1e9881654824a32532228a64e628b0e19c8c86722868cec502a68 (40 bytes)
                      1e7bba862ca00e9
16:28:24.951 SERIAL » [ACK]                                                                   (0x06)
16:28:24.957 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:28:24.964 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 0
16:28:26.434 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:28:26.436 SERIAL » [ACK]                                                                   (0x06)
16:28:26.438 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:28:26.460 SERIAL » 0x011100130b0a9880149944593536646d050972                            (19 bytes)
16:28:26.462 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      9
                      └─[SecurityCCNonceReport]
                          nonce: 0x149944593536646d
16:28:26.466 SERIAL « [ACK]                                                                   (0x06)
16:28:26.470 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:28:26.471 SERIAL » [ACK]                                                                   (0x06)
16:28:26.477 DRIVER « [RES] [SendData]
                        was sent: true
16:28:26.488 SERIAL « 0x011800130900000200ca7f7f7f7f000003000000000301000034              (26 bytes)
16:28:26.489 SERIAL » [ACK]                                                                   (0x06)
16:28:26.491 DRIVER « [REQ] [SendData]
                        callback id:     9
                        transmit status: OK
16:28:26.504 SERIAL « 0x01250004000b1d988197a0f27323f72a673819a47db46d5bcb0fd514115aaee52 (39 bytes)
                      a414525ca0040
16:28:26.507 SERIAL » [ACK]                                                                   (0x06)
16:28:26.510 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Motion detection
16:28:26.516 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 8
16:31:16.560 SERIAL « 0x010a0004000b029840bc009c                                          (12 bytes)
16:31:16.565 SERIAL » [ACK]                                                                   (0x06)
16:31:16.568 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:31:16.615 SERIAL » 0x011100130b0a9880db158af9e22124f5050a44                            (19 bytes)
16:31:16.618 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      10
                      └─[SecurityCCNonceReport]
                          nonce: 0xdb158af9e22124f5
16:31:16.625 SERIAL « [ACK]                                                                   (0x06)
16:31:16.633 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:31:16.635 SERIAL » [ACK]                                                                   (0x06)
16:31:16.638 DRIVER « [RES] [SendData]
                        was sent: true
16:31:16.648 SERIAL « 0x011800130a00000200c97f7f7f7f000003000000000301000034              (26 bytes)
16:31:16.650 SERIAL » [ACK]                                                                   (0x06)
16:31:16.656 DRIVER « [REQ] [SendData]
                        callback id:     10
                        transmit status: OK
16:31:16.669 SERIAL « 0x01250004000b1d98812a82bc1dc7833c6ec6230d25319232a2fbe4db2cdce96f4 (39 bytes)
                      4752e34ca0063
16:31:16.673 SERIAL » [ACK]                                                                   (0x06)
16:31:16.677 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Tampering, product cover removed
16:31:16.684 CNTRLR   [Node 011] [~] [Notification] Home Security[Cover status]: 0 => 3 [Endpoint 0]
16:31:46.862 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:31:46.864 SERIAL » [ACK]                                                                   (0x06)
16:31:46.868 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:31:46.897 SERIAL » 0x011100130b0a98806bd6f932bf0dd27b050b87                            (19 bytes)
16:31:46.899 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      11
                      └─[SecurityCCNonceReport]
                          nonce: 0x6bd6f932bf0dd27b
16:31:46.905 SERIAL « [ACK]                                                                   (0x06)
16:31:46.916 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:31:46.918 SERIAL » [ACK]                                                                   (0x06)
16:31:46.921 DRIVER « [RES] [SendData]
                        was sent: true
16:31:46.930 SERIAL « 0x011800130b00000200ca7f7f7f7f000003000000000301000036              (26 bytes)
16:31:46.931 SERIAL » [ACK]                                                                   (0x06)
16:31:46.934 DRIVER « [REQ] [SendData]
                        callback id:     11
                        transmit status: OK
16:31:46.950 SERIAL « 0x01260004000b1e9881e52f6771a5eb2f77c2e8de03709fbc0fef4fe36bdb0e20b (40 bytes)
                      cab765046ca00d0
16:31:46.953 SERIAL » [ACK]                                                                   (0x06)
16:31:46.958 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:31:46.967 CNTRLR   [Node 011] [~] [Notification] Home Security[Cover status]: 3 => 0 [Endpoint 0]
16:31:58.935 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:31:58.937 SERIAL » [ACK]                                                                   (0x06)
16:31:58.940 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:31:58.973 SERIAL » 0x011100130b0a9880e57cb860a44c773f050c0c                            (19 bytes)
16:31:58.982 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      12
                      └─[SecurityCCNonceReport]
                          nonce: 0xe57cb860a44c773f
16:31:58.988 SERIAL « [ACK]                                                                   (0x06)
16:31:58.995 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:31:58.997 SERIAL » [ACK]                                                                   (0x06)
16:31:59.000 DRIVER « [RES] [SendData]
                        was sent: true
16:31:59.010 SERIAL « 0x011800130c00000200ca7f7f7f7f000003000000000301000031              (26 bytes)
16:31:59.012 SERIAL » [ACK]                                                                   (0x06)
16:31:59.014 DRIVER « [REQ] [SendData]
                        callback id:     12
                        transmit status: OK
16:31:59.028 SERIAL « 0x01260004000b1e9881c745adcc3baaeb3960da9d54b8d0d179f2b45ee5d109321 (40 bytes)
                      05adb3fdcca006d
16:31:59.031 SERIAL » [ACK]                                                                   (0x06)
16:31:59.034 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:31:59.045 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 8 => 0
16:32:23.361 SERIAL « 0x010a0004000b029840cd00ed                                          (12 bytes)
16:32:23.364 SERIAL » [ACK]                                                                   (0x06)
16:32:23.367 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:32:23.405 SERIAL » 0x011100130b0a9880ddfaa6938c8a7681050d0f                            (19 bytes)
16:32:23.407 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      13
                      └─[SecurityCCNonceReport]
                          nonce: 0xddfaa6938c8a7681
16:32:23.413 SERIAL « [ACK]                                                                   (0x06)
16:32:23.421 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:32:23.423 SERIAL » [ACK]                                                                   (0x06)
16:32:23.426 DRIVER « [RES] [SendData]
                        was sent: true
16:32:23.447 SERIAL « 0x011800130d00000200ca7f7f7f7f000003000000000301000030              (26 bytes)
16:32:23.450 SERIAL » [ACK]                                                                   (0x06)
16:32:23.457 DRIVER « [REQ] [SendData]
                        callback id:     13
                        transmit status: OK
16:32:23.472 SERIAL « 0x01250004000b1d9881d9d6dd39297bd8a7fd99ec3ff3979f120a07dde89b9bc28 (39 bytes)
                      52bf390ca00b4
16:32:23.475 SERIAL » [ACK]                                                                   (0x06)
16:32:23.477 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Motion detection
16:32:23.483 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 8
16:33:22.495 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:33:22.498 SERIAL » [ACK]                                                                   (0x06)
16:33:22.501 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:33:22.537 SERIAL » 0x011100130b0a98802b1ad6d02b166950050edc                            (19 bytes)
16:33:22.539 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      14
                      └─[SecurityCCNonceReport]
                          nonce: 0x2b1ad6d02b166950
16:33:22.546 SERIAL « [ACK]                                                                   (0x06)
16:33:22.558 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:33:22.560 SERIAL » [ACK]                                                                   (0x06)
16:33:22.563 DRIVER « [RES] [SendData]
                        was sent: true
16:33:22.573 SERIAL « 0x011800130e00000200ca7f7f7f7f000003000000000301000033              (26 bytes)
16:33:22.575 SERIAL » [ACK]                                                                   (0x06)
16:33:22.578 DRIVER « [REQ] [SendData]
                        callback id:     14
                        transmit status: OK
16:33:22.600 SERIAL « 0x01260004000b1e98814e236c211941ba4ef277a85944753804a22aa22ba0218c8 (40 bytes)
                      3bc5ed172ca0020
16:33:22.603 SERIAL » [ACK]                                                                   (0x06)
16:33:22.606 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:33:22.612 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 8 => 0
16:33:35.396 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:33:35.399 SERIAL » [ACK]                                                                   (0x06)
16:33:35.402 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:33:35.434 SERIAL » 0x011100130b0a98804ecb0160813a5e0d050fe2                            (19 bytes)
16:33:35.436 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      15
                      └─[SecurityCCNonceReport]
                          nonce: 0x4ecb0160813a5e0d
16:33:35.445 SERIAL « [ACK]                                                                   (0x06)
16:33:35.449 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:33:35.451 SERIAL » [ACK]                                                                   (0x06)
16:33:35.453 DRIVER « [RES] [SendData]
                        was sent: true
16:33:35.464 SERIAL « 0x011800130f00000200cd7f7f7f7f000003000000000301000035              (26 bytes)
16:33:35.465 SERIAL » [ACK]                                                                   (0x06)
16:33:35.467 DRIVER « [REQ] [SendData]
                        callback id:     15
                        transmit status: OK
16:33:35.485 SERIAL « 0x01250004000b1d9881091d6ea818b58aa7473bcbdf2c407697b8fc4e2654bfc45 (39 bytes)
                      9b57d28cd0011
16:33:35.488 SERIAL » [ACK]                                                                   (0x06)
16:33:35.491 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Motion detection
16:33:35.503 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 8
16:34:05.783 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:34:05.785 SERIAL » [ACK]                                                                   (0x06)
16:34:05.787 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:34:05.812 SERIAL » 0x011100130b0a98809f54b4e63f6acff905100b                            (19 bytes)
16:34:05.814 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      16
                      └─[SecurityCCNonceReport]
                          nonce: 0x9f54b4e63f6acff9
16:34:05.819 SERIAL « [ACK]                                                                   (0x06)
16:34:05.846 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:34:05.847 SERIAL » [ACK]                                                                   (0x06)
16:34:05.850 DRIVER « [RES] [SendData]
                        was sent: true
16:34:05.863 SERIAL « 0x011800131000000200ca7f7f7f7f00000300000000030100002d              (26 bytes)
16:34:05.865 SERIAL » [ACK]                                                                   (0x06)
16:34:05.867 DRIVER « [REQ] [SendData]
                        callback id:     16
                        transmit status: OK
16:34:05.881 SERIAL « 0x01260004000b1e9881347b8ffd6429d1a6682c9aedf77841ed76b67a9f25c1236 (40 bytes)
                      dfe5c12efca00dc
16:34:05.883 SERIAL » [ACK]                                                                   (0x06)
16:34:05.886 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:34:05.891 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 8 => 0
16:34:27.452 SERIAL « 0x010a0004000b029840c900e9                                          (12 bytes)
16:34:27.454 SERIAL » [ACK]                                                                   (0x06)
16:34:27.457 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:34:27.487 SERIAL » 0x011100130b0a98802977e575182c7cb90511cf                            (19 bytes)
16:34:27.489 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      17
                      └─[SecurityCCNonceReport]
                          nonce: 0x2977e575182c7cb9
16:34:27.499 SERIAL « [ACK]                                                                   (0x06)
16:34:27.504 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:34:27.506 SERIAL » [ACK]                                                                   (0x06)
16:34:27.517 DRIVER « [RES] [SendData]
                        was sent: true
16:34:27.525 SERIAL « 0x011800131100000200c97f7f7f7f00000300000000030100002f              (26 bytes)
16:34:27.527 SERIAL » [ACK]                                                                   (0x06)
16:34:27.530 DRIVER « [REQ] [SendData]
                        callback id:     17
                        transmit status: OK
16:34:27.550 SERIAL « 0x01250004000b1d9881bcc5c2c85b6dce0d04c8c72334c89255854029fbe4130ca (39 bytes)
                      f9c91bdc9007e
16:34:27.553 SERIAL » [ACK]                                                                   (0x06)
16:34:27.557 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Motion detection
16:34:27.569 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 8
16:35:22.284 SERIAL « 0x010a0004000b029840cd00ed                                          (12 bytes)
16:35:22.287 SERIAL » [ACK]                                                                   (0x06)
16:35:22.290 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:35:22.322 SERIAL » 0x011100130b0a9880648e9400637f230a0512b8                            (19 bytes)
16:35:22.324 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      18
                      └─[SecurityCCNonceReport]
                          nonce: 0x648e9400637f230a
16:35:22.330 SERIAL « [ACK]                                                                   (0x06)
16:35:22.337 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:35:22.344 SERIAL » [ACK]                                                                   (0x06)
16:35:22.347 DRIVER « [RES] [SendData]
                        was sent: true
16:35:22.356 SERIAL « 0x011800131200000100cd7f7f7f7f00000300000000030100002b              (26 bytes)
16:35:22.358 SERIAL » [ACK]                                                                   (0x06)
16:35:22.360 DRIVER « [REQ] [SendData]
                        callback id:     18
                        transmit status: OK
16:35:22.377 SERIAL « 0x01260004000b1e98815ddb5f01133ffd341439879b460b945b69b487647964b6e (40 bytes)
                      bde2e4645cd001f
16:35:22.381 SERIAL » [ACK]                                                                   (0x06)
16:35:22.384 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:35:22.389 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 8 => 0
16:41:22.581 SERIAL « 0x010e0004000b063105012200f9cd00db                                  (16 bytes)
16:41:22.590 CNTRLR   [Node 011] [Multilevel Sensor] Air temperature: metadata updated  [Endpoint 0]
16:41:22.594 CNTRLR   [Node 011] [~] [Multilevel Sensor] Air temperature: 30.4 => 24.9  [Endpoint 0]
16:41:22.596 SERIAL » [ACK]                                                                   (0x06)
16:41:22.601 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[MultilevelSensorCCReport]
                          type:  Air temperature
                          scale: Celsius
                          value: 24.9
16:45:37.938 SERIAL « 0x010a0004000b029840d000f0                                          (12 bytes)
16:45:37.940 SERIAL » [ACK]                                                                   (0x06)
16:45:37.943 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:45:37.974 SERIAL » 0x011100130b0a988072db5db8742d141b0513e8                            (19 bytes)
16:45:37.976 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      19
                      └─[SecurityCCNonceReport]
                          nonce: 0x72db5db8742d141b
16:45:37.986 SERIAL « [ACK]                                                                   (0x06)
16:45:37.993 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:45:37.995 SERIAL » [ACK]                                                                   (0x06)
16:45:37.997 DRIVER « [RES] [SendData]
                        was sent: true
16:45:38.006 SERIAL « 0x011800131300000100d47f7f7f7f000003000000000301000033              (26 bytes)
16:45:38.008 SERIAL » [ACK]                                                                   (0x06)
16:45:38.011 DRIVER « [REQ] [SendData]
                        callback id:     19
                        transmit status: OK
16:45:38.025 SERIAL « 0x01250004000b1d9881357da69015b45abe9fa9e0bb38bb4e5a1a1e7290ddcf07d (39 bytes)
                      5ff2f9cd400ae
16:45:38.027 SERIAL » [ACK]                                                                   (0x06)
16:45:38.029 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification state:  Motion detection
16:45:38.036 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 0 => 8
16:46:32.877 SERIAL « 0x010a0004000b029840ca00ea                                          (12 bytes)
16:46:32.879 SERIAL » [ACK]                                                                   (0x06)
16:46:32.882 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCNonceGet]
16:46:32.925 SERIAL » 0x011100130b0a98803ed37eefb14acd9405142b                            (19 bytes)
16:46:32.927 DRIVER » [Node 011] [REQ] [SendData]
                      │ transmit options: 0x05
                      │ callback id:      20
                      └─[SecurityCCNonceReport]
                          nonce: 0x3ed37eefb14acd94
16:46:32.932 SERIAL « [ACK]                                                                   (0x06)
16:46:32.938 SERIAL « 0x0104011301e8                                                       (6 bytes)
16:46:32.939 SERIAL » [ACK]                                                                   (0x06)
16:46:32.942 DRIVER « [RES] [SendData]
                        was sent: true
16:46:32.954 SERIAL « 0x011800131400000100ca7f7f7f7f00000300000000030100002a              (26 bytes)
16:46:32.955 SERIAL » [ACK]                                                                   (0x06)
16:46:32.958 DRIVER « [REQ] [SendData]
                        callback id:     20
                        transmit status: OK
16:46:32.977 SERIAL « 0x01260004000b1e9881e22c119f674a5d72ff408d207f76365ae07aaa3e0f61205 (40 bytes)
                      5fc026da1ca0009
16:46:32.980 SERIAL » [ACK]                                                                   (0x06)
16:46:32.984 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[SecurityCCCommandEncapsulation]
                        │ sequenced: false
                        └─[NotificationCCReport]
                            notification type:   Home Security
                            notification status: 255
                            notification event:  Unknown (0x00)
                            event parameters:    
16:46:32.992 CNTRLR   [Node 011] [~] [Notification] Home Security[Motion sensor status] [Endpoint 0]
                      : 8 => 0
16:56:29.878 SERIAL « 0x010e0004000b063105012200ecca00c9                                  (16 bytes)
16:56:29.882 CNTRLR   [Node 011] [Multilevel Sensor] Air temperature: metadata updated  [Endpoint 0]
16:56:29.886 CNTRLR   [Node 011] [~] [Multilevel Sensor] Air temperature: 24.9 => 23.6  [Endpoint 0]
16:56:29.888 SERIAL » [ACK]                                                                   (0x06)
16:56:29.892 DRIVER « [Node 011] [REQ] [ApplicationCommand]
                      └─[MultilevelSensorCCReport]
                          type:  Air temperature
                          scale: Celsius
                          value: 23.6

/opt/iobroker/iobroker-data/zwave2.0/cache $ cat de4d2688.json

{
    "nodes": {
        "1": {
            "id": 1,
            "interviewStage": "Complete",
            "deviceClass": {
                "basic": 2,
                "generic": 2,
                "specific": 1
            },
            "neighbors": [
                11,
                2,
                4,
                5
            ],
            "isListening": true,
            "isFrequentListening": false,
            "isRouting": true,
            "maxBaudRate": 40000,
            "isSecure": false,
            "isBeaming": true,
            "version": 4,
            "commandClasses": {
                "0x20": {
                    "name": "Basic",
                    "endpoints": {
                        "0": {
                            "isSupported": false,
                            "isControlled": true,
                            "secure": false,
                            "version": 0
                        }
                    }
                }
            }
        },
        "2": {
            "id": 2,
            "interviewStage": "ProtocolInfo",
            "deviceClass": {
                "basic": 4,
                "generic": 16,
                "specific": 1
            },
            "neighbors": [],
            "isListening": true,
            "isFrequentListening": false,
            "isRouting": true,
            "maxBaudRate": 40000,
            "isSecure": "unknown",
            "isBeaming": true,
            "version": 4,
            "commandClasses": {
                "0x20": {
                    "name": "Basic",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x25": {
                    "name": "Binary Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x27": {
                    "name": "All Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                }
            }
        },
        "4": {
            "id": 4,
            "interviewStage": "ProtocolInfo",
            "deviceClass": {
                "basic": 4,
                "generic": 16,
                "specific": 1
            },
            "neighbors": [],
            "isListening": true,
            "isFrequentListening": false,
            "isRouting": true,
            "maxBaudRate": 40000,
            "isSecure": "unknown",
            "isBeaming": true,
            "version": 4,
            "commandClasses": {
                "0x20": {
                    "name": "Basic",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x25": {
                    "name": "Binary Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x27": {
                    "name": "All Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                }
            }
        },
        "5": {
            "id": 5,
            "interviewStage": "ProtocolInfo",
            "deviceClass": {
                "basic": 4,
                "generic": 16,
                "specific": 1
            },
            "neighbors": [],
            "isListening": true,
            "isFrequentListening": false,
            "isRouting": true,
            "maxBaudRate": 40000,
            "isSecure": "unknown",
            "isBeaming": true,
            "version": 4,
            "commandClasses": {
                "0x20": {
                    "name": "Basic",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x25": {
                    "name": "Binary Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x27": {
                    "name": "All Switch",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                }
            }
        },
        "11": {
            "id": 11,
            "interviewStage": "Complete",
            "deviceClass": {
                "basic": 4,
                "generic": 7,
                "specific": 1
            },
            "neighbors": [
                1
            ],
            "isListening": false,
            "isFrequentListening": false,
            "isRouting": true,
            "maxBaudRate": 40000,
            "isSecure": true,
            "isBeaming": true,
            "version": 4,
            "commandClasses": {
                "0x20": {
                    "name": "Basic",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 1
                        }
                    }
                },
                "0x22": {
                    "name": "Application Status",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x30": {
                    "name": "Binary Sensor",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 1
                        }
                    }
                },
                "0x31": {
                    "name": "Multilevel Sensor",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 8
                        }
                    }
                },
                "0x56": {
                    "name": "CRC-16 Encapsulation",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x59": {
                    "name": "Association Group Information",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                },
                "0x5a": {
                    "name": "Device Reset Locally",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 0
                        }
                    }
                },
                "0x5e": {
                    "name": "Z-Wave Plus Info",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 2
                        }
                    }
                },
                "0x70": {
                    "name": "Configuration",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 1
                        }
                    }
                },
                "0x71": {
                    "name": "Notification",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 5
                        }
                    }
                },
                "0x72": {
                    "name": "Manufacturer Specific",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 2
                        }
                    }
                },
                "0x73": {
                    "name": "Powerlevel",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 0
                        }
                    }
                },
                "0x7a": {
                    "name": "Firmware Update Meta Data",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 3
                        }
                    }
                },
                "0x80": {
                    "name": "Battery",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 1
                        }
                    }
                },
                "0x84": {
                    "name": "Wake Up",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 1
                        }
                    }
                },
                "0x85": {
                    "name": "Association",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 2
                        }
                    }
                },
                "0x86": {
                    "name": "Version",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": false,
                            "version": 2
                        }
                    }
                },
                "0x8e": {
                    "name": "Multi Channel Association",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 2
                        }
                    }
                },
                "0x98": {
                    "name": "Security",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 1
                        }
                    }
                },
                "0x9c": {
                    "name": "Alarm Sensor",
                    "endpoints": {
                        "0": {
                            "isSupported": true,
                            "isControlled": false,
                            "secure": true,
                            "version": 0
                        }
                    }
                }
            }
        }
    }

cat de4d2688.values.jsonl

{"k":"{\"nodeId\":1,\"commandClass\":114,\"endpoint\":0,\"property\":\"manufacturerId\"}","v":327}
{"k":"{\"nodeId\":1,\"commandClass\":114,\"endpoint\":0,\"property\":\"productType\"}","v":1024}
{"k":"{\"nodeId\":1,\"commandClass\":114,\"endpoint\":0,\"property\":\"productId\"}","v":2}
{"k":"{\"nodeId\":11,\"commandClass\":152,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":114,\"endpoint\":0,\"property\":\"manufacturerId\"}","v":271}
{"k":"{\"nodeId\":11,\"commandClass\":114,\"endpoint\":0,\"property\":\"productType\"}","v":2049}
{"k":"{\"nodeId\":11,\"commandClass\":114,\"endpoint\":0,\"property\":\"productId\"}","v":4098}
{"k":"{\"nodeId\":11,\"commandClass\":114,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":134,\"endpoint\":0,\"property\":\"libraryType\"}","v":3}
{"k":"{\"nodeId\":11,\"commandClass\":134,\"endpoint\":0,\"property\":\"protocolVersion\"}","v":"4.24"}
{"k":"{\"nodeId\":11,\"commandClass\":134,\"endpoint\":0,\"property\":\"firmwareVersions\"}","v":["3.3"]}
{"k":"{\"nodeId\":11,\"commandClass\":134,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"zwavePlusVersion\"}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"nodeType\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"roleType\"}","v":6}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"installerIcon\"}","v":3079}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"userIcon\"}","v":3079}
{"k":"{\"nodeId\":11,\"commandClass\":94,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":132,\"endpoint\":0,\"property\":\"wakeUpInterval\"}","v":7200}
{"k":"{\"nodeId\":11,\"commandClass\":132,\"endpoint\":0,\"property\":\"controllerNodeId\"}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":132,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":128,\"endpoint\":0,\"property\":\"level\"}","v":100}
{"k":"{\"nodeId\":11,\"commandClass\":128,\"endpoint\":0,\"property\":\"isLow\"}","v":false}
{"k":"{\"nodeId\":11,\"commandClass\":128,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":\"isParamInformationFromConfig\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":1}","v":15}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":2}","v":15}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":3}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":4}","v":2}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":6}","v":30}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":8}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":9}","v":200}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":12}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":14}","v":255}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":16}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":18}","v":15}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":20}","v":20}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":22}","v":30}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":24}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":25}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":28}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":29}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":40}","v":200}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":42}","v":3600}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":60}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":62}","v":900}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":64}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":66}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":80}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":81}","v":50}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":82}","v":100}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":83}","v":1000}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":86}","v":18}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":87}","v":28}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":89}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":112,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedSensorTypes\"}","v":[1,3,25,52,53,54]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":1}","v":[0]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Air temperature\"}","v":23.6}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":3}","v":[1]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Illuminance\"}","v":54}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":25}","v":[0]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Seismic Intensity\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":52}","v":[0]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Acceleration X-axis\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":53}","v":[0]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Acceleration Y-axis\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"supportedScales\",\"propertyKey\":54}","v":[0]}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"Acceleration Z-axis\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":49,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":48,\"endpoint\":0,\"property\":\"Any\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":48,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":156,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":32,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":133,\"endpoint\":0,\"property\":\"groupCount\"}","v":5}
{"k":"{\"nodeId\":11,\"commandClass\":133,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"groupCount\"}","v":5}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"maxNodes\",\"propertyKey\":1}","v":1}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"nodeIds\",\"propertyKey\":1}","v":[1]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"endpoints\",\"propertyKey\":1}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"maxNodes\",\"propertyKey\":2}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"nodeIds\",\"propertyKey\":2}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"endpoints\",\"propertyKey\":2}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"maxNodes\",\"propertyKey\":3}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"nodeIds\",\"propertyKey\":3}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"endpoints\",\"propertyKey\":3}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"maxNodes\",\"propertyKey\":4}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"nodeIds\",\"propertyKey\":4}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"endpoints\",\"propertyKey\":4}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"maxNodes\",\"propertyKey\":5}","v":10}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"nodeIds\",\"propertyKey\":5}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"endpoints\",\"propertyKey\":5}","v":[]}
{"k":"{\"nodeId\":11,\"commandClass\":133,\"endpoint\":0,\"property\":\"hasLifeline\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":142,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"name\",\"propertyKey\":1}","v":"Lifeline"}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"hasDynamicInfo\"}","v":false}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"info\",\"propertyKey\":1}","v":{"mode":0,"profile":1,"eventCode":0}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"issuedCommands\",\"propertyKey\":1}","v":{"49":[5],"90":[1],"113":[5],"128":[3],"$$type$$":"map"}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"name\",\"propertyKey\":2}","v":"Motion"}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"info\",\"propertyKey\":2}","v":{"mode":0,"profile":28935,"eventCode":0}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"issuedCommands\",\"propertyKey\":2}","v":{"32":[1],"$$type$$":"map"}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"name\",\"propertyKey\":3}","v":"Tamper"}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"info\",\"propertyKey\":3}","v":{"mode":0,"profile":28935,"eventCode":0}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"issuedCommands\",\"propertyKey\":3}","v":{"113":[5],"$$type$$":"map"}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"name\",\"propertyKey\":4}","v":"Motion BC"}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"info\",\"propertyKey\":4}","v":{"mode":0,"profile":28935,"eventCode":0}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"issuedCommands\",\"propertyKey\":4}","v":{"48":[3],"$$type$$":"map"}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"name\",\"propertyKey\":5}","v":"Tamper BC"}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"info\",\"propertyKey\":5}","v":{"mode":0,"profile":28935,"eventCode":0}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"issuedCommands\",\"propertyKey\":5}","v":{"156":[2],"$$type$$":"map"}}
{"k":"{\"nodeId\":11,\"commandClass\":89,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"notificationMode\"}","v":"unknown"}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"supportedNotificationTypes\"}","v":[7]}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"supportsV1Alarm\"}","v":false}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"supportedNotificationEvents\",\"propertyKey\":7}","v":[3,8]}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"Home Security\",\"propertyKey\":\"Cover status\"}","v":0}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"Home Security\",\"propertyKey\":\"Motion sensor status\"}","v":8}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"interviewComplete\"}","v":true}
{"k":"{\"nodeId\":11,\"commandClass\":113,\"endpoint\":0,\"property\":\"Home Security\",\"propertyKey\":\"Motion sensor status\"}","v":0}

Additional context
P.S.: Der verweis auf die Dokumentation aus iobroker ist leider kaputt: (vom Adapter aus auf das Fragezeichen und dann den hyperlink auf documentation (https://alcalzone.github.io/node-zwave-js/#/development/config-files)

Target Value und Current Value zusammenfassen

Überlegunt / Wunsch zu einer Funktionserweiterung:

Ich nutze Fibaro Walli Produkte.
Meine Gedanken werde ich am Beispiel eines Walli Switch.

Die Steuerung mittels ioBroker erfolgt über den Datenpunkt "Target Value"
Der Datenpunkt "Current Value" gibt den tatsächlichen Schaltzustand des Switches an.

Unbenannt

Wird also "Target Value" verändert, springt kurz danach auch "Current Value" um.
Wird im Gegensatz dazu der Hardwaretaster des Walli Switch betätigt, ändert sich ausschließlich der "Current Value"

Das führt dazu, dass bei einer kombinierten Nutzung des Hardwaretasters sowie dem ioBroker unterschiedliche Stati in den zwei Datenpunkten existieren können ("Current Value" -> True, "Target Value" -> false)

Das führt zu Problemen, wenn der Switch neben der Hardwarenutzung auch über eine Visualisierung geschaltet werden soll.
In der VIS muss der schaltbare Datenpunkt genutzt werden. Wird nun der Hardwaretaster genutzt, wird in der VIS der falsche Zustand dargestellt.

Gibt es die Möglichkeit den "Target Value" ebenfalls anzupassen, wenn der Hardwaretaster betätigt wurde? Oder besser: Beide Datenpunkte zusammenfassen, sodass gar nicht mehr zwischen Target und Current Value unterschieden wird?

Ich habe leider erfolglos versucht dieses Verhalten über ein Skript darzustellen (Wenn "Current Value" = True, dann "Target Value" = True und Wenn "Current Value" = False, dann "Target Value" = False).
Leider hat dieses Skript zu fehlerhaftem Verhalten geführt.

Liebe Grüße

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/AlCalzone/ioBroker.zwave2

  • [E112] extIcon must be the same as an icon but with github path

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.