Z-Uno configuration parameters
Z-Uno have many different parameters and options to give you full power of Z-Wave. Some configurations are defined via Arduino IDE menu (i.e. enabling security).
Z-Uno also allows some parameters to be configured via Z-Wave Configurations. Here is the descriptions of parameters and possible values:
# | Description | Size | Default value | Possible values |
---|---|---|---|---|
1 | Debug mode to apply channels, associations and power mode changes on the fly without exclusion-inclusion sequence. Use for debugging only! | 1 byte | 0 (No) |
|
2 | Blink with service LED during operation | 1 byte | 1 (Yes) |
|
8 | Enable or disable logging via Z-Wave Same as changing Tools → Logging in the Arduino IDE |
1 byte | 1 (Enable) |
|
9 | Set Z-Wave frequency for the next device inclusion. You have to exclude device to apply this parameter. Same as changing Tools → Frequency in the Arduino IDE |
2 bytes | — |
|
11 | Minimal time (in seconds) between Sensor Multilevel reports. See zunoSendReport().
Values less than 30 should not be used to conform to Z-Wave Plus, use them for debug only! |
1 byte | 30 |
|
12 | Change channel type from Notification to legacy Sensor Binary to help Fibaro Home Center, Vera and some other controllers having problems with the latest Z-Wave Plus to understand the channel type | 1 byte | 0 |
|
20 | Confirmation of OTA operations (for bootloader and sketch upgrades) Do it right before or right after initiating the firmware upgrade process |
4 bytes | — |
|
User defined parameters (ZUNO_SETUP_CFGPARAMETER_HANDLER) | 2 bytes | — | User defined |