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-15 deCONZ adaptation to expected kernel change - old-menu branch - PR 2 of 2 #699

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 (DECONZ_DEVICE_PATH) and path (eg /dev/serial0) to .env. Example:

    $ echo DECONZ_DEVICE_PATH=/dev/serial0 >>~/IOTstack/.env
  2. Reduces documentation to a stub pointing to the deCONZ page of the IOTstack Wiki.