Skip to content

Deconz

services.deconz.allowRebootSystem

Whether to enable rebooting the system. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.allowRestartService

Whether to enable killing/restarting processes. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.allowSetSystemTime

Whether to enable setting the system time. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.device

Force deCONZ to use a specific USB device (e.g. /dev/ttyACM0). By default it does a search.

Type: null or string

Default

null

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.enable

Whether to enable deCONZ, a Zigbee gateway for use with ConBee hardware (https://phoscon.de/en/conbee2). Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.extraArgs

Extra command line arguments for deCONZ, see https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/deCONZ-command-line-parameters.

Type: list of string

Default

[ ]

Example

["--dbg-info=1""--dbg-err=2"]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.httpPort

TCP port for the web server. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

80

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.listenAddress

Pin deCONZ to the network interface specified through the provided IP address. This applies for the webserver as well as the websocket notifications.

Type: string

Default

"127.0.0.1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.openFirewall

Whether to enable opening up the service ports in the firewall. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.package

Which deCONZ package to use. Type: package

Default

pkgs.deconz

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix

services.deconz.wsPort

TCP port for the WebSocket. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

443

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/deconz.nix