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 1: | Line 1: | ||
Violet is a Raspberry Pi Model 3B+ | Violet is a Raspberry Pi Model 3B+ | ||
* 32 GB micro sd | |||
* Nortek USB Zigbee / ZWave adapter | |||
== History == | == History == | ||
* | * 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. | |||
cat 60-serial-port-permissions.rules | |||
KERNEL=="ttyUSB[0-9]*", MODE="0666" | |||
[[Category: Raspberry Pi]] | [[Category: Raspberry Pi]] | ||
[[Category: Computers]] | [[Category: Computers]] |
Revision as of 02:12, 24 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 60-serial-port-permissions.rules
KERNEL=="ttyUSB[0-9]*", MODE="0666"