Page 1 of 3

Neo CoolCam Door/Window Sensor

PostPosted: Tue Jun 20, 2017 5:53 am
by bluefightingcat
I got my hands on one of these:

http://www.szneo.com/en/products/show.php?id=176

I managed to add it to my Z-Wave Network but unfortunately the "open/close" function is not being recognised. The log clear shows something happening. This is what the log says when the device changes from an open to close to open situation.

Code: Select all
Z-Wave Debug                    RCVD requestAlarmSensorStatus: 01 0F 00 04 00 13 09 71 05 00 00 00 FF 06 17 00 74
   Z-Wave Debug                    . .  requestAlarmSensorStatus: node 019, endpoint None, cmdClass 71, type 0, value 0, classSubKey 710000
   Z-Wave Debug                    . .  requestAlarmSensorStatus: typeExt 6, valueExt 23, classSubKeyExt 7100000617
   Z-Wave Debug                    RCVD requestBinarySensorStatus: 01 0A 00 04 00 13 04 30 03 00 0A DF
   Z-Wave Debug                    . .  requestBinarySensorStatus: node 019, endpoint None, type 10, value 0
   Z-Wave Debug                    RCVD requestAlarmSensorStatus: 01 0F 00 04 00 13 09 71 05 00 00 00 FF 06 16 00 75
   Z-Wave Debug                    . .  requestAlarmSensorStatus: node 019, endpoint None, cmdClass 71, type 0, value 0, classSubKey 710000
   Z-Wave Debug                    . .  requestAlarmSensorStatus: typeExt 6, valueExt 22, classSubKeyExt 7100000616
   Z-Wave Debug                    RCVD requestBinarySensorStatus: 01 0A 00 04 00 13 04 30 03 FF 0A 20
   Z-Wave Debug                    . .  requestBinarySensorStatus: node 019, endpoint None, type 10, value 255


How can I arrange to get this properly supported in Indigo?

Re: Neo CoolCam Door/Window Sensor

PostPosted: Tue Jun 20, 2017 10:09 am
by jay (support)
Click the Submit Device Information in the device config dialog.

Re: Neo CoolCam Door/Window Sensor

PostPosted: Tue Jun 20, 2017 12:33 pm
by bluefightingcat
jay (support) wrote:
Click the Submit Device Information in the device config dialog.


Done!

Re: Neo CoolCam Door/Window Sensor

PostPosted: Thu Jun 22, 2017 4:04 am
by bluefightingcat
Now that I've submitted the data about the device, I am curious to know what are the chances of getting this supported and how long will it take to get support for this.

Re: Neo CoolCam Door/Window Sensor

PostPosted: Thu Jun 22, 2017 9:05 am
by jay (support)
We don't pre-announce release dates for specific devices/features/releases. At this point, it's fairly unlikely to make it into 7.1 (the next release) so it would most likely be the feature release after that (7.2) depending on the complexity.

In the meantime, you might be able to catch specific incoming messages from it using the Match Raw Packet message in the Incoming Command Received from Device Z-Wave trigger event.

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 12:18 am
by howartp
Just glancing at that log, you should be able to use my Zwave Lock Manager plugin to monitor that device.

71 05 alarm status commands are implemented so off top of my head it should work.


Sent from my iPhone using Tapatalk Pro

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 2:07 am
by howartp
Yup, 71 05 ... 06 16/17 commands for Door is Open/Closed are handled and logged in my plugin.

I've just noticed there's no trigger on them yet but I'll add that this afternoon.

Peter


Sent from my iPhone using Tapatalk Pro

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 12:09 pm
by bluefightingcat
howartp wrote:
Yup, 71 05 ... 06 16/17 commands for Door is Open/Closed are handled and logged in my plugin.

I've just noticed there's no trigger on them yet but I'll add that this afternoon.

Peter


Sent from my iPhone using Tapatalk Pro


Thanks. This would be great while waiting for the device to be officially supported.

How do I go about implementing this?

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 12:38 pm
by howartp
viewtopic.php?f=210&t=17185&p=140487

Create a dummy door lock device (everything in this plugin is currently called a Lock even if it isn't!) and point it at your door/window sensor.

Create a trigger for your dummy lock with trigger event of ZWave Lock Manager Plugin > Door Opened.

Peter

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 12:48 pm
by bluefightingcat
The Trigger Event option "door opened" is not available in the drop down list. Am I missing something?

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 1:29 pm
by bluefightingcat
I upgraded to version .41
However there seems to be an issue:

25 Jun 2017 22:26:33
Stopping plugin Z-Wave Lock Manager (pid 47069)
Z-Wave Lock Manager Debug shutdown called
Stopped plugin Z-Wave Lock Manager
Upgrading plugin Z-Wave Lock Manager to newer version 1.0.41 (previous version moved to trash)
Loading plugin "Z-Wave Lock Manager 1.0.41"
Starting plugin "Z-Wave Lock Manager 1.0.41" (pid 47295)
Z-Wave Lock Manager Error Events.xml has an error: not well-formed (invalid token): line 653, column 23
Z-Wave Lock Manager Error Events.xml is malformed
Stopping plugin "Z-Wave Lock Manager 1.0.41" (pid 47295)
Stopped plugin "Z-Wave Lock Manager 1.0.41"

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 2:48 pm
by howartp
Sorry, a superfluous speech mark made it's presence felt!

Try again .42

Peter

Re: Neo CoolCam Door/Window Sensor

PostPosted: Sun Jun 25, 2017 11:59 pm
by bluefightingcat
Thanks. Now it works great.

Re: Neo CoolCam Door/Window Sensor

PostPosted: Wed Jul 05, 2017 7:51 pm
by matt (support)
We have a beta of Indigo's Z-Wave library that should support this module. You can download it here then double-click to install it (you might need to also double-click to uncompress it). After that, re-sync the device in Indigo and it should update its state correctly based on the sensor's messages. Let us know if it works for you.

Re: Neo CoolCam Door/Window Sensor

PostPosted: Thu Jul 06, 2017 5:50 am
by bluefightingcat
Just tested this out. Works great so far.

However the parameters can only be set from the z-wave menu as opposed to the sync window. I guess that will change later on.