Linear NGDZ00-4 Garage Door

I ended up buying an Iris GDO, which appears to be this exact same model. Does anyone know of any openers that will currently work?

I use a 2gig panel via alarm.com and did notice that alarm.com recognizes it as a Garage Door Opener (even with the 2gig panel as a secondary controller), but I haven’t had any success with it seeming to work. I don’t have the thing hooked up to the actual door opener though. When you issue an open/close command it’s supposed to beep numerous times to alert folks to the fact and I can’t get it to do that in isolated testing.

Z-Wave Garage Door support was apparently a lot more of a recent addition to HA than I thought (it seems to have appeared in 0.23) so perhaps it is a feature forthcoming. When fiddling with things in the Open ZWave Control Panel, I do see messages relating to barrier operation but OZCP isn’t sure what to do with those things either.

It’s not worth it to me to buy an off the shelf controller just to use my garage door in this way so if I can’t get it working, I’ll just return it and perhaps try the Aeon Labs opener (assuming it doesn’t require barriers).

I’m willing to ditch my ZWave opener and get another if it won’t soon work with HA - I see some chat in the Dev repositories about support for Chamberlain myQ, but have no idea if/when that work will be completed. In the meantime I’d also like to know what openers actually currently work.

I’d love to see this supported as well. I’ve made some progress adding it as a secure device, but I’m only seeing sensors, not switches. Will post here if/when I have full success.

2 Likes

That’s about as far as I got. I believe the secure component is more communication between devices so it didn’t seem like it affected Home Assistant much. The manual called for binding it securely but I actually did it both ways and was still able to see the sensors oddly.

For alarm.com, it sees it as a garage door, but the open/close commands don’t work. I’m not sure if that’s because the 2gig panel is a secondary controller or not. I think in the short term I may have to return it and just buy it again once it is supported, or there is a known working compatible opener for HA.

So, I just got this working using OZWCP, but there is not a switch for me to actually be able to control it from within HA, as others said above. However, I do not think it will be difficult to do, and I’ll help with the code if possible. Pretty cool just to be able to open and close it remotely even without HA :slight_smile:

I see that others above have already gotten this working, but if anyone is stumpted, this is basically what I did:

  1. First you have to patch OZW and OZWCP to support the Barrier class. If you are not familiar with github or compiling/linking, I would strongly suggest that you go ahead and do some learning. It’s worth it, as most major open source software is on github and knowing how to clone repositories and build from source is almost a requirement with this kind of thing. I took this commit and patched the most recent master of OZW.
  2. I took this commit and patched OZWCP.
    2b. For kicks, I rebuilt and reinstalled python-openzwave as well.
  3. After successfully running OZWCP with the newly patched OZW library, I had to try twice to securely include the GD00Z-4 and got it to securely include (I would guess so anyway, as it’s working). I’m a new user on this community so I can’t post another link, but this may prove helpful: github.com/OpenZWave/open-zwave/wiki/Adding-Security-Devices-to-OZW
  4. I’m not certain that the tilt sensor that’s placed on the door needs to be on and active or not, but I would go ahead and put it on the wall, ensuring that the little button is depressed on the back so that it is recognized by the GD00Z-4. Otherwise, you can simply depress the button, and make sure that you see something like this in your ozwcp:
  5. If you tilt the sensor to simulate an open and closed garage door, you should see the value at “Open” change between On and Off.
  6. To test that things should work as expected, I would recommend at this point hooking up a multimeter to test for conductivity and connect it to the two leads coming from the GD00Z-4. To test it, change the Open value from Off->On or On->Off. After the device beeps for 5 seconds, you should see a brief spike on your multimeter, indicating that the circuit was briefly closed and this is what gives your garage door opener the command to open/close.
  7. If this is working, it’s just a matter of testing with the garage door opener and mounting. I mounted mine on the hardware that the opener is mounted on. One of each of the leads from the GD00Z-4 goes where the wires coming from your current opener go. I have a Genie ReliaG 850 (2028), and there are four wires connected. The two on the left are for the safe-t-beam and can stay in place. The wires from the GD00Z-4 go into the two slots on the right. There is no polariy, unlike the existing wires that are there, which can remain in place.
  8. Activate as above using the Open On/Off toggle in ozwcp and after the beeping, the door should open/close.

Now, we just have to get it working in HA!

4 Likes

Oh wow that gives me hope! Thanks for the explanation! I’ll give this a go! Curious, are you able to run both OZWCP and HA at the same time? I find that I can’t run both using my Aeon USB stick. HA seems to grab an exclusive hold over the USB stick. It’s normally not a big deal but if I want to control the garage door using OZWCP and use HA, it’s a bit of an issue.

I haven’t dug deep into the ZWave bits of HA but I want to do so soonish. My current goals code-wise is to figure out how to better support the Radio Thermostat CT80.

