You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| statefulset.dnsPolicy | string |`"ClusterFirst"`| pod dns policy |
47
47
| statefulset.nodeSelector | object |`{}`| Select specific kube node, this will allow enforcing zigbee2mqtt running only on the node with the USB adapter connected |
48
48
| statefulset.resources | object |`{"limits":{"cpu":"200m","memory":"600Mi"},"requests":{"cpu":"200m","memory":"600Mi"}}`| CPU/Memory configuration for the pods |
49
-
| statefulset.storage.storageClassName | string |`"nfs-csi"`| the name for the storage class to be used in the persistent volume claim |
| statefulset.storage.storageClassName | string |`"freenas-nfs-csi"`| the name for the storage class to be used in the persistent volume claim |
50
55
| statefulset.tolerations | object |`{}`| Node taint tolerations for the pods |
51
56
| zigbee2mqtt.advanced.adapter_concurrent | string |`nil`| Optional: configure adapter concurrency (e.g. 2 for CC2531 or 16 for CC26X2R1) (default: null, uses recommended value) |
52
57
| zigbee2mqtt.advanced.adapter_delay | int |`0`| Optional: Set the adapter delay, only used for Conbee/Raspbee adapters (default 0). In case you are having issues try `200`. For more information see https://github.com/Koenkk/zigbee2mqtt/issues/4884|
@@ -55,13 +60,10 @@ Kubernetes: `>=1.26.0-0`
55
60
| zigbee2mqtt.advanced.cache_state_send_on_startup | bool |`true`| Optional: send cached state on startup, only used when cache_state_persistent: true (default: true) |
56
61
| zigbee2mqtt.advanced.channel | int |`11`| Optional: ZigBee channel, changing requires re-pairing of all devices. (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems) (default: 11) |
57
62
| zigbee2mqtt.advanced.elapsed | bool |`false`| Optional: Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg (default: false) |
| zigbee2mqtt.advanced.network_key | string |`nil`| Optional: network encryption key GENERATE will make Zigbee2MQTT generate a new network key on next startup Note: changing requires repairing of all devices (default: shown below) |
64
-
| zigbee2mqtt.advanced.pan_id | string |`nil`| Optional: ZigBee pan ID (default: shown below) Setting pan_id: GENERATE will make Zigbee2MQTT generate a new panID on next startup |
66
+
| zigbee2mqtt.advanced.log_output | list |`["console"]`| Optional: network encryption key GENERATE will make Zigbee2MQTT generate a new network key on next startup Note: changing requires repairing of all devices (default: shown below) network_key: null |
65
67
| zigbee2mqtt.advanced.report | bool |`true`| Optional: Enables report feature, this feature is DEPRECATED since reporting is now setup by default when binding devices. Docs can still be found here: https://github.com/Koenkk/zigbee2mqtt.io/blob/master/docs/information/report.md|
| zigbee2mqtt.advanced.transmit_power | int |`5`| Optional: Transmit power setting in dBm (default: 5). This will set the transmit power for devices that bring an inbuilt amplifier. It can't go over the maximum of the respective hardware and might be limited by firmware (for example to migrate heat, or by using an unsupported firmware). For the CC2652R(B) this is 5 dBm, CC2652P/CC1352P-2 20 dBm. |
@@ -83,7 +85,6 @@ Kubernetes: `>=1.26.0-0`
83
85
| zigbee2mqtt.ota.ikea_ota_use_test_url | bool |`false`| Optional: use IKEA TRADFRI OTA test server, see OTA updates documentation (default: false) |
84
86
| zigbee2mqtt.ota.update_check_interval | int |`1440`| Minimum time between OTA update checks |
85
87
| zigbee2mqtt.permit_join | bool |`false`| Optional: allow new devices to join. |
86
-
| zigbee2mqtt.serial.adapter | string |`nil`| Optional: adapter type, not needed unless you are experiencing problems (default: shown below, options: zstack, deconz, ezsp) |
87
88
| zigbee2mqtt.serial.baudrate | int |`115200`| Optional: Baud rate speed for serial port, this can be anything firmware support but default is 115200 for Z-Stack and EZSP, 38400 for Deconz, however note that some EZSP firmware need 57600. |
88
89
| zigbee2mqtt.serial.disable_led | bool |`false`| Optional: disable LED of the adapter if supported (default: false) |
89
90
| zigbee2mqtt.serial.port | string |`"/dev/ttyACM0"`| Required: location of the adapter (e.g. CC2531). USB adapters - use format "port: /dev/ttyACM0" To autodetect the USB port, set 'port: null'. Ethernet adapters - use format "port: tcp://192.168.1.12:6638" |
0 commit comments