OH2 Z-Wave refactoring and testing... and SECURITY

Z-Wave binding version info (just fyi, and data based on the date of this post):

a) “Mainstream” stable: 2.1.0 (without date/time info) (included in openHAB 2.1.0 Stable Release)
b) “Mainstream” Snapshot: 2.2.0.201707122217 (included in openHAB 2.2.0 Snapshot Build #986)
c) Refactored/Development/Security Snapshot: 2.1.0.201707062012 (the one under discussion in this thread)

To find out which version you are currently running

  1. Enter in the openHAB console using ssh openhab@localhost -p 8101 with password: habopen
  2. Issue the following console command: bundle:list -s |grep -i zwave
    It should display something like (note: the result below is for the “Mainstream” Snapshot, not the development)
openhab> bundle:list -s |grep -i zwave
206	|	Active	|	80	|	2.2.0.201707122217	|	ZWave Binding	| org.openhab.binding.zwave

(watch out not to have 2 bundles installed for the Z-Wave :slight_smile:)

1 Like