2024年11月23日星期六 下午4:07:49

4.init first

9 个月 前
#28544 引用
Add bluetooth integration

output

No unconfigured Bluetooth adapters found. There are 0 ignored adapters.



s

follow as:
http://localhost:4999/boards/topic/14407/home-assistant-bluetooth-integration-on-rpi-3b#28543
0
8 个月 前
#29659 引用
docker共享宿主机DBUS

蓝牙适配器

docker run -d \
  --name homeassistant \
  --privileged \
  --restart=unless-stopped \
  -e TZ=MY_TIME_ZONE \
  -v /PATH_TO_YOUR_CONFIG:/config \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  ghcr.io/home-assistant/home-assistant:stable


http://localhost:4999/boards/topic/21907/enable-bluetooth-on-docker-for-bluetooth-and-ble-device-tracking


0
8 个月 前
#29664 引用
http://localhost:4999/boards/topic/20894/home-assistant-docker-upgrade-backup-old-home-assistant-docker-and-install-new-home-assistant-docker#28520


0
8 个月 前
#29665 引用
add  Binds /run/dbus:/run/dbus:ro

"Binds": [
                "/home/homeassistant20221103:/config",
                "/run/dbus:/run/dbus:ro"


old

docker run -d --name ha \
-v /home/homeassistant20221103:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable


new

docker run -d --name ha \
-v /home/homeassistant20221103:/config \
-v /run/dbus:/run/dbus:ro \
--network=host \
ghcr.io/home-assistant/home-assistant:stable



see:
docker run -d \
  --name homeassistant \
  --privileged \
  --restart=unless-stopped \
  -e TZ=MY_TIME_ZONE \
  -v /PATH_TO_YOUR_CONFIG:/config \
  -v /run/dbus:/run/dbus:ro \
  --network=host \
  ghcr.io/home-assistant/home-assistant:stable
0
8 个月 前
#29667 引用
git commit -m "docker reatart ha after add dbus first core 2024.1.5
"


[code]
  modified:   .storage/auth
  modified:   .storage/auth_provider.homeassistant
  modified:   .storage/core.config_entries
  modified:   .storage/core.device_registry
  modified:   .storage/core.entity_registry
  modified:   .storage/core.restore_state
  modified:   .storage/hacs.repositories
  modified:   .storage/homekit_controller-entity-map
  modified:   .storage/http
  modified:   .storage/lovelace.dashboard_new
  modified:   .storage/mobile_app
  modified:   .storage/person
  modified:   .storage/trace.saved_traces
  modified:   .storage/xiaomi_gateway3/18973616698.json
  modified:   .storage/xiaomi_miot/auth-2652774286-cn-micoapi.json
  deleted:    .storage/xiaomi_miot/auth-2652774286-cn.json
  modified:   .storage/xiaomi_miot/devices-2652774286-cn.json
  modified:   .storage/xiaomi_miot/instances.json
  modified:   .storage/xiaomi_miot/urn:miot-spec-v2:device:air-


https://github.com/mslycn/Home-AssistantConfig20221103/commit/8854a019073a11becb71aabebd4e49efd01848fd
0
7 个月 前
#31943 引用
add auto-entities by hacs

  
new file:   www/community/lovelace-auto-entities/auto-entities.js
  new file:   www/community/lovelace-auto-entities/auto-entities.js.gz
  new file:   www/community/lovelace-auto-entities/rollup.config.js
  new file:   www/community/lovelace-auto-entities/rollup.config.js.gz



https://github.com/mslycn/Home-AssistantConfig20221103/commit/7b28db0334e0f691be1749c277102264fb3be7c4


http://localhost:4999/boards/topic/24009/auto-entities-automatically-fill-cards-with-entities-home-assistant-docker-via-hacs

0
7 个月 前
#31948 引用
git commit -m "how to use auto-entities "

https://github.com/mslycn/Home-AssistantConfig20221103/commit/fe513064d6140c1d45477dad4c639c4ae853a6bc


0
7 个月 前
#32005 引用
wwan-hw missing

# nmcli general

STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
connected  full          enabled  enabled  missing  enabled


HW stands for Hardware

WWAN-HW = Wireless WAN Hardware (= cellular modem)

WWAN-HW is "Wireless WAN Hardware", and it refers to a physical cellular modem used to connect to cellular networks. missing indicates that such a piece of physical hardware is not connected to the computer at all, even though it is enabled in software (which only becomes relevant if you connect such a device later).

https://askubuntu.com/questions/1438946/what-does-wwan-hw-missing-mean
0
6 个月 前
#34144 引用
add homepod mini via ios iphone and add m1s matter first core 2024.1.5
git commit -m "add homepod mini via ios iphone and add m1s matter first core 2.25.1.5"

https://github.com/mslycn/Home-AssistantConfig20221103/commit/7ffc7415136c97771cddce1676341efdbd5ee854
0
5 个月 前
#37242 引用
202405  => docker run  ha 2024.5.5.

docker run -d --name ha \
-v /data/homeassistant202405:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable


http://localhost:4999/boards/topic/20878/install-home-assistant-with-docker-on-raspberry-pi-3b-raspberry-pi-os-lite-64-bit#28384

docker run first  core 2024.1.5



  new file:   homeassistant202405/.HA_VERSION
  new file:   homeassistant202405/.storage/assist_pipeline.pipelines
  new file:   homeassistant202405/.storage/auth
  new file:   homeassistant202405/.storage/auth.session
  new file:   homeassistant202405/.storage/core.config_entries
  new file:   homeassistant202405/.storage/core.device_registry
  new file:   homeassistant202405/.storage/core.entity_registry
  new file:   homeassistant202405/.storage/core.restore_state
  new file:   homeassistant202405/.storage/core.uuid
  new file:   homeassistant202405/.storage/homeassistant.exposed_entities
  new file:   homeassistant202405/.storage/http
  new file:   homeassistant202405/.storage/http.auth
  new file:   homeassistant202405/.storage/map
  new file:   homeassistant202405/.storage/repairs.issue_registry
  new file:   homeassistant202405/automations.yaml
  new file:   homeassistant202405/blueprints/automation/homeassistant/motion_light.yaml
  new file:   homeassistant202405/blueprints/automation/homeassistant/notify_leaving_zone.yaml
  new file:   homeassistant202405/blueprints/script/homeassistant/confirmable_notification.yaml
  new file:   homeassistant202405/configuration.yaml
  new file:   homeassistant202405/home-assistant.log
  new file:   homeassistant202405/home-assistant.log.1
  new file:   homeassistant202405/home-assistant.log.fault
  new file:   homeassistant202405/home-assistant_v2.db
  new file:   homeassistant202405/home-assistant_v2.db-shm
  new file:   homeassistant202405/home-assistant_v2.db-wal
  new file:   homeassistant202405/scenes.yaml
  new file:   homeassistant202405/scripts.yaml
  new file:   homeassistant202405/secrets.yaml






https://github.com/mslycn/homeassistant20221103/commit/427c9eca6ee41afd5b351a906e1de402882f01cf
0