Skip to content

Commit

Permalink
fix(zigbee2mqtt): change panid to 6969
Browse files Browse the repository at this point in the history
  • Loading branch information
ChipWolf committed Apr 21, 2023
1 parent eb49c48 commit 75e6cba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/apps/default/zigbee2mqtt/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD: "false"
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL: info # debug
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT: '["console"]'
ZIGBEE2MQTT_CONFIG_ADVANCED_PAN_ID: 6754
ZIGBEE2MQTT_CONFIG_ADVANCED_PAN_ID: 6969
ZIGBEE2MQTT_CONFIG_ADVANCED_NETWORK_KEY: '[11, 8, 2, 4, 7, 4, 2, 0, 6, 9, 3, 14, 15, 9, 6, 6]'
ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT: 60
ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT: 2000
Expand All @@ -60,6 +60,8 @@ spec:
ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED: "true"
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: mqtt://emqx-headless.default.svc.cluster.local
ZIGBEE2MQTT_CONFIG_MQTT_USER: admin
ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: admin
ZIGBEE2MQTT_CONFIG_MQTT_VERSION: 5
ZIGBEE2MQTT_CONFIG_PERMIT_JOIN: "false"
ZIGBEE2MQTT_CONFIG_SERIAL_BAUDRATE: 115200
Expand Down

0 comments on commit 75e6cba

Please sign in to comment.