smart home
-
Proxmox - haos Zigbee USB 설정smart home 2025. 4. 13. 20:56
HO OS (재)설치 후 USB 장치를 추가해서 Zigbee USB 동글을 인식하도록 해야 함 정상 동작여부는 HA > 설정 > 애드온 > 애드온 스토어 > Zigbee2MQTT > 로그 탭에서 아래와 같이 확인 가능 함[2025-04-13 20:50:46] info: z2m: Currently 23 devices are joined.[2025-04-13 20:50:46] info: z2m: Connecting to MQTT server at mqtt://core-mosquitto:1883[2025-04-13 20:50:47] info: z2m: Connected to MQTT server
-
Proxmox 8.4.1 에서 HA OS script 설치smart home 2025. 4. 13. 17:05
Proxmox VE Helper-ScriptsHome Assistant OS VM 스크립트bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"수행 시 아래와 같은 error 가 발생하는 경우위와 같은 문제가 발생 하면haos-vm.sh를 다운받아 수정 해서 강제 설치 방법 1. haos-vm.sh 다운로드wget https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh 2. 파일 수정 권한 변경chmod 777 haos-vm.sh 3. vi or pico 로 파일 openvi haos-vm.sh 4. pve-manager/8.[0-3] 를 찯아 pve-manager/8.[..
-
Trailscale - exit node 설정 with linux portainer(docker)smart home 2025. 4. 13. 15:59
Exit nodes (route all traffic) · Tailscale Docs Exit nodes (route all traffic) · Tailscale DocsLearn how to route all internet traffic through a specific device on your network.tailscale.com 1. Linux 장치를 exit note 로 advertise하려면 IP forwarding을 활성화 IP forwarding을 활성화 방법 ▼더보기Linux 시스템에 '/etc/sysctl.d' 디렉토리가 있는 경우 다음을 사용하세요.echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale..
-
Airconnect 설치 (with docker)smart home 2024. 1. 27. 13:44
"AirConnect container for turning Chromecast into Airplay targets" iPhone에서 chromecast 기기로 Airplay를 사용해서 음악을 출력할 수 있도록 해줌 설치 0. docker는 설치 된 상태여야 함 1. ssh 를 통해 linx 접속 후 2. image downloaddocker pull 1activegeek/airconnect 3. 실행docker run -d --net=host 1activegeek/airconnect ※ 1activegeek/airconnect - Docker Image | Docker HubDockerhub.docker.com iPhone에서 확인 chromeast 기기들은 아래와 같이 맨 뒤에 +로 표시됨
-
Proxmox script를 이용한 HA 설치smart home 2024. 1. 20. 14:23
Proxmox-scripts https://tteck.github.io/Proxmox/Proxmox VE Helper-Scripts | Scripts for Streamlining Your Homelab with Proxmox VEtteck.github.io Home Assistant OS VM 설치bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"⚡ Default Settings: 4GB RAM - 32GB Storage - 2vCPU - Stable Image ⚡ 위 스크립트를 proxmox 쉘 에서 입력
-
일정에 맞춰 Proxmox VM 시작/종료smart home 2024. 1. 10. 16:10
아래 명령어로 편집crontab -e 1) 예제55 6 * * * /usr/sbin/qm start 100 5 23 * * * /usr/sbin/qm shutdown 100매일 오전 6시 55분 VM 100번 시작 매일 오후 11시 05분 VM 100번 종료 https://i12bretro.github.io/tutorials/0849.htmlSchedule Proxmox VM Startup and Shutdown with CronSchedule Proxmox VM Startup and Shutdown with Cron What is Cron? The cron daemon is a background process that runs particular programs at particular times (..
-
Intel graphic chipset passthrough 설정 & VM Windows 설치smart home 2024. 1. 1. 13:49
참고 링크 https://www.derekseaman.com/2023/11/proxmox-ve-8-1-windows-11-vgpu-vt-d-passthrough-with-intel-alder-lake.html Proxmox VE 8.1: Windows 11 vGPU (VT-d) Passthrough with Intel Alder Lake - Derek Seaman's Tech BlogUsing Proxmox 8.x and want to share your Intel 12th Gen (Alder Lake) GPU with several VMs? Totally refreshed for Proxmox 8.1, check out my new guide for Windows 11 Pro VMs.www.dereks..
-
Proxmox 8.1 Repository 설정smart home 2023. 12. 29. 22:21
Proxmox VE Repository 설정 https://pve.proxmox.com/wiki/Package_RepositoriesPackage Repositories - Proxmox VERepositories are a collection of software packages, they can be used to install new software, but are also important to get new updates. You need valid Debian and Proxmox repositories to get the latest security updates, bug fixes and new features. APT Repopve.proxmox.com Proxmox VE No-Subsc..