This commit is contained in:
Correl Roush 2022-12-01 15:54:46 -05:00
parent 4155c823f4
commit e3d8af4370
4 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,93 @@
:PROPERTIES:
:ID: e83c1ece-35f6-414d-986f-59533fb3d6a9
:END:
#+title: Sailmaker Network
#+begin_src plantuml :file sailmaker-network.svg
'skinparam linetype ortho
frame Outside {
component ONT
component "Outside 4-Way Splitter\n(5-1000Mhz)" {
port os4_in
port os4_1
port os4_2
port os4_3
port os4_4
}
component "Outside 3-Way Splitter\n(5-1670Mhz)" {
port os3_in
port os3_1
port os3_2
}
}
frame Basement {
component BasementSplitter {
port bs_in
port bs_1
port bs_2
}
}
frame FirstFloor {
frame MediaRoom {
component Router
component Reason
component MoCA1
}
frame LivingRoom {
component MoCA2
component SwitchTV {
port tvs1
port tvs2
port tvs3
}
component SonyBravia4K
component PS4W
component PS4R
component SwitchW1
}
}
frame SecondFloor {
frame Office {
component Zephyrus
component MoCA3
component SwitchOffice {
port ofs1
port ofs2
port ofs3
}
component RokuTV
component SwitchR
}
}
SecondFloor -[hidden]down- FirstFloor
FirstFloor -[hidden]down- Basement
FirstFloor -[hidden]right- Outside
LivingRoom -[hidden]left- MediaRoom
ONT -[#blue,thickness=5]up- Router : Ethernet (1000)
Router -[#blue,thickness=5] Reason : Ethernet (1000)
Router -[#blue,thickness=5] MoCA1 : Ethernet (1000)
os3_in -[#black,thickness=6]up- MoCA1 : Coax
os3_2 -[#black,thickness=6]up- MoCA3 : Coax
os3_1 -[#black,thickness=6] os4_in : Coax
bs_in -[#black,thickness=6]up- os4_1 : Coax
bs_1 -[#black,thickness=6]up- MoCA2 : Coax
tvs1 -[#gold,thickness=5] MoCA2
tvs2 -[#gold,thickness=5] SonyBravia4K
tvs3 -[#gold,thickness=5] PS4R
ofs1 -[#gold,thickness=5] MoCA3 : Ethernet(100)
ofs2 -[#gold,thickness=5] Zephyrus : Ethernet (100)
ofs3 -[#gold,thickness=5] RokuTV : Ethernet (100)
#+end_src
#+attr_org: :width 1500
#+RESULTS:
[[file:sailmaker-network.svg]]

View file

@ -0,0 +1,8 @@
:PROPERTIES:
:ID: 5193fd0b-32fb-450e-b2ea-59363d36baf1
:END:
#+title: Using Rhasspy as a secure local voice assistant
[[https://rhasspy.readthedocs.io/en/latest/][Rhasspy]] is an open-source voice assistant platform that can run via Docker or on
a Raspberry Pi that, with a microphone and speaker combo, can be used to trigger
[[id:795a10b0-d5d2-4193-93ad-516c3d78d563][Home Automation]] actions.

View file

@ -0,0 +1,5 @@
:PROPERTIES:
:ID: 5aeea464-e1ed-46e4-9293-87edaf385051
:END:
#+title: Home Assistant
An open-source [[id:795a10b0-d5d2-4193-93ad-516c3d78d563][Home Automation]] platform.

View file

@ -0,0 +1,4 @@
:PROPERTIES:
:ID: 795a10b0-d5d2-4193-93ad-516c3d78d563
:END:
#+title: Home Automation