Error Fibaro Window/Door sensor v3.2

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
añep
Posts: 64
Joined: 10 May 2016 13:53

Error Fibaro Window/Door sensor v3.2

Post 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

User avatar
PoltoS
Posts: 7588
Joined: 26 Jan 2011 19:36

Re: Error Fibaro Window/Door sensor v3.2

Post by PoltoS »

What is your Z-Way version?
añep
Posts: 64
Joined: 10 May 2016 13:53

Re: Error Fibaro Window/Door sensor v3.2

Post by añep »

v2.2.4-rc17 . I use this version beause It fix the problem with Fibaro Motion Sensor v3.2
User avatar
ronie
Posts: 58
Joined: 29 Jun 2015 09:50

Re: Error Fibaro Window/Door sensor v3.2

Post 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.
añep
Posts: 64
Joined: 10 May 2016 13:53

Re: Error Fibaro Window/Door sensor v3.2

Post by añep »

Ok, thank so much Ronie.
Post Reply