Violet: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
* 2023-12-23 Install Debian Bookworm (12) and Docker and Home Assistant. | * 2023-12-23 Install Debian Bookworm (12) and Docker and Home Assistant. | ||
* 02/14/2022 Installed 64-bit Raspian. | * 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. | 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 60-serial-port-permissions.rules | cat /etc/udev/rules.d/60-serial-port-permissions.rules | ||
KERNEL=="ttyUSB[0-9]*", MODE="0666" | |||
KERNEL=="ttyUSB[0-9]*", MODE="0666" | |||
[[Category: Computers]] | |||
[[Category: Raspberry Pi]] | [[Category: Raspberry Pi]] | ||
Revision as of 16:07, 30 December 2023
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"