2024年11月21日星期四 下午11:46:30

Installing Home Assistant Core 2023.5.4 on Raspberry Pi 3B+ step by step

1 年 前
#20832 引用
Home Assistant Core upgrage

https://www.home-assistant.io/common-tasks/os


sudo -u homeassistant20230504 -H -s
cd /srv/homeassistant20230504
python3.11 -m venv .
source bin/activate

pip3 install --upgrade homeassistant


output


Installing collected packages: homeassistant
  Attempting uninstall: homeassistant
    Found existing installation: homeassistant 2023.6.2
    Uninstalling homeassistant-2023.6.2:
      Successfully uninstalled homeassistant-2023.6.2
Successfully installed homeassistant-2023.6.3


0
1 年 前
#20833 引用
1
0
1 年 前
#20834 引用
1
0
1 年 前
#20835 引用
System Information

http://192.168.2.50:58123/config/repairs



System information

Version  core-2023.6.3
Installation Type  Home Assistant Core
Development  false
Supervisor  false
Docker  false
User  homeassistant20230504
Virtual Environment  true
Python Version  3.11.3
Operating System Family  Linux
Operating System Version  4.19.66-v7+
CPU Architecture  armv7l
Timezone  Asia/Shanghai
Configuration Directory  /home/homeassistant20230504/.homeassistant






Recorder
Oldest Run Start Time  June 10, 2023 at 5:49 PM
Current Run Start Time  June 29, 2023 at 11:43 PM
Estimated Database Size (MiB)  0.68 MiB
Database Engine  sqlite
Database Version  3.34.1


0
1 年 前
#22151 引用


sudo systemctl enable [email protected]
sudo systemctl start [email protected]
sudo systemctl restart [email protected]
sudo systemctl stop [email protected]
sudo systemctl status [email protected]

sudo journalctl -fu [email protected]


sudo systemctl daemon-reload

sudo systemctl restart [email protected]
0
1 年 前
#22152 引用
20230731

homeassistant 2023.7.3



[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: pip install --upgrade pip
(homeassistant20230504) homeassistant20230504@raspberrypi:/srv/homeassistant20230504 $ pip install --upgrade pip
0
1 年 前
#22411 引用
20230912  updated to 2023.9.1

pip3 install --upgrade homeassistant  
0
1 年 前
#22517 引用
20231009

pip3 install --upgrade homeassistant==2023.10.1


0