Page 1 of 1

Error Fibaro Window/Door sensor v3.2

Posted: 05 Oct 2016 00:44
by añep
Hi all,

I have a problem with Fibaro Window/Door sensor v3.2. Inclusion failed and device is ON permanently and notifications aren't captured. Exclude and re-include same result:

Code: Select all

[2016-10-04 23:17:51.637] [I] [core] Creating device battery ZWayVDev_zway_11-0-128
[2016-10-04 23:17:51.657] [I] [core] Notification: error (core): Cannot create vDev based on: 11-0-113: ReferenceError: renameDevices is not defined
[2016-10-04 23:17:51.669] [I] [core] ReferenceError: renameDevices is not defined
    at automation/modules/ZWave/index.js:3187:37
    at Array.forEach (native)
    at ZWave.parseAddCommandClass (automation/modules/ZWave/index.js:3171:25)
    at ZDataHolder.<anonymous> (automation/modules/ZWave/index.js:2060:12)
    at ZWave.dataBind (automation/modules/ZWave/index.js:1694:10)
    at ZWaveCommandClass.<anonymous> (automation/modules/ZWave/index.js:1810:9)
[2016-10-04 23:17:51.677] [I] [core] Creating device sensorBinary ZWayVDev_zway_11-0-48-1
[2016-10-04 23:17:51.682] [I] [core] Notification: device-info (device-OnOff): {"dev":"Fibaro General purpose (11.0.48.1)","l":"on"}
[2016-10-04 23:17:51.705] [I] [core] Creating device sensorBinary ZWayVDev_zway_11-0-156-0-A
[2016-10-04 23:17:51.710] [I] [core] Notification: device-info (device-OnOff): {"dev":"Fibaro General Purpose alarm Alarm (11.0.156.0)","l":"on"}
[2016-10-04 23:17:51.723] [I] [core] Creating device sensorBinary ZWayVDev_zway_12-0-48-1
[2016-10-04 23:17:51.728] [I] [core] Notification: device-info (device-OnOff): {"dev":"Fibaro General purpose (12.0.48.1)","l":"on"}
[2016-10-04 23:17:51.744] [I] [core] Notification: error (core): Cannot create vDev based on: 12-0-113: ReferenceError: renameDevices is not defined
[2016-10-04 23:17:51.749] [I] [core] ReferenceError: renameDevices is not defined
    at automation/modules/ZWave/index.js:3187:37
    at Array.forEach (native)
    at ZWave.parseAddCommandClass (automation/modules/ZWave/index.js:3171:25)
    at ZDataHolder.<anonymous> (automation/modules/ZWave/index.js:2060:12)
    at ZWave.dataBind (automation/modules/ZWave/index.js:1694:10)
    at ZWaveCommandClass.<anonymous> (automation/modules/ZWave/index.js:1810:9)
[2016-10-04 23:17:51.756] [I] [core] Creating device battery ZWayVDev_zway_12-0-128
[2016-10-04 23:17:51.779] [I] [core] Creating device sensorBinary ZWayVDev_zway_12-0-156-0-A
[2016-10-04 23:17:51.782] [I] [core] Notification: device-info (device-OnOff): {"dev":"Fibaro General Purpose alarm Alarm (12.0.156.0)","l":"on"}
[2016-10-04 23:18:07.417] [D] [zway] RECEIVED: ( 01 08 00 04 00 08 02 98 40 21 )
[2016-10-04 23:18:07.417] [D] [zway] SENT ACK
[2016-10-04 23:18:07.417] [D] [zway] SETDATA controller.data.incomingPacket.nodeId = 8 (0x00000008)
[2016-10-04 23:18:07.417] [D] [zway] SETDATA controller.data.incomingPacket.frameType = "singlecast"
[2016-10-04 23:18:07.417] [D] [zway] SETDATA controller.data.incomingPacket = **********
[2016-10-04 23:18:07.417] [D] [zway] SETDATA devices.8.data.lastReceived = 0 (0x00000000)
[2016-10-04 23:18:07.417] [I] [zway] Node 8:0 CC Security: sending Nonce Report
[2016-10-04 23:18:07.417] [D] [zway] SETDATA devices.8.data.isAwake = True
[2016-10-04 23:18:07.418] [I] [zway] Job 0x13 (Wakeup Sleep): Cancelling job: Wakeup Sleep
[2016-10-04 23:18:07.418] [I] [zway] Removing job: Wakeup Sleep
[2016-10-04 23:18:07.418] [I] [zway] Adding job: Nonce Report
[2016-10-04 23:18:07.418] [D] [zway] SENDING (cb 0x03): ( 01 11 00 13 08 0A 98 80 AC 5E BF 3B 2D 7F 50 56 05 03 C3 )
[2016-10-04 23:18:07.427] [D] [zway] RECEIVED ACK
[2016-10-04 23:18:07.427] [D] [zway] RECEIVED: ( 01 04 01 13 01 E8 )
[2016-10-04 23:18:07.427] [D] [zway] SENT ACK
[2016-10-04 23:18:07.427] [D] [zway] Delivered to Z-Wave stack
[2016-10-04 23:18:07.448] [D] [zway] RECEIVED: ( 01 07 00 13 03 00 00 02 EA )
[2016-10-04 23:18:07.448] [D] [zway] SENT ACK


Re: Error Fibaro Window/Door sensor v3.2

Posted: 05 Oct 2016 01:08
by PoltoS
What is your Z-Way version?

Re: Error Fibaro Window/Door sensor v3.2

Posted: 05 Oct 2016 10:23
by añep
v2.2.4-rc17 . I use this version beause It fix the problem with Fibaro Motion Sensor v3.2

Re: Error Fibaro Window/Door sensor v3.2

Posted: 05 Oct 2016 14:17
by ronie
hi,

should be fixed with this change:

https://github.com/Z-Wave-Me/home-autom ... c86427cabd

It will be available with next rc / release.

Re: Error Fibaro Window/Door sensor v3.2

Posted: 05 Oct 2016 15:00
by añep
Ok, thank so much Ronie.