Z-Wave info
- Information about the Z-Wave module.
{
module = "Z-Wave",
module_firmware_version = "6.04",
locale = "US",
home_id = "123",
node_id = 1,
port = "/dev/stick",
poll = {
powered = 10800,
battery = 5400
},
roles = {
sis = true,
primary = false,
secondary = false,
static = false,
inclusion = false
}
}
| field | type | required | description |
|---|---|---|---|
| module | string | + | Z-Wave chip name |
| module_firmware_version | string | + | Firmware version which deployed in Z-Wave chip |
| locale | string | + | Frequency locale |
| home_id | string | + | Z-Wave Network Home ID |
| node_id | int | + | Z-Wave Node ID of the controller. Max value: 232 |
| port | string | – | Path to stick on Linux firmware(/dev/zstick) |
| poll | table | + | Timeouts for checking nodes accessibility |
| poll.powered | int | + | Timeouts for checking powered devices accessibility |
| poll.battery | int | + | Timeouts for checking battery devices accessibility |
| roles | table | + | Z-Wave roles of the controller |
| roles.sis | bool | + | |
| roles.primary | bool | + | |
| roles.secondary | bool | + | |
| roles.static | bool | + | |
| roles.inclusion | bool | + |