Raspberry Pi 3, Aeotec Z-Stick Gen5, Z-Wave

Openremote does not find the z-Wave devices bound to the z-Stick (Raspberry Pi 3, Aeotec Z-Stick Gen5, Z-Wave ).
If I plug the stick into OpenHab on a different Raspberry PI it finds the devices.
The devices are only bound to the z-Wave stick.
In the Building Modeler -> Config for Controller -> z-wave I set the comport to /dev/ttyACM0

What am I missing?

Can you send the boot up log? Usually if there is communications between the controller and the z-stick you should see messages

Also look at the zwave.log file to see if it is recognizing node 1

Note that the Z-Wave interface is not initialized if there are no Z-Wave commands. It’s sufficient to define the Z-Wave command SECURE_INCLUSION_MODE_STATUS in the OpenRemote online Designer (see Z-Wave Device Inclusion & Exclusion).

After you’ve added one Z-Wave command (e.g SECURE_INCLUSION_MODE_STATUS) you should see something like the following in the Z-Wave log :

INFO 2017-07-13 13:24:49,967 (Z-Wave):

Thanks
I now see 4 out of the 5 devices
It is not seeing my thermostat

Also if I turn off a switch manualy it does not update the U.I.

I set up the on off and status commands

What model of thermostat at you using? I recently bought CT101 and not able to get it to connect.

With regards to wall switch, most of them don't send zwave status update when toggled manually. I have setup a polling rule to pole the status of the switch every 3 mins so it gets updated on the UI with a worst delay of 3 mins

I could imagine that the so called association from the switch to the controller is missing. In the nodeX.xml file of the switch you should see something like the following in the section :

... ... 1 ... ...

``

If the association is missing you have to add it manually (see Association Configuration).

Note that there are switches that do not support so called ‘Instant Update’ because of a Lutron patent. In this case you could poll the switch status that means you have to execute the ‘STATUS’ command periodically by means of a rule.

What type of thermostat do you have ?

ends up when I looked at each nodeX.xml I was missing a switch not my thermostat. I copied and renamed a NodeX.xml switch file, guessed at an id and set the has to “” until the light works.

so far so good.

I just need to set up the thermostat.

Thanks for the help

Which model of thermostat are you using? Would love to know how it works out for you. Keep us posted.

Here is the NodeX.xml

It is a 2GIG CT-30 Radio Thermostat Z-Wave

I set the ON, OFF, STATUS command and STATUS sensor to a switch

using the following commands

THERMOSTAT_MODE_OFF

THERMOSTAT_MODE_HEAT

STATUS_THERMOSTAT_FAN_MODE

it will turn on but not off and will not register the status.

Have not tried to set the temperature yet

John Adams

Node7.xml (2.6 KB)

1.) Create the following commands :

SET_THERMOSTAT_MODE_OFF

SET_THERMOSTAT_MODE_HEAT

SET_THERMOSTAT_MODE_COOL

STATUS_THERMOSTAT_MODE_OFF

STATUS_THERMOSTAT_MODE_HEAT

STATUS_THERMOSTAT_MODE_COOL

SET_SETPOINT_TYPE_HEATING_SCALE_CELSIUS

SET_SETPOINT_TYPE_HEATING_SCALE_FAHRENHEIT

STATUS_SETPOINT_TYPE_HEATING_SCALE_CELSIUS

STATUS_SETPOINT_TYPE_HEATING_SCALE_FAHRENHEIT

2.) Create the following ‘switch’ sensors :

STATUS_THERMOSTAT_MODE_OFF

STATUS_THERMOSTAT_MODE_HEAT

STATUS_THERMOSTAT_MODE_COOL

3.) Create the following ‘range’ sensors :

STATUS_SETPOINT_TYPE_HEATING_SCALE_CELSIUS

STATUS_SETPOINT_TYPE_HEATING_SCALE_FAHRENHEIT

4.) Create the following ‘sliders’ :

SET_SETPOINT_TYPE_HEATING_SCALE_CELSIUS

STATUS_SETPOINT_TYPE_HEATING_SCALE_CELSIUS (Range Sensor)

SET_SETPOINT_TYPE_HEATING_SCALE_FAHRENHEIT

STATUS_SETPOINT_TYPE_HEATING_SCALE_FAHRENHEIT (Range Sensor)

5.) Create the following switches :

STATUS_THERMOSTAT_MODE_OFF (Switch Sensor)

SET_THERMOSTAT_MODE_OFF (On Command)

SET_THERMOSTAT_MODE_OFF (Off Command)

STATUS_THERMOSTAT_MODE_HEAT (Switch Sensor)

SET_THERMOSTAT_MODE_HEAT (On Command)

SET_THERMOSTAT_MODE_HEAT (Off Command)

STATUS_THERMOSTAT_MODE_COOL (Switch Sensor)

SET_THERMOSTAT_MODE_COOL (On Command)

SET_THERMOSTAT_MODE_COOL (Off Command)

The on/off command configuration for the switches looks a bit weird because the on/off command is the same but the mode-switches work like radio buttons.

finally got around to trying it.
Works great.

I’m using BATTERY to get info on the battery.

Do you know the range?

Thanks

I usually useless it as a level sensor- reports back as a % from 0 to 100