Violet
From Wildsong
Violet is a Raspberry Pi Model 3B+
- 32 GB micro sd
- Nortek USB Zigbee / ZWave adapter
History
- 2023-12-23 Install Debian Bookworm (12) and Docker and Home Assistant.
- 02/14/2022 Installed 64-bit Raspian.
I created a file in /etc/udev/rules.d to open up permissions on the serial ports, so that they work for Home Assistant in Docker.
cat /etc/udev/rules.d/60-serial-port-permissions.rules KERNEL=="ttyUSB[0-9]*", MODE="0666"