Not very much I wouldn’t think - my CT100s worked pretty much out of the box.

It has to do with the radiotherm library. It doesn’t have definitions for the current CT80 revision so it bombs out. Adding the definition fixes that, which there’s now a few PRs for with the library (mine from last week and one from January), but the maintainer seems to have dropped off the radar. That’s problem 1.

Problem 2 is feature-set. I haven’t figured it if/how you can do things like “resume schedule” via HASS since it seems easier to do scheduling on the thermostats and then have HASS change it on certain events (like leaving the house). Double true for when HASS isn’t running (I’ve been making my fileserver fall over due to unrelated issues lately which of course breaks our automation). Likewise, the CT80 can report humidity, so "'m trying to figure out if that’s being logged in HASS and, if so, how to get to it. If not, how to add it in (radiotherm already supports pulling that data). I don’t have humidifier/dehumidifier stuff but the CT80 supports those as well and that might be nice to have in HASS.

Ahh, I see. Well good luck!

1 Like

I have one of the Linear openers waiting in my mailbox, so this will likely be my weekend project and a reason to get immersed in Python. Sounds like half the battle is getting the opener paired via some other means (I planned on using domoticz).

@m00dawg I don’t think you can run hass and ozwcp at the same time …

If hass doesn’t have support even with ozw supporting it (which it does, when patched), then I may just turn to an arduino-based solution, using a relay for open/close and a reed switch for status, with mqtt for event notification. It’s so much simpler than z-wave (the protocol I mean), and can be done wired, which is always a plus.

I think if I ended up going that route, I’d probably use XBee 900MHz since I’m already using that for outdoor sensors (with Arduino) but yeah I thought about something similar. Z-Wave is nice because I can focus more on the actual automation (I have plenty of hardware projects to keep me busy). From what I’ve read, the downside of the DIY route is the whole beeping thing the Linear does before it open/closes the door - that’s by code so you might want to implement something similar?

From what I’ve read, the downside of the DIY route is the whole beeping thing the Linear does before it open/closes the door - that’s by code so you might want to implement something similar?

Not quite sure what you mean – at the motor itself (or the switch on the wall), if you short the two wires, the unit opens/closes. So it’s as simple as using a relay to do that and using some means of “flipping the switch” – one option is a network interface using mqtt (light) or http (heavier); another would be a physical switch, if you didn’t already have one. I think the beeping is just to warn anyone nearby that it’s been activated, and that the door is about to open or close.

Right, the warning is what I thought I read was code. It’s because you can open/close the unit unattended. A normal garage door remote is basically line of sight, but with automation, you could do it anywhere so you wouldn’t see if, say, someone was standing there. Modern openers at least have those sensors (and I think crush sensors) so it’s perhaps unnecessary. I mean I wouldn’t worry about it unless you wanted to sell your house and include your DIY opener with it.

And, to be fair, I could have totally read all that stuff about building code and beeps totally wrong :stuck_out_tongue:

Do you have the OZW.log for open and close commands, also what the tilt sensor sends?
Do you also have the zwcfg for when all of this works?
It should be pretty simple to include in HASS if we get those two things.

Which zwcfg? I have one here:

`/usr/local/lib/python3.5/dist-packages/libopenzwave-0.3.1-py3.5-linux-x86_64.egg/config/zwcfg.xsd`

Here is the output, first opening using ozwcp, then closing using ozwcp. Then opening manually (to see the sensor change only), and closing manually. Sorry it’s so long…

OPENING USING OZWCP:


