Security

Z-Uno can use no security, classical Z-Wave Security (also know as S0) and the newest Z-Wave Security S2 (also referred as just S2). Security mode can be selectedright in the Arduino IDE menu. If S0 or S2 security mode is enabled Security or Security S2 Command Class will be added to your Z-Uno. This will force Z-Uno to use secure communications with the controller. Z-Uno will also try to establish secure communication with devices in Association groups and guess the security level accepted by the recepient. Security protects communications from reading, modification, replay, authentity substitution attacks. Please note that Security S0 also increases the communication time between nodes by 3 times and battery consumtions. In contrast Security S2 is will keep the battery performance providing even better security level. You must upload your sektch and then exclude or reset Z-Uno to apply security mode changes. Z-Uno currently can not do both S0 and S2 ath the same time. Only one of them is supported. You need to upload the bootloader again after changing from S0 to S2 and back. A Security enabled Z-Wave Controller must be used in order to use Z-Uno with Security mode on. More details on S2:
  • You need to change the bootloader from non-secure/S0 to S2 version. This is done by selecting S2 from the menu Tools→Security.
  • Then do Tools→Burn bootloader. If bootloader mismatch your menu settings, you will get a warning.
  • To locate the Z-Uno PIN (also known as DSK or ZWS2DSK) check the log of the Arduino IDE (see the screenshot).
  • Z-Uno supports all security classes: S2 Unauthenticated, S2 Authenticated and S2 Access.
  • S2 capable bootloader do not support S0 security.
  • Z-Uno can autodetect the security scheme used by the recepient, so it can control devices with any S2 security level provided the corresponding key is granted to Z-Uno.
  • Z-Uno with S2 support can not control/support S0 security scheme. If you need to control actuator with S0 security only, either downgrade to S0 your Z-Uno or use rules on the controller to receive S2 sensors notifications and send S0 commands to the S0 capable actuator.
  • In S2 variant of Z-Uno the user code is limited to 6 Kb only. This is enough for most of your sketches.