SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

2023-05-16 Zigbee2MQTT adaptation to expected kernel change - master branch - PR 1 of 2 #706

Closed Paraphraser closed 1 year ago

Paraphraser commented 1 year ago

Background:

Changes:

  1. Adopts generic syntax for device specification to prompt user to add the relevant key (ZIGBEE2MQTT_DEVICE_PATH) and path (eg /dev/ttyUSB0) to .env. Example:

    $ echo ZIGBEE2MQTT_DEVICE_PATH=/dev/ttyUSB0 >>~/IOTstack/.env
  2. Adopts TZ=${TZ:-Etc/UTC}

  3. Adds (disabled) environment variable to enable debugging.

  4. Rewrites documentation to explain the how-to of device-path setup.