post: key=12-BARRIER OPERATOR-user-bool-1-0 data=true size=4
2016-07-29 00:34:54.354 Info, Node012, Value::Set - COMMAND_CLASS_BARRIER_OPERATOR - Open - 0 - 1 - True
2016-07-29 00:34:54.354 Info, Node012, BarrierOperator::Set - Requesting barrier to be Open
2016-07-29 00:34:54.354 Detail, Node012, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_BARRIER_OPERATOR
2016-07-29 00:34:54.354 Detail, Node012, Queuing (Send) LockCmd_Get (Node=12): 0x01, 0x0a, 0x00, 0x13, 0x0c, 0x03, 0x66, 0x01, 0xff, 0x25, 0x35, 0x61
2016-07-29 00:34:54.354 Info, Node012, Requesting BarrierOperator status
2016-07-29 00:34:54.354 Detail, Node012, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_BARRIER_OPERATOR
2016-07-29 00:34:54.354 Detail, Node012, Queuing (Send) BarrierOperatorCmd_Get (Node=12): 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x66, 0x02, 0x25, 0x36, 0x9c
2016-07-29 00:34:54.354 Detail, 
2016-07-29 00:34:54.354 Info, Node012, Processing (Send) Nonce Request message (Callback ID=0x35, Expected Reply=0x13)
2016-07-29 00:34:54.355 Info, Node012, Sending (Send) message (Callback ID=0x35, Expected Reply=0x13) - Nonce_Get(LockCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x98, 0x40, 0x05, 0x02:
post: key=12-BARRIER OPERATOR-user-bool-1-0 data= size=0
2016-07-29 00:34:54.361 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:54.362 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:34:54.499 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x0e, 0xe7
2016-07-29 00:34:54.499 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2016-07-29 00:34:54.500 Info, Node012, Request RTT 145 Average Request RTT 491
2016-07-29 00:34:54.633 Detail, Node012,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x0c, 0x0a, 0x98, 0x80, 0xd6, 0xbf, 0xe0, 0x66, 0x79, 0xdb, 0xa0, 0x53, 0x4b
2016-07-29 00:34:54.633 Info, Node012, Received SecurityCmd_NonceReport from node 12
2016-07-29 00:34:54.633 Info, Node012, Sending (Send) message (Callback ID=0x37, Expected Reply=0x13) - LockCmd_Get (Node=12): 0x01, 0x0a, 0x00, 0x13, 0x0c, 0x03, 0x66, 0x01, 0xff, 0x25, 0x37, 0x63
2016-07-29 00:34:54.644 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:54.644 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:34:54.920 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x37, 0x00, 0x00, 0x1c, 0xc0
2016-07-29 00:34:54.920 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x37 received (expected 0x37)
2016-07-29 00:34:54.920 Info, Node012, Request RTT 565 Average Request RTT 528
2016-07-29 00:34:54.920 Detail,   Expected callbackId was received
2016-07-29 00:34:54.920 Detail,   Expected reply was received
2016-07-29 00:34:54.920 Detail,   Message transaction complete
2016-07-29 00:34:54.920 Detail, 
2016-07-29 00:34:54.921 Detail, Node012, Removing current message
2016-07-29 00:34:54.921 Detail, 
2016-07-29 00:34:54.921 Info, Node012, Processing (Send) Nonce Request message (Callback ID=0x36, Expected Reply=0x04)
2016-07-29 00:34:54.921 Info, Node012, Sending (Send) message (Callback ID=0x36, Expected Reply=0x04) - Nonce_Get(BarrierOperatorCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x98, 0x40, 0x05, 0x02:
2016-07-29 00:34:54.927 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:54.927 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:34:55.084 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x10, 0xf9
2016-07-29 00:34:55.084 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2016-07-29 00:34:55.084 Info, Node012, Request RTT 164 Average Request RTT 346
2016-07-29 00:34:55.223 Detail, Node012,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x0c, 0x0a, 0x98, 0x80, 0xae, 0xcb, 0x0a, 0xd7, 0x02, 0xe9, 0x80, 0xd3, 0xf5
2016-07-29 00:34:55.223 Info, Node012, Received SecurityCmd_NonceReport from node 12
2016-07-29 00:34:55.223 Info, Node012, Sending (Send) message (Callback ID=0x38, Expected Reply=0x04) - BarrierOperatorCmd_Get (Node=12): 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x66, 0x02, 0x25, 0x38, 0x92
2016-07-29 00:34:55.234 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:55.234 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:34:55.513 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x38, 0x00, 0x00, 0x1d, 0xce
2016-07-29 00:34:55.513 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x38 received (expected 0x38)
2016-07-29 00:34:55.513 Info, Node012, Request RTT 593 Average Request RTT 469
2016-07-29 00:34:55.513 Detail,   Expected callbackId was received
2016-07-29 00:34:55.639 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:34:55.639 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:34:55.639 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:34:55.639 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:34:55.639 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:34:55.639 Info, NONCES: 0xa8, 0x06, 0xd5, 0xd1, 0x53, 0x83, 0x78, 0x76
2016-07-29 00:34:55.639 Info, NONCES: 0x1c, 0x9a, 0x4b, 0xee, 0x59, 0x3e, 0x6b, 0x53
2016-07-29 00:34:55.639 Info, NONCES: 0x37, 0xd6, 0x25, 0x4b, 0x69, 0x8f, 0xae, 0x96
2016-07-29 00:34:55.639 Info, NONCES: 0x60, 0x3d, 0x36, 0xb6, 0xc5, 0x8d, 0xde, 0x6d
2016-07-29 00:34:55.639 Info, NONCES: 0x12, 0x33, 0x3e, 0xe3, 0xb5, 0xb5, 0x5a, 0xd0
2016-07-29 00:34:55.639 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf, 0x05, 0x01, 0x60:
2016-07-29 00:34:55.648 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:55.648 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:34:55.904 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1a, 0xf0
2016-07-29 00:34:55.904 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:34:55.904 Info, Node012, Request RTT 984 Average Request RTT 726
2016-07-29 00:34:56.066 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x9e, 0xd5, 0x6b, 0x71, 0x8d, 0x59, 0xe5, 0xb0, 0xbb, 0xcf, 0xe7, 0x47, 0xcb, 0xf8, 0x72, 0x2f, 0x5b, 0x5c, 0xcc, 0x36, 0x35, 0x46
2016-07-29 00:34:56.066 Info, Raw: 0x98, 0x81, 0x9e, 0xd5, 0x6b, 0x71, 0x8d, 0x59, 0xe5, 0xb0, 0xbb, 0xcf, 0xe7, 0x47, 0xcb, 0xf8, 0x72, 0x2f, 0x5b, 0x5c, 0xcc, 0x36, 0x35, 0x46
2016-07-29 00:34:56.066 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0x00
2016-07-29 00:34:56.066 Detail, 
2016-07-29 00:34:56.066 Info, Node012, Response RTT 1146 Average Response RTT 1153
2016-07-29 00:34:56.066 Info, Node012, Received BarrierOperator report: Barrier is Closed
2016-07-29 00:34:56.066 Detail, Node012, Refreshed Value: old value=false, new value=false, type=bool
2016-07-29 00:34:56.066 Detail, Node012, Changes to this value are not verified
2016-07-29 00:34:56.066 Detail, Node012,   Expected reply and command class was received
2016-07-29 00:34:56.066 Detail, Node012,   Message transaction complete
2016-07-29 00:34:56.066 Detail, 
2016-07-29 00:34:56.066 Detail, Node012, Removing current message
2016-07-29 00:34:56.066 Detail, Node012, Notification: ValueChanged
2016-07-29 00:34:56.066 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool
2016-07-29 00:34:59.951 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:34:59.951 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:34:59.951 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:34:59.951 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:34:59.951 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:34:59.951 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:34:59.951 Info, NONCES: 0x1c, 0x9a, 0x4b, 0xee, 0x59, 0x3e, 0x6b, 0x53
2016-07-29 00:34:59.951 Info, NONCES: 0x37, 0xd6, 0x25, 0x4b, 0x69, 0x8f, 0xae, 0x96
2016-07-29 00:34:59.952 Info, NONCES: 0x60, 0x3d, 0x36, 0xb6, 0xc5, 0x8d, 0xde, 0x6d
2016-07-29 00:34:59.952 Info, NONCES: 0x12, 0x33, 0x3e, 0xe3, 0xb5, 0xb5, 0x5a, 0xd0
2016-07-29 00:34:59.952 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc, 0x05, 0x01, 0xbb:
2016-07-29 00:34:59.960 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:34:59.960 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:35:00.224 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1b, 0xf1
2016-07-29 00:35:00.224 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:35:00.386 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x80, 0x57, 0xf1, 0xf4, 0x64, 0xfd, 0xe9, 0x33, 0x70, 0x83, 0x57, 0xb6, 0xd2, 0x4d, 0x61, 0x7f, 0x43, 0x56, 0x5d, 0x42, 0x44, 0xa8
2016-07-29 00:35:00.386 Info, Raw: 0x98, 0x81, 0x80, 0x57, 0xf1, 0xf4, 0x64, 0xfd, 0xe9, 0x33, 0x70, 0x83, 0x57, 0xb6, 0xd2, 0x4d, 0x61, 0x7f, 0x43, 0x56, 0x5d, 0x42, 0x44, 0xa8
2016-07-29 00:35:00.386 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0xfe
2016-07-29 00:35:00.386 Detail, 
2016-07-29 00:35:00.386 Info, Node012, Received BarrierOperator report: Barrier is Opening
2016-07-29 00:35:07.418 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:35:07.418 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:35:07.418 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:35:07.418 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:35:07.418 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:35:07.418 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:35:07.418 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:35:07.418 Info, NONCES: 0x37, 0xd6, 0x25, 0x4b, 0x69, 0x8f, 0xae, 0x96
2016-07-29 00:35:07.418 Info, NONCES: 0x60, 0x3d, 0x36, 0xb6, 0xc5, 0x8d, 0xde, 0x6d
2016-07-29 00:35:07.418 Info, NONCES: 0x12, 0x33, 0x3e, 0xe3, 0xb5, 0xb5, 0x5a, 0xd0
2016-07-29 00:35:07.418 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b, 0x05, 0x01, 0xcb:
2016-07-29 00:35:07.427 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:35:07.427 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:35:07.683 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1a, 0xf0
2016-07-29 00:35:07.683 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:35:08.157 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x1b, 0x08, 0x4d, 0x46, 0x98, 0x1e, 0x0d, 0x44, 0x95, 0x06, 0x72, 0xae, 0x2f, 0x35, 0x24, 0x30, 0xf8, 0xf2, 0x20, 0x2e, 0x9c, 0xea
2016-07-29 00:35:08.157 Info, Raw: 0x98, 0x81, 0x1b, 0x08, 0x4d, 0x46, 0x98, 0x1e, 0x0d, 0x44, 0x95, 0x06, 0x72, 0xae, 0x2f, 0x35, 0x24, 0x30, 0xf8, 0xf2, 0x20, 0x2e, 0x9c, 0xea
2016-07-29 00:35:08.157 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0xff
2016-07-29 00:35:08.157 Detail, 
2016-07-29 00:35:08.157 Info, Node012, Received BarrierOperator report: Barrier is Open
2016-07-29 00:35:08.157 Detail, Node012, Refreshed Value: old value=false, new value=true, type=bool
2016-07-29 00:35:08.157 Detail, Node012, Changes to this value are not verified
2016-07-29 00:35:08.157 Detail, Node012, Notification: ValueChanged
2016-07-29 00:35:08.157 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool







CLOSING USING OZWCP:

post: key=12-BARRIER OPERATOR-user-bool-1-0 data=false size=5
2016-07-29 00:36:29.339 Info, Node012, Value::Set - COMMAND_CLASS_BARRIER_OPERATOR - Open - 0 - 1 - False
2016-07-29 00:36:29.339 Info, Node012, BarrierOperator::Set - Requesting barrier to be Closed
2016-07-29 00:36:29.339 Detail, Node012, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_BARRIER_OPERATOR
2016-07-29 00:36:29.339 Detail, Node012, Queuing (Send) LockCmd_Get (Node=12): 0x01, 0x0a, 0x00, 0x13, 0x0c, 0x03, 0x66, 0x01, 0x00, 0x25, 0x39, 0x92
2016-07-29 00:36:29.339 Info, Node012, Requesting BarrierOperator status
2016-07-29 00:36:29.339 Detail, Node012, Setting Encryption Flag on Message For Command Class COMMAND_CLASS_BARRIER_OPERATOR
2016-07-29 00:36:29.339 Detail, Node012, Queuing (Send) BarrierOperatorCmd_Get (Node=12): 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x66, 0x02, 0x25, 0x3a, 0x90
2016-07-29 00:36:29.339 Detail, 
post: key=12-BARRIER OPERATOR-user-bool-1-0 data= size=0
2016-07-29 00:36:29.339 Info, Node012, Processing (Send) Nonce Request message (Callback ID=0x39, Expected Reply=0x13)
2016-07-29 00:36:29.340 Info, Node012, Sending (Send) message (Callback ID=0x39, Expected Reply=0x13) - Nonce_Get(LockCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x98, 0x40, 0x05, 0x02:
2016-07-29 00:36:29.346 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:29.346 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:29.484 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x0e, 0xe7
2016-07-29 00:36:29.484 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2016-07-29 00:36:29.484 Info, Node012, Request RTT 144 Average Request RTT 435
2016-07-29 00:36:29.799 Detail, Node012,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x0c, 0x0a, 0x98, 0x80, 0x6f, 0x2a, 0x0d, 0x13, 0x6c, 0x00, 0x90, 0x30, 0x62
2016-07-29 00:36:29.799 Info, Node012, Received SecurityCmd_NonceReport from node 12
2016-07-29 00:36:29.799 Info, Node012, Sending (Send) message (Callback ID=0x3b, Expected Reply=0x13) - LockCmd_Get (Node=12): 0x01, 0x0a, 0x00, 0x13, 0x0c, 0x03, 0x66, 0x01, 0x00, 0x25, 0x3b, 0x90
2016-07-29 00:36:29.810 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:29.810 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:30.090 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x3b, 0x00, 0x00, 0x1c, 0xcc
2016-07-29 00:36:30.090 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x3b received (expected 0x3b)
2016-07-29 00:36:30.090 Info, Node012, Request RTT 751 Average Request RTT 593
2016-07-29 00:36:30.091 Detail,   Expected callbackId was received
2016-07-29 00:36:30.091 Detail,   Expected reply was received
2016-07-29 00:36:30.091 Detail,   Message transaction complete
2016-07-29 00:36:30.091 Detail, 
2016-07-29 00:36:30.091 Detail, Node012, Removing current message
2016-07-29 00:36:30.091 Detail, 
2016-07-29 00:36:30.091 Info, Node012, Processing (Send) Nonce Request message (Callback ID=0x3a, Expected Reply=0x04)
2016-07-29 00:36:30.091 Info, Node012, Sending (Send) message (Callback ID=0x3a, Expected Reply=0x04) - Nonce_Get(BarrierOperatorCmd_Get) - 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x98, 0x40, 0x05, 0x02:
2016-07-29 00:36:30.097 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:30.097 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:30.254 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x02, 0x00, 0x00, 0x10, 0xf9
2016-07-29 00:36:30.254 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x02 received (expected 0x02)
2016-07-29 00:36:30.254 Info, Node012, Request RTT 163 Average Request RTT 378
2016-07-29 00:36:30.393 Detail, Node012,   Received: 0x01, 0x10, 0x00, 0x04, 0x00, 0x0c, 0x0a, 0x98, 0x80, 0xdc, 0x54, 0x67, 0x74, 0x11, 0x6a, 0x2d, 0x4c, 0x74
2016-07-29 00:36:30.393 Info, Node012, Received SecurityCmd_NonceReport from node 12
2016-07-29 00:36:30.393 Info, Node012, Sending (Send) message (Callback ID=0x3c, Expected Reply=0x04) - BarrierOperatorCmd_Get (Node=12): 0x01, 0x09, 0x00, 0x13, 0x0c, 0x02, 0x66, 0x02, 0x25, 0x3c, 0x96
2016-07-29 00:36:30.404 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:30.404 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:30.682 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x3c, 0x00, 0x00, 0x1d, 0xca
2016-07-29 00:36:30.682 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x3c received (expected 0x3c)
2016-07-29 00:36:30.682 Info, Node012, Request RTT 591 Average Request RTT 484
2016-07-29 00:36:30.682 Detail,   Expected callbackId was received
2016-07-29 00:36:30.799 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:36:30.799 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:36:30.799 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:36:30.799 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:36:30.799 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:36:30.799 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:36:30.799 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:36:30.799 Info, NONCES: 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde
2016-07-29 00:36:30.799 Info, NONCES: 0x60, 0x3d, 0x36, 0xb6, 0xc5, 0x8d, 0xde, 0x6d
2016-07-29 00:36:30.799 Info, NONCES: 0x12, 0x33, 0x3e, 0xe3, 0xb5, 0xb5, 0x5a, 0xd0
2016-07-29 00:36:30.799 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x04) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde, 0x05, 0x01, 0x71:
2016-07-29 00:36:30.808 Detail, Node012,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:30.808 Detail, Node012,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:31.280 Detail, Node012,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x2f, 0xc5
2016-07-29 00:36:31.280 Detail, Node012,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:36:31.280 Info, Node012, Request RTT 1189 Average Request RTT 836
2016-07-29 00:36:31.674 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0xff, 0x1f, 0xbd, 0x1a, 0x70, 0xef, 0x8f, 0xe3, 0x1e, 0xa5, 0x41, 0x33, 0x7b, 0x0c, 0xa9, 0x12, 0xf7, 0xa2, 0xc3, 0x2f, 0x86, 0x6a
2016-07-29 00:36:31.674 Info, Raw: 0x98, 0x81, 0xff, 0x1f, 0xbd, 0x1a, 0x70, 0xef, 0x8f, 0xe3, 0x1e, 0xa5, 0x41, 0x33, 0x7b, 0x0c, 0xa9, 0x12, 0xf7, 0xa2, 0xc3, 0x2f, 0x86, 0x6a
2016-07-29 00:36:31.674 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0xff
2016-07-29 00:36:31.674 Detail, 
2016-07-29 00:36:31.674 Info, Node012, Response RTT 1583 Average Response RTT 1368
2016-07-29 00:36:31.674 Info, Node012, Received BarrierOperator report: Barrier is Open
2016-07-29 00:36:31.674 Detail, Node012, Refreshed Value: old value=true, new value=true, type=bool
2016-07-29 00:36:31.674 Detail, Node012, Changes to this value are not verified
2016-07-29 00:36:31.674 Detail, Node012,   Expected reply and command class was received
2016-07-29 00:36:31.674 Detail, Node012,   Message transaction complete
2016-07-29 00:36:31.674 Detail, 
2016-07-29 00:36:31.674 Detail, Node012, Removing current message
2016-07-29 00:36:31.674 Detail, Node012, Notification: ValueChanged
2016-07-29 00:36:31.674 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool
2016-07-29 00:36:35.081 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:36:35.081 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:36:35.082 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:36:35.082 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:36:35.082 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:36:35.082 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:36:35.082 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:36:35.082 Info, NONCES: 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde
2016-07-29 00:36:35.082 Info, NONCES: 0x4d, 0xf6, 0xed, 0x89, 0x97, 0x69, 0xd7, 0x69
2016-07-29 00:36:35.082 Info, NONCES: 0x12, 0x33, 0x3e, 0xe3, 0xb5, 0xb5, 0x5a, 0xd0
2016-07-29 00:36:35.082 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0x4d, 0xf6, 0xed, 0x89, 0x97, 0x69, 0xd7, 0x69, 0x05, 0x01, 0x78:
2016-07-29 00:36:35.090 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:35.090 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:35.353 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1b, 0xf1
2016-07-29 00:36:35.353 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:36:35.516 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x24, 0xc1, 0xfe, 0x8e, 0x28, 0xa8, 0xa1, 0x4b, 0x72, 0x3a, 0xbb, 0xc1, 0x4d, 0x49, 0x00, 0xe8, 0x8a, 0x72, 0xa4, 0x74, 0x7a, 0x97
2016-07-29 00:36:35.516 Info, Raw: 0x98, 0x81, 0x24, 0xc1, 0xfe, 0x8e, 0x28, 0xa8, 0xa1, 0x4b, 0x72, 0x3a, 0xbb, 0xc1, 0x4d, 0x49, 0x00, 0xe8, 0x8a, 0x72, 0xa4, 0x74, 0x7a, 0x97
2016-07-29 00:36:35.516 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0xfc
2016-07-29 00:36:35.516 Detail, 
2016-07-29 00:36:35.516 Info, Node012, Received BarrierOperator report: Barrier is Closing
2016-07-29 00:36:47.679 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:36:47.679 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:36:47.679 Info, NONCES: 0xcf, 0x24, 0x3e, 0x28, 0xe0, 0xa8, 0xfa, 0x97
2016-07-29 00:36:47.679 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:36:47.679 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:36:47.679 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:36:47.679 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:36:47.679 Info, NONCES: 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde
2016-07-29 00:36:47.679 Info, NONCES: 0x4d, 0xf6, 0xed, 0x89, 0x97, 0x69, 0xd7, 0x69
2016-07-29 00:36:47.679 Info, NONCES: 0xa1, 0x0a, 0x70, 0x8f, 0x94, 0x48, 0xca, 0x42
2016-07-29 00:36:47.679 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0xa1, 0x0a, 0x70, 0x8f, 0x94, 0x48, 0xca, 0x42, 0x05, 0x01, 0xe7:
2016-07-29 00:36:47.688 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:36:47.688 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:36:47.953 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1b, 0xf1
2016-07-29 00:36:47.953 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:36:48.116 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x9e, 0xa5, 0x20, 0x81, 0xc2, 0x4b, 0x92, 0x0f, 0x69, 0x7e, 0x78, 0x31, 0xa1, 0x03, 0x82, 0xf0, 0x3d, 0xe8, 0x8b, 0xd1, 0x7a, 0x11
2016-07-29 00:36:48.116 Info, Raw: 0x98, 0x81, 0x9e, 0xa5, 0x20, 0x81, 0xc2, 0x4b, 0x92, 0x0f, 0x69, 0x7e, 0x78, 0x31, 0xa1, 0x03, 0x82, 0xf0, 0x3d, 0xe8, 0x8b, 0xd1, 0x7a, 0x11
2016-07-29 00:36:48.116 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0x00
2016-07-29 00:36:48.116 Detail, 
2016-07-29 00:36:48.116 Info, Node012, Received BarrierOperator report: Barrier is Closed
2016-07-29 00:36:48.116 Detail, Node012, Refreshed Value: old value=true, new value=false, type=bool
2016-07-29 00:36:48.116 Detail, Node012, Changes to this value are not verified
2016-07-29 00:36:48.116 Detail, Node012, Notification: ValueChanged
2016-07-29 00:36:48.116 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool







OPEN MANUALLY (so, sensor only):

2016-07-29 00:40:16.702 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:40:16.702 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:40:16.702 Info, NONCES: 0xdc, 0xad, 0xd0, 0x98, 0x8a, 0xf4, 0x52, 0x06
2016-07-29 00:40:16.702 Info, NONCES: 0xfd, 0x1f, 0xe1, 0x67, 0x2d, 0x0f, 0x7c, 0x8d
2016-07-29 00:40:16.702 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:40:16.702 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:40:16.702 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:40:16.702 Info, NONCES: 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde
2016-07-29 00:40:16.702 Info, NONCES: 0x4d, 0xf6, 0xed, 0x89, 0x97, 0x69, 0xd7, 0x69
2016-07-29 00:40:16.702 Info, NONCES: 0xa1, 0x0a, 0x70, 0x8f, 0x94, 0x48, 0xca, 0x42
2016-07-29 00:40:16.702 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0xdc, 0xad, 0xd0, 0x98, 0x8a, 0xf4, 0x52, 0x06, 0x05, 0x01, 0xf4:
2016-07-29 00:40:16.711 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:40:16.711 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:40:16.972 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1b, 0xf1
2016-07-29 00:40:16.972 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:40:17.126 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0xfb, 0x58, 0x12, 0x28, 0x8d, 0x55, 0x7a, 0xfb, 0xa0, 0xfe, 0x28, 0xe8, 0xdc, 0x86, 0x3e, 0x73, 0x7f, 0x86, 0x96, 0xa7, 0x49, 0x2c
2016-07-29 00:40:17.126 Info, Raw: 0x98, 0x81, 0xfb, 0x58, 0x12, 0x28, 0x8d, 0x55, 0x7a, 0xfb, 0xa0, 0xfe, 0x28, 0xe8, 0xdc, 0x86, 0x3e, 0x73, 0x7f, 0x86, 0x96, 0xa7, 0x49, 0x2c
2016-07-29 00:40:17.126 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0xff
2016-07-29 00:40:17.126 Detail, 
2016-07-29 00:40:17.126 Info, Node012, Received BarrierOperator report: Barrier is Open
2016-07-29 00:40:17.126 Detail, Node012, Refreshed Value: old value=false, new value=true, type=bool
2016-07-29 00:40:17.126 Detail, Node012, Changes to this value are not verified
2016-07-29 00:40:17.127 Detail, Node012, Notification: ValueChanged
2016-07-29 00:40:17.127 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool






CLOSE MANUALLY (so, sensor only):

2016-07-29 00:41:31.227 Detail, Node012,   Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x0c, 0x02, 0x98, 0x40, 0x25
2016-07-29 00:41:31.227 Info, Node012, Received SecurityCmd_NonceGet from node 12
2016-07-29 00:41:31.227 Info, NONCES: 0xdc, 0xad, 0xd0, 0x98, 0x8a, 0xf4, 0x52, 0x06
2016-07-29 00:41:31.227 Info, NONCES: 0x7a, 0x72, 0x2d, 0x0f, 0x0e, 0x61, 0x6c, 0x5a
2016-07-29 00:41:31.227 Info, NONCES: 0xcb, 0x31, 0x43, 0x90, 0xbd, 0xa0, 0x7c, 0xcf
2016-07-29 00:41:31.227 Info, NONCES: 0xd2, 0xb9, 0xb2, 0x88, 0xed, 0x8b, 0xd7, 0xbc
2016-07-29 00:41:31.227 Info, NONCES: 0x2f, 0x16, 0x64, 0x0f, 0x3d, 0xdd, 0xa5, 0x3b
2016-07-29 00:41:31.227 Info, NONCES: 0x7b, 0x07, 0x21, 0xa8, 0x94, 0x1c, 0x35, 0xde
2016-07-29 00:41:31.227 Info, NONCES: 0x4d, 0xf6, 0xed, 0x89, 0x97, 0x69, 0xd7, 0x69
2016-07-29 00:41:31.227 Info, NONCES: 0xa1, 0x0a, 0x70, 0x8f, 0x94, 0x48, 0xca, 0x42
2016-07-29 00:41:31.227 Info, Node012, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x0c, 0x0a, 0x98, 0x80, 0x7a, 0x72, 0x2d, 0x0f, 0x0e, 0x61, 0x6c, 0x5a, 0x05, 0x01, 0x94:
2016-07-29 00:41:31.236 Detail,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2016-07-29 00:41:31.236 Detail,   ZW_SEND_DATA delivered to Z-Wave stack
2016-07-29 00:41:31.502 Detail,   Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x1b, 0xf1
2016-07-29 00:41:31.502 Detail,   ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2016-07-29 00:41:31.656 Detail, Node012,   Received: 0x01, 0x1d, 0x00, 0x04, 0x00, 0x0c, 0x17, 0x98, 0x81, 0x10, 0xd0, 0x79, 0x05, 0x11, 0x52, 0xaa, 0xab, 0x51, 0x64, 0x77, 0xa6, 0x7a, 0xd3, 0x6b, 0x8c, 0xcb, 0xec, 0xb0, 0xa5, 0x71, 0xf3
2016-07-29 00:41:31.656 Info, Raw: 0x98, 0x81, 0x10, 0xd0, 0x79, 0x05, 0x11, 0x52, 0xaa, 0xab, 0x51, 0x64, 0x77, 0xa6, 0x7a, 0xd3, 0x6b, 0x8c, 0xcb, 0xec, 0xb0, 0xa5, 0x71, 0xf3
2016-07-29 00:41:31.656 Detail, Node012, Decrypted Packet: 0x00, 0x66, 0x03, 0x00
2016-07-29 00:41:31.657 Detail, 
2016-07-29 00:41:31.657 Info, Node012, Received BarrierOperator report: Barrier is Closed
2016-07-29 00:41:31.657 Detail, Node012, Refreshed Value: old value=true, new value=false, type=bool
2016-07-29 00:41:31.657 Detail, Node012, Changes to this value are not verified
2016-07-29 00:41:31.657 Detail, Node012, Notification: ValueChanged
2016-07-29 00:41:31.657 Info, Notification: Value Changed Home 0xd5663088 Node 12 Genre user Class BARRIER OPERATOR Instance 1 Index 0 Type bool

In HASS config directory you have a zwcfg_[home_id].xml
Looking at the log it seems straight forward to implement this.

A fast try without having the zwcfg:


Try that :slight_smile:

Did it work?