Posts: 138
Threads: 16
Joined: Jan 2012
Reputation:
0
I am running an HA solution that uses an Aeon Labs ZWave stick to receive and transmit ZWave cmds.
I was wondering if the Comfort ZWave-2 UCM can act as a sensor relay, say for instance a PIR that is hardwired into Comfort is tripped - Can I, via the ZWave-2 UCM, send out a ZWave cmd that my HA solution receives, and can use as a Trigger for instance?
Vangelis
Posts: 6,025
Threads: 880
Joined: Apr 2006
Reputation:
3
Yes You can send zwave commands to any zwave module when a zone is activated
Use the Zone Response for the PIR zone to send your Zwave command or commands to the desired module, eg to turn on lights
Posts: 138
Threads: 16
Joined: Jan 2012
Reputation:
0
OK - So trying to set this up and this is what I have currently...
Comfort Ultra II ver 7.065
UCM 2 ZWave ver 7.061
I am trying to have Comfort send a ZWave signal to my HA (Indigo) when a hardwired sensor (PIR) is triggered.
ZWave Mapping is as follows ....
Device-ID Description
1 Static_Controller - PC_Controller (Light Grey)
2 Routing_Slave - Routing_Sensor_Binary (Black)
3 Routing_Slave - Routing_Sensor_Binary (Black)
6 Static_Controller - Static_Controller (Blue)
7 Slave - Switch_Multilevel (Green)
When I sync\'d my ZStick S2 with Comfort it picked up Devices 1,2 and 3. I then created a Virtual Node and I think it created Device 7?
With my ZStick S2 plugged into my HA (Indigo) I can see 006 - Static_Controller
All looks good so far, so I then try and setup a Response in Comfort as above in this post...
So under my Lounge PIR I create an On Response of
Zwave BasicSetCommand UCM02 1 0 255 (where on is level 255). I then do the same for an Off Response and set off level 0
I then have a look at the ZWave Mapping Properties for Device-ID 6....
Description : Static_Controller - Static_Controller
Node Type - Basic
Listening - Yes
Now I was under the impression that if Device-ID was going to send a Zwave signal when Lounge PIR tripped and generated On Response, it would not be set to Listen???
I confirmed this with the other Binary Sensors and they are set Listen - No
So I guess my question is, what am I doing wrong here?? (btw i am writing to EEPROM as I go)
Vangelis
Posts: 138
Threads: 16
Joined: Jan 2012
Reputation:
0
My question is more if \'6 Static_Controller - Static_Controller (Blue)\' is the correct ZWave device to be seen in my HA?
In that it see\'s Comfort as \'6 Static_Controller - Static_Controller (Blue)\' and will \'Listen\' for cmds from it?
Also is the \'Zwave BasicSetCommand\' the correct way, in Comfort OnResponse, to send a ZWave cmd?
Vangelis
Posts: 6,025
Threads: 880
Joined: Apr 2006
Reputation:
3
01-27-2015, 07:39 AM
(This post was last modified: 01-27-2015, 07:53 AM by slychiu.)
Can I summarise these 2 threads for everybodys benefit
What you are trying to do is the have a comfort zone (eg PIR) to act as a Zwave node so that when the zone goes on and off, the corresponding zwave node turns on and off.
You have created a virtual node 7 - Switch Multilevel (green) in Comfort
A virtual node is a zwave node that is in Comfort instead of a real zwave device. A Virtual Node can be mapped to counter, sensor, flag, output etc in Comfort
The easiest way to achieve what you want is to map the virtual node to a Flag eg Flag 1
In Zone Response, set the Flag 1. In Zone Response Off, clear the flag 1
Hence zone turning on will set the Zwave Node 7 ON and the zone off will switch off the Zwave Node 7. This means that the Zwave Node 7 follows the state of the comfort zone.
The controller or other zwave device needs to poll the zwave node in order to know the state of the Comfort zone
[line]
Posts: 5
Threads: 0
Joined: Jan 2015
Reputation:
0
I\'ve been trying to set this up but I\'m stuck.
I have a flag on a virtual node that is getting set when a sensor triggers but I can\'t get my primary controller to poll the virtual node. I have a Fibaro HC2. It shows the poll time as 0 but won\'t let me set a different value. Could this be because it doesn\'t \'own\' the parameters of this node - it is owned by comfort. Has anyone with Fibaro HC2 got this bit working?
It puzzles me that there is not some way for comfort to send a zwave message in the same way that actual zwave sensor devices send a message. I have a Fibaro door sensor that can send a message to the zwave network (and primary controller) to say it has changed state. It doesn\'t have to be associated with another device or be polled. Why can\'t comfort send a \'changed state\' zwave message?
Ewen
Posts: 71
Threads: 0
Joined: Aug 2006
Reputation:
0
\"I have a flag on a virtual node that is getting set when a sensor triggers but I can\'t get my primary controller to poll the virtual node. I have a Fibaro HC2. It shows the poll time as 0 but won\'t let me set a different value. Could this be because it doesn\'t \'own\' the parameters of this node - it is owned by comfort. Has anyone with Fibaro HC2 got this bit working?\"
HC2 polling parameter does not belong to Comfort. We cannot control how often they poll. Maybe you can check with HC2 why this is so.
\"It puzzles me that there is not some way for comfort to send a zwave message in the same way that actual zwave sensor devices send a message. I have a Fibaro door sensor that can send a message to the zwave network (and primary controller) to say it has changed state. It doesn\'t have to be associated with another device or be polled. Why can\'t comfort send a \'changed state\' zwave message?\"
This has to do with Z-Wave operations. Sensors can do that, but not all.
Comfort\'s virtual node is certified as multilevel switch. Like other devices, they cannot perform like the sensor way. It is not that we do not want that.
Posts: 138
Threads: 16
Joined: Jan 2012
Reputation:
0
I thought this mode of operation would have been supported also, but alas it seems not to be the case. (which renders my UCM/Zwave module obsolete for my purpose)
The alternative is to splice in a Fibaro Universal Sensor to the hardwired PIRs etc to create the ZWave cmd for my HA system to receive.
Vangelis