Created
May 9, 2025 09:15
-
-
Save pulipulichen/c35a56db599e2ac7874340c4ccd04666 to your computer and use it in GitHub Desktop.
Home Assistant,Orange Pi,Proxmox VE,Talk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
看看網頁版全文 ⇨ 雜談:Home Assistant從開發板遷移到虛擬機器 : Talk: Migrating Home Assistant From a Development Board to a Virtual Machine | |
https://blog.pulipuli.info/2025/05/talk-migrating-home-assistant-from-a-development-board-to-a-virtual-machine.html | |
我原本拿來架設Home Assistant的OrangePie掛點了。 | |
藉這個機會,我將整個Home Assistant改在Proxmox VE架設。 | |
這裡記錄一下整個過程。 | |
---- | |
# Orange Pi 3 LTS 開發板 / Orange Pi 3 LTS Development Board。 | |
一開始我是在Orange Pi 3 LTS上,用Docker架設Home Assistant。 | |
Orange Pi 3 LTS是走ARM架構的全志1.8Hz A53 CPU ,記憶體2GB。 | |
IO接口非常豐富,具備標準的HDMI、網路孔、藍芽、三個USB Type A接孔。 | |
還可以用USB Type C供電,不過需要15W才能推得動。 | |
作業系統則是要自行下載映像檔並燒錄到記憶卡中。 | |
我用的作業系統是Ubuntu鏡像,記憶卡是十銓的128GB。 | |
http://www.orangepi.cn/orangepiwiki/index.php/Orange_Pi_3_LTS。 | |
詳細規格可以參考Wiki-Orange Pi的記錄。 | |
當初選擇Orange Pi 3 LTS的原因有很多。 | |
一般人說到開發板,大多會傾向使用樹莓派Raspberry Pi。 | |
但當時晶片大缺貨,Raspberry Pi的價格居高不下,而且IO接口跟性能也跟我預期的有點落差。 | |
相較之下,Orange Pi 3 LTS在1.8Ghz CPU跟2GB RAM的配置上,就有不少優勢。 | |
而且它的HDMI也是標準尺寸,充電孔也是使用Type C,這些都是我偏好選擇Orange Pi 3 LTS的理由。 | |
# Home Assistant的方案選擇。 | |
https://www.home-assistant.io/installation/#advanced-installation-methods。 | |
在Home Assistant的部署方式上,跟很多人選擇使用HA OS不同,我使用Docker來架設Home Assistant。 | |
Docker版本的Home Assistant跟HA OS相比,缺少方便的Add-ons整合。 | |
現在大部分Home Assistant的教學都會用到HA OS的Add-ons,但在Docker版本裡面就不適用。 | |
相較之下,Docker版本的Home Assistant能給我更高的掌握程度。 | |
---- | |
繼續閱讀 ⇨ 雜談:Home Assistant從開發板遷移到虛擬機器 : Talk: Migrating Home Assistant From a Development Board to a Virtual Machine | |
https://blog.pulipuli.info/2025/05/talk-migrating-home-assistant-from-a-development-board-to-a-virtual-machine.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment