Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

Paraphraser
Copy link

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.

…branch - PR 1 of 2

Background:

- SensorsIot#690 – Kernel update may remove /dev/ttyAMA0

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.

Signed-off-by: Phill Kelley <[email protected]>
Signed-off-by: Phill Kelley <[email protected]>
@Slyke Slyke merged commit 98162b2 into SensorsIot:master Jun 25, 2023
@Paraphraser Paraphraser deleted the 20230516-zigbee2mqtt-master branch June 25, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants