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+


Probably has a 32 GB micro sd
* 32 GB micro sd
 
* Nortek USB Zigbee / ZWave adapter
Was a dev system for a little while then I got [[Tenrec]]. I used to have an SSD hooked up to a USB adapter but moved that to Tenrec.


== History ==
== History ==


* Installed ASL (All Star Linux) and echolink
* 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.
* 08/08/2021 Attached the EP-0118 today. Returned it, sheesh.


Go look in Psono for credentials for the ASL page which is at http://violet/
 
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"