Skip to content

Commit

Permalink
Remove zigbee_herdsman_debug option (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Apr 2, 2024
1 parent 0bc0a5f commit 95e0ff7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions common/rootfs/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ advanced:
EOF
fi

if bashio::config.true 'zigbee_herdsman_debug'; then
bashio::log.info "Zigbee Herdsman debug logging enabled"
export DEBUG="zigbee-herdsman:*"
export NODE_OPTIONS=--trace-warnings
fi
export NODE_PATH=/app/node_modules
export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'

Expand Down
1 change: 0 additions & 1 deletion zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"serial": {}
},
"schema": {
"zigbee_herdsman_debug": "bool?",
"disable_tuya_default_response": "bool?",
"data_path": "str",
"socat": {
Expand Down
7 changes: 0 additions & 7 deletions zigbee2mqtt/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ Configuration required to startup Zigbee2MQTT is available from the addon config
The add-on will create a backup of your configuration.yml within your data path: `$DATA_PATH/configuration.yaml.bk`. When upgrading, you should use this to fill in the relevant values into your new config, particularly the network key, to avoid breaking your network and having to repair all of your devices.
The backup of your configuration is created on add-on startup if no previous backup was found.

# Enabling zigbee-herdsman debug logging
If you want to troubleshoot in more depth problems with your zigbee devices, sometimes you must enable DEBUG option on Zigbee2MQTT startup. To do this you must set `zigbee_herdsman_debug` to `true`.

```yaml
zigbee_herdsman_debug: true
```
# Adding Support for New Devices
If you are interested in adding support for new devices to Zigbee2MQTT see [How to support new devices](https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html).

Expand Down
1 change: 0 additions & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"serial": {}
},
"schema": {
"zigbee_herdsman_debug": "bool?",
"data_path": "str",
"socat": {
"enabled": "bool?",
Expand Down

0 comments on commit 95e0ff7

Please sign in to comment.