SensorsIot / IOTstack

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

2023-05-16 Zigbee2MQTT adaptation to expected kernel change - old-menu branch - PR 2 of 2 #707

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.