Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 15/07/2024, à 14:41

bg1000

Re : Ubuntu 24.04 plus de son [OK]

bernard@bernard-Latitude-D830:~$ sudo os-prober
/dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
/dev/sdb3:openSUSE Leap 15.5:openSUSE:linux
/dev/sdb4:Ubuntu 24.04 LTS (24.04):Ubuntu:linux
/dev/sdb5:Ubuntu 24.04 LTS (24.04):Ubuntu1:linux
/dev/sdb6:Debian GNU/Linux 12 (bookworm):Debian:linux
bernard@bernard-Latitude-D830:~$ 

Je dispose de sdb ssd externe qui me permet d'installer HAOS sans inquiétude de foirer mon linux quotidien.
Je dois dans ce cas rebooter pour passer sur le grub du ssd externe....
sdb que j'utilise pour essayer des distro et voir quelles y sont les différences....

Hors ligne

#27 Le 15/07/2024, à 14:46

krodelabestiole

Re : Ubuntu 24.04 plus de son [OK]

bg1000 a écrit :

cela doit être une erreur de lien.

il n'y a pas d'erreur.
"merci de faire ceci" est une injonction. je pense que c'est une formule à éviter sur un forum d'auto-support bénévole.

je ne vais pas expliquer en détail pourquoi l'audio ne fonctionne pas sur un système qui n'est de toute façon pas viable et n'a aucune raison de fonctionner correctement.
ça me prendrait beaucoup de temps, des allers-retours de commandes et de leurs retours pour finalement comprendre que tel ou tel module indispensable au fonctionnement de ton interface audio n'est évidemment pas disponible puisqu'il n'a aucune raison de l'être, vu que le système a été configuré pour un autre matériel - ce que j'ai déjà expliqué dans les liens que je t'ai soumis.

je te conseille de changer de méthode de travail, tu risques juste de perdre du temps en pensant en gagner, à ne pas réinstaller ton système proprement.

Hors ligne

#28 Le 15/07/2024, à 14:59

tycooon

Re : Ubuntu 24.04 plus de son [OK]

Et donc ton home assistant est installé sur ce disque externe. si c'est le cas on peut se lâcher et désinstaller homo assistant et le réinstaller proprement.
C'est  comme tu veux, tu me fais signes et je peux te donner un coup de main.
sinon tu fais la 1er solution :

sudo nano /etc/systemd/system/stop-hassio.service

tu colles dedans :

[Unit]
Description=Stop Hassio Audi

[Service]
Type=oneshot
ExecStart=/usr/bin/docker stop hassio_audi

[Install]
WantedBy=multi-user.target

sauvegardez le fichier en appuyant sur Ctrl+O, puis Entrée, et quittez nano avec Ctrl+X.
tu reboot et tu essayes
normalement le service est arréte et ton son doit fonctionner :
pour vérifier si le service est arrete :
donne :

sudo systemctl status stop-hassio.service

en espérant que le docker soit dans /usr/bin. Vérifie avant

ls /usr/bin/dock*

et au passage donne :

find / -type d \( -name "*homeassistant*" -o -name "*hassio*" -o -name "*docker*" -o -name "*containerd*" \) 2>/dev/null

cela sera utile si on fait la solution 2 pour désinstaller

Hors ligne

#29 Le 15/07/2024, à 15:51

bg1000

Re : Ubuntu 24.04 plus de son [OK]

tycooon a écrit :

Donc 2 solutions :
on fait en sorte de lancer "sudo docker stop hassio_audio" au démarrage du pc
ou on réinstalle home assitant autrement en désinstallant au préalable celui fait par docker.
Perso : j'opte pour la 2ième solution

Mon home assistant est installé dans mon ubuntu quotidien.
Je préfère enlever/désinstaller HA de ma machine quotidienne et l'installer, sur mon SSD externe soit sous sa forme OS ou bien dans une distro debian. Donc solution 2.

bernard@bernard-Latitude-D830:~$ ls /usr/bin/dock*
/usr/bin/docker  /usr/bin/dockerd  /usr/bin/dockerd-rootless-setuptool.sh  /usr/bin/dockerd-rootless.sh  /usr/bin/docker-proxy
bernard@bernard-Latitude-D830:
bernard@bernard-Latitude-D830:~$ find / -type d \( -name "*homeassistant*" -o -name "*hassio*" -o -name "*docker*" -o -name "*containerd*" \) 2>/dev/null
/opt/containerd
/var/lib/docker
/var/lib/containerd
/sys/devices/virtual/net/hassio
/sys/devices/virtual/net/docker0
/sys/fs/cgroup/unified/docker
/sys/fs/cgroup/unified/system.slice/containerd.service
/sys/fs/cgroup/unified/system.slice/docker.service
/sys/fs/cgroup/unified/system.slice/docker.socket
/sys/fs/cgroup/unified/system.slice/hassio-supervisor.service
/sys/fs/cgroup/systemd/docker
/sys/fs/cgroup/systemd/system.slice/containerd.service
/sys/fs/cgroup/systemd/system.slice/docker.service
/sys/fs/cgroup/systemd/system.slice/docker.socket
/sys/fs/cgroup/systemd/system.slice/hassio-supervisor.service
/sys/fs/cgroup/cpu,cpuacct/docker
/sys/fs/cgroup/cpu,cpuacct/system.slice/containerd.service
/sys/fs/cgroup/cpu,cpuacct/system.slice/docker.service
/sys/fs/cgroup/cpu,cpuacct/system.slice/docker.socket
/sys/fs/cgroup/cpu,cpuacct/system.slice/hassio-supervisor.service
/sys/fs/cgroup/memory/docker
/sys/fs/cgroup/memory/system.slice/containerd.service
/sys/fs/cgroup/memory/system.slice/docker.service
/sys/fs/cgroup/memory/system.slice/docker.socket
/sys/fs/cgroup/memory/system.slice/hassio-supervisor.service
/sys/fs/cgroup/cpuset/docker
/sys/fs/cgroup/pids/docker
/sys/fs/cgroup/pids/system.slice/containerd.service
/sys/fs/cgroup/pids/system.slice/docker.service
/sys/fs/cgroup/pids/system.slice/docker.socket
/sys/fs/cgroup/pids/system.slice/hassio-supervisor.service
/sys/fs/cgroup/hugetlb/docker
/sys/fs/cgroup/devices/docker
/sys/fs/cgroup/devices/system.slice/containerd.service
/sys/fs/cgroup/devices/system.slice/docker.service
/sys/fs/cgroup/devices/system.slice/docker.socket
/sys/fs/cgroup/devices/system.slice/hassio-supervisor.service
/sys/fs/cgroup/perf_event/docker
/sys/fs/cgroup/misc/docker
/sys/fs/cgroup/rdma/docker
/sys/fs/cgroup/net_cls,net_prio/docker
/sys/fs/cgroup/blkio/docker
/sys/fs/cgroup/freezer/docker
/usr/libexec/docker
/usr/share/doc/containerd.io
/usr/share/doc/docker-ce-rootless-extras
/usr/share/doc/docker-compose-plugin
/usr/share/doc/docker-ce-cli
/usr/share/doc/docker-ce
/usr/share/doc/docker-buildx-plugin
/usr/share/code/resources/app/extensions/docker
/usr/share/hassio
/usr/share/hassio/homeassistant
/usr/share/hassio/homeassistant/blueprints/automation/homeassistant
/usr/share/hassio/homeassistant/blueprints/script/homeassistant
/usr/lib/python3/dist-packages/types_dockerfile_parse-2.0.dist-info
/usr/lib/python3/dist-packages/dockerfile_parse-stubs
/run/containerd
/run/docker
/snap/pycharm-community/397/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse
/snap/pycharm-community/397/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse
/snap/pycharm-community/397/plugins/textmate/lib/bundles/docker
/media/bernard/fedora/root/usr/share/distribution-gpg-keys/docker
/home/bernard/.vscode/extensions/ms-python.vscode-pylance-2024.6.1/dist/typeshed-fallback/stubs/docker
/home/bernard/.vscode/extensions/ms-python.vscode-pylance-2024.6.1/dist/typeshed-fallback/stubs/docker/docker
/home/bernard/.vscode/extensions/ms-python.vscode-pylance-2024.6.1/dist/typeshed-fallback/stubs/dockerfile-parse
/home/bernard/.vscode/extensions/ms-python.vscode-pylance-2024.6.1/dist/typeshed-fallback/stubs/dockerfile-parse/dockerfile_parse
/etc/docker
/etc/containerd
/proc/sys/net/ipv4/conf/docker0
/proc/sys/net/ipv4/conf/hassio
/proc/sys/net/ipv4/neigh/docker0
/proc/sys/net/ipv4/neigh/hassio
/proc/sys/net/ipv6/conf/docker0
/proc/sys/net/ipv6/conf/hassio
/proc/sys/net/ipv6/neigh/docker0
/proc/sys/net/ipv6/neigh/hassio
bernard@bernard-Latitude-D830:

Merci

Dernière modification par bg1000 (Le 15/07/2024, à 15:53)

Hors ligne

#30 Le 15/07/2024, à 16:29

tycooon

Re : Ubuntu 24.04 plus de son [OK]

Ok avant de désinstaller home assistant sur ton ubuntu quotidien, on va d'abord l'installer sur ton disque externe pour être sûr qu'il fonctionne.
Et après on verra comment désinstaller ton usine à gaz !!
sur ubuntu 24.04 voilà comment j'ai installé le mien :

sudo apt update
sudo apt upgrade -y
sudo apt install -y pipx python3 python3-venv python3-pip
sudo apt install -y zlib1g-dev
mkdir ~/homeassistant
cd ~/homeassistant
python3 -m venv .
source bin/activate
pip install isal
pip install --upgrade pip
pip install homeassistant
hass

A ce moment et sans fermer ton terminal, tu peux aller dans ton navigateur et vérifier si ton home assitant fonctionne :
tu tapes dans l'url du navigateur : http://localhost:8123
si tout OK il faut que les services de home assitant se lance au démarrage du pc :

ATTENTION il faut remplacer le "your_username" dans le nano ouvert. c'est le nom ou le prénom que tu as donné à ton /home/your_name, tu as du mettre "bernard", a vérifier..

sudo nano /etc/systemd/system/home-assistant@homeassistant.service

et colle, prends le soin de changer le your_name dans le nano, il y ai 3xfois :

[Unit]
Description=Home Assistant
After=network-online.target

[Service]
Type=simple
User=your_username
ExecStart=/home/your_username/homeassistant/bin/hass -c "/home/your_username/.homeassistant"

[Install]
WantedBy=multi-user.target
sudo systemctl --system daemon-reload
sudo systemctl enable home-assistant@homeassistant
sudo systemctl start home-assistant@homeassistant

et tu vérifies :

sudo systemctl status home-assistant@homeassistant

si pas d'erreur :
tu reboot et dans le navigateur vérifies avec l'url : http://localhost:8123

Hors ligne

#31 Le 15/07/2024, à 16:37

tycooon

Re : Ubuntu 24.04 plus de son [OK]

j'ai oublié pour enregistrer les modif du nano CTRL + o, appuyer sur la touche entrée et CTRL + x pour sortir

Hors ligne

#32 Le 15/07/2024, à 19:22

bg1000

Re : Ubuntu 24.04 plus de son [OK]

bernard@bernard-Latitude-D830:~$ sudo apt update
[sudo] Mot de passe de bernard : 
Atteint :1 https://download.docker.com/linux/ubuntu noble InRelease
Atteint :2 https://files.eid.belgium.be/debian noble InRelease                 
Atteint :3 http://be.archive.ubuntu.com/ubuntu noble InRelease                 
Atteint :4 https://deb.opera.com/opera-stable stable InRelease                 
Atteint :5 https://linux.teamviewer.com/deb stable InRelease                   
Réception de :6 https://packages.microsoft.com/repos/code stable InRelease [3.590 B]
Réception de :7 http://be.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Réception de :8 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Atteint :9 https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu noble InRelease
Atteint :10 https://ppa.launchpadcontent.net/ng-hong-quan/ppa/ubuntu noble InRelease
Atteint :11 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Atteint :12 http://be.archive.ubuntu.com/ubuntu noble-backports InRelease
Réception de :13 https://packages.microsoft.com/repos/code stable/main arm64 Packages [18,3 kB]
Réception de :14 https://packages.microsoft.com/repos/code stable/main amd64 Packages [17,7 kB]
Réception de :15 https://packages.microsoft.com/repos/code stable/main armhf Packages [18,3 kB]
Réception de :16 http://security.ubuntu.com/ubuntu noble-security/main i386 Packages [111 kB]
Réception de :17 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [223 kB]
Réception de :18 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [200 kB]
Réception de :19 http://security.ubuntu.com/ubuntu noble-security/universe i386 Packages [72,0 kB]
Réception de :20 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [85,5 kB]
1.001 ko réceptionnés en 2s (519 ko/s)                             
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
27 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/dists/noble/InRelease: La signature par clé 59DAD276B942642B1BBD0EACA8AA1FAA3F055C03 utilise un algorithme faible (rsa1024)
W: https://ppa.launchpadcontent.net/ng-hong-quan/ppa/ubuntu/dists/noble/InRelease: La signature par clé A0D2164D384A59D6A969C7913F46E86D7A43D957 utilise un algorithme faible (rsa1024)
W: https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease: La signature par clé 3C48D16124B50277AF10D27F32B18A1260D8DA0B utilise un algorithme faible (rsa1024)
bernard@bernard-Latitude-D830:~$ sudo apt upgrade -y
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Calcul de la mise à jour... Fait
The following upgrades have been deferred due to phasing:
  file-roller gnome-calculator gnome-shell-extension-ubuntu-tiling-assistant
  libnautilus-extension4 libnss-myhostname libnss-systemd libpam-systemd
  libsystemd-shared libsystemd0 libsystemd0:i386 libudev1 libudev1:i386
  nautilus nautilus-data osinfo-db systemd systemd-dev systemd-journal-remote
  systemd-oomd systemd-resolved systemd-sysv systemd-timesyncd udev
Les paquets suivants seront mis à jour :
  ghostscript libgs-common libgs10 libgs10-common
4 mis à jour, 0 nouvellement installés, 0 à enlever et 23 non mis à jour.
4 standard LTS security updates
Il est nécessaire de prendre 4.603 ko dans les archives.
Après cette opération, 4.096 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://security.ubuntu.com/ubuntu noble-security/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.3 [43,4 kB]
Réception de :2 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.3 [3.896 kB]
Réception de :3 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.3 [488 kB]
Réception de :4 http://security.ubuntu.com/ubuntu noble-security/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.3 [175 kB]
4.603 ko réceptionnés en 1s (7.851 ko/s)
(Lecture de la base de données... 348481 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../ghostscript_10.02.1~dfsg1-0ubuntu7.3_amd64.deb
 ...
Dépaquetage de ghostscript (10.02.1~dfsg1-0ubuntu7.3) sur (10.02.1~dfsg1-0ubuntu
7.1) ...
Préparation du dépaquetage de .../libgs10_10.02.1~dfsg1-0ubuntu7.3_amd64.deb ...
Dépaquetage de libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.3) sur (10.02.1~dfsg1-0ubun
tu7.1) ...
Préparation du dépaquetage de .../libgs10-common_10.02.1~dfsg1-0ubuntu7.3_all.de
b ...
Dépaquetage de libgs10-common (10.02.1~dfsg1-0ubuntu7.3) sur (10.02.1~dfsg1-0ubu
ntu7.1) ...
Préparation du dépaquetage de .../libgs-common_10.02.1~dfsg1-0ubuntu7.3_all.deb 
...
Dépaquetage de libgs-common (10.02.1~dfsg1-0ubuntu7.3) sur (10.02.1~dfsg1-0ubunt
u7.1) ...
Paramétrage de libgs-common (10.02.1~dfsg1-0ubuntu7.3) ...
Paramétrage de libgs10-common (10.02.1~dfsg1-0ubuntu7.3) ...
Paramétrage de libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.3) ...
Paramétrage de ghostscript (10.02.1~dfsg1-0ubuntu7.3) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.39-0ubuntu8.2) 
...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
bernard@bernard-Latitude-D830:~$ sudo apt install -y pipx python3 python3-venv python3-pip
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
python3 est déjà la version la plus récente (3.12.3-0ubuntu1).
python3-pip est déjà la version la plus récente (24.0+dfsg-1ubuntu1).
Les paquets supplémentaires suivants seront installés : 
  python3-argcomplete python3-pip-whl python3-platformdirs python3-psutil
  python3-setuptools-whl python3-userpath python3.12-venv
Les NOUVEAUX paquets suivants seront installés :
  pipx python3-argcomplete python3-pip-whl python3-platformdirs python3-psutil
  python3-setuptools-whl python3-userpath python3-venv python3.12-venv
0 mis à jour, 9 nouvellement installés, 0 à enlever et 23 non mis à jour.
Il est nécessaire de prendre 3.465 ko dans les archives.
Après cette opération, 7.645 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3-pip-whl all 24.0+dfsg-1ubuntu1 [1.702 kB]
Réception de :2 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3-setuptools-whl all 68.1.2-2ubuntu1 [715 kB]
Réception de :3 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3.12-venv amd64 3.12.3-1 [5.676 B]
Réception de :4 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3-venv amd64 3.12.3-0ubuntu1 [1.032 B]
Réception de :5 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3-argcomplete all 3.1.4-1 [33,5 kB]
Réception de :6 http://be.archive.ubuntu.com/ubuntu noble/main amd64 python3-platformdirs all 4.2.0-1 [16,1 kB]
Réception de :7 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 python3-userpath all 1.9.1-1 [9.416 B]
Réception de :8 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 pipx all 1.4.3-1 [787 kB]
Réception de :9 http://be.archive.ubuntu.com/ubuntu noble/main amd64 python3-psutil amd64 5.9.8-2build2 [195 kB]
3.465 ko réceptionnés en 1s (6.615 ko/s) 
Sélection du paquet python3-pip-whl précédemment désélectionné.
(Lecture de la base de données... 348481 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../0-python3-pip-whl_24.0+dfsg-1ubuntu1_all.deb .
..
Dépaquetage de python3-pip-whl (24.0+dfsg-1ubuntu1) ...
Sélection du paquet python3-setuptools-whl précédemment désélectionné.
Préparation du dépaquetage de .../1-python3-setuptools-whl_68.1.2-2ubuntu1_all.d
eb ...
Dépaquetage de python3-setuptools-whl (68.1.2-2ubuntu1) ...
Sélection du paquet python3.12-venv précédemment désélectionné.
Préparation du dépaquetage de .../2-python3.12-venv_3.12.3-1_amd64.deb ...
Dépaquetage de python3.12-venv (3.12.3-1) ...
Sélection du paquet python3-venv précédemment désélectionné.
Préparation du dépaquetage de .../3-python3-venv_3.12.3-0ubuntu1_amd64.deb ...
Dépaquetage de python3-venv (3.12.3-0ubuntu1) ...
Sélection du paquet python3-argcomplete précédemment désélectionné.
Préparation du dépaquetage de .../4-python3-argcomplete_3.1.4-1_all.deb ...
Dépaquetage de python3-argcomplete (3.1.4-1) ...
Sélection du paquet python3-platformdirs précédemment désélectionné.
Préparation du dépaquetage de .../5-python3-platformdirs_4.2.0-1_all.deb ...
Dépaquetage de python3-platformdirs (4.2.0-1) ...
Sélection du paquet python3-userpath précédemment désélectionné.
Préparation du dépaquetage de .../6-python3-userpath_1.9.1-1_all.deb ...
Dépaquetage de python3-userpath (1.9.1-1) ...
Sélection du paquet pipx précédemment désélectionné.
Préparation du dépaquetage de .../7-pipx_1.4.3-1_all.deb ...
Dépaquetage de pipx (1.4.3-1) ...
Sélection du paquet python3-psutil précédemment désélectionné.
Préparation du dépaquetage de .../8-python3-psutil_5.9.8-2build2_amd64.deb ...
Dépaquetage de python3-psutil (5.9.8-2build2) ...
Paramétrage de python3-setuptools-whl (68.1.2-2ubuntu1) ...
Paramétrage de python3-pip-whl (24.0+dfsg-1ubuntu1) ...
Paramétrage de python3-platformdirs (4.2.0-1) ...
Paramétrage de python3-psutil (5.9.8-2build2) ...
Paramétrage de python3-argcomplete (3.1.4-1) ...
Paramétrage de python3-userpath (1.9.1-1) ...
Paramétrage de python3.12-venv (3.12.3-1) ...
Paramétrage de python3-venv (3.12.3-0ubuntu1) ...
Paramétrage de pipx (1.4.3-1) ...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
bernard@bernard-Latitude-D830:~$ sudo apt install -y zlib1g-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
zlib1g-dev est déjà la version la plus récente (1:1.3.dfsg-3.1ubuntu2).
zlib1g-dev passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 23 non mis à jour.
bernard@bernard-Latitude-D830:~$ mkdir ~/homeassistant
bernard@bernard-Latitude-D830:~$ cd ~/homeassistant
python3 -m venv .
bernard@bernard-Latitude-D830:~/homeassistant$ source bin/activate
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ pip install isal
Collecting isal
  Downloading isal-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.9 kB)
Downloading isal-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 258.6/258.6 kB 7.9 MB/s eta 0:00:00
Installing collected packages: isal
Successfully installed isal-1.6.1
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ pip install --upgrade pip
Requirement already satisfied: pip in ./lib/python3.12/site-packages (24.0)
Collecting pip
  Downloading pip-24.1.2-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-24.1.2-py3-none-any.whl (1.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 10.4 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.0
    Uninstalling pip-24.0:
      Successfully uninstalled pip-24.0
Successfully installed pip-24.1.2
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ pip install homeassistant
Collecting homeassistant
  Downloading homeassistant-2024.7.2-py3-none-any.whl.metadata (4.3 kB)
Collecting aiodns==3.2.0 (from homeassistant)
  Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
Collecting aiohttp==3.9.5 (from homeassistant)
  Downloading aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB)
Collecting aiohttp-cors==0.7.0 (from homeassistant)
  Downloading aiohttp_cors-0.7.0-py3-none-any.whl.metadata (20 kB)
Collecting aiohttp-fast-url-dispatcher==0.3.0 (from homeassistant)
  Downloading aiohttp_fast_url_dispatcher-0.3.0-py3-none-any.whl.metadata (6.4 kB)
Collecting aiohttp-fast-zlib==0.1.1 (from homeassistant)
  Downloading aiohttp_fast_zlib-0.1.1-py3-none-any.whl.metadata (5.6 kB)
Collecting aiozoneinfo==0.2.1 (from homeassistant)
  Downloading aiozoneinfo-0.2.1-py3-none-any.whl.metadata (5.5 kB)
Collecting astral==2.2 (from homeassistant)
  Downloading astral-2.2-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting async-interrupt==1.1.2 (from homeassistant)
  Downloading async_interrupt-1.1.2-py3-none-any.whl.metadata (4.8 kB)
Collecting attrs==23.2.0 (from homeassistant)
  Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting atomicwrites-homeassistant==1.4.1 (from homeassistant)
  Downloading atomicwrites_homeassistant-1.4.1-py2.py3-none-any.whl.metadata (6.0 kB)
Collecting awesomeversion==24.2.0 (from homeassistant)
  Downloading awesomeversion-24.2.0-py3-none-any.whl.metadata (9.0 kB)
Collecting bcrypt==4.1.2 (from homeassistant)
  Downloading bcrypt-4.1.2-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.5 kB)
Collecting certifi>=2021.5.30 (from homeassistant)
  Using cached certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Collecting ciso8601==2.3.1 (from homeassistant)
  Downloading ciso8601-2.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (25 kB)
Collecting fnv-hash-fast==0.5.0 (from homeassistant)
  Downloading fnv_hash_fast-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl.metadata (4.7 kB)
Collecting hass-nabucasa==0.81.1 (from homeassistant)
  Downloading hass_nabucasa-0.81.1-py3-none-any.whl.metadata (1.9 kB)
Collecting httpx==0.27.0 (from homeassistant)
  Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting home-assistant-bluetooth==1.12.2 (from homeassistant)
  Downloading home_assistant_bluetooth-1.12.2-py3-none-any.whl.metadata (5.4 kB)
Collecting ifaddr==0.2.0 (from homeassistant)
  Downloading ifaddr-0.2.0-py3-none-any.whl.metadata (4.9 kB)
Collecting Jinja2==3.1.4 (from homeassistant)
  Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
Collecting lru-dict==1.3.0 (from homeassistant)
  Downloading lru_dict-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.5 kB)
Collecting PyJWT==2.8.0 (from homeassistant)
  Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting cryptography==42.0.8 (from homeassistant)
  Downloading cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.3 kB)
Collecting Pillow==10.3.0 (from homeassistant)
  Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
Collecting pyOpenSSL==24.1.0 (from homeassistant)
  Downloading pyOpenSSL-24.1.0-py3-none-any.whl.metadata (12 kB)
Collecting orjson==3.9.15 (from homeassistant)
  Downloading orjson-3.9.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (49 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.5/49.5 kB 2.4 MB/s eta 0:00:00
Collecting packaging>=23.1 (from homeassistant)
  Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Requirement already satisfied: pip>=21.3.1 in ./lib/python3.12/site-packages (from homeassistant) (24.1.2)
Collecting psutil-home-assistant==0.0.1 (from homeassistant)
  Downloading psutil_home_assistant-0.0.1-py3-none-any.whl.metadata (882 bytes)
Collecting python-slugify==8.0.4 (from homeassistant)
  Downloading python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting PyYAML==6.0.1 (from homeassistant)
  Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting requests==2.32.3 (from homeassistant)
  Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting SQLAlchemy==2.0.31 (from homeassistant)
  Downloading SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
Collecting typing-extensions<5.0,>=4.12.2 (from homeassistant)
  Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Collecting ulid-transform==0.9.0 (from homeassistant)
  Downloading ulid_transform-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
Collecting urllib3<2,>=1.26.5 (from homeassistant)
  Downloading urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/49.3 kB 2.6 MB/s eta 0:00:00
Collecting voluptuous==0.13.1 (from homeassistant)
  Downloading voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB)
Collecting voluptuous-serialize==2.6.0 (from homeassistant)
  Downloading voluptuous_serialize-2.6.0-py3-none-any.whl.metadata (316 bytes)
Collecting voluptuous-openapi==0.0.4 (from homeassistant)
  Downloading voluptuous_openapi-0.0.4-py3-none-any.whl.metadata (313 bytes)
Collecting yarl==1.9.4 (from homeassistant)
  Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
Collecting pycares>=4.0.0 (from aiodns==3.2.0->homeassistant)
  Downloading pycares-4.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Collecting aiosignal>=1.1.2 (from aiohttp==3.9.5->homeassistant)
  Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting frozenlist>=1.1.1 (from aiohttp==3.9.5->homeassistant)
  Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp==3.9.5->homeassistant)
  Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting tzdata>=2024.1 (from aiozoneinfo==0.2.1->homeassistant)
  Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting pytz (from astral==2.2->homeassistant)
  Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting cffi>=1.12 (from cryptography==42.0.8->homeassistant)
  Downloading cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting fnvhash<0.2.0,>=0.1.0 (from fnv-hash-fast==0.5.0->homeassistant)
  Downloading fnvhash-0.1.0.tar.gz (1.9 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting acme==2.10.0 (from hass-nabucasa==0.81.1->homeassistant)
  Downloading acme-2.10.0-py3-none-any.whl.metadata (1.4 kB)
Collecting pycognito==2024.5.1 (from hass-nabucasa==0.81.1->homeassistant)
  Downloading pycognito-2024.5.1-py3-none-any.whl.metadata (24 kB)
Collecting snitun==0.39.1 (from hass-nabucasa==0.81.1->homeassistant)
  Downloading snitun-0.39.1-py3-none-any.whl.metadata (4.5 kB)
Collecting habluetooth>=3.0 (from home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading habluetooth-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.1 kB)
Collecting anyio (from httpx==0.27.0->homeassistant)
  Using cached anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB)
Collecting httpcore==1.* (from httpx==0.27.0->homeassistant)
  Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Collecting idna (from httpx==0.27.0->homeassistant)
  Using cached idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Collecting sniffio (from httpx==0.27.0->homeassistant)
  Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting MarkupSafe>=2.0 (from Jinja2==3.1.4->homeassistant)
  Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting psutil (from psutil-home-assistant==0.0.1->homeassistant)
  Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Collecting text-unidecode>=1.3 (from python-slugify==8.0.4->homeassistant)
  Downloading text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
Collecting charset-normalizer<4,>=2 (from requests==2.32.3->homeassistant)
  Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting greenlet!=0.4.17 (from SQLAlchemy==2.0.31->homeassistant)
  Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)
Collecting josepy>=1.13.0 (from acme==2.10.0->hass-nabucasa==0.81.1->homeassistant)
  Downloading josepy-1.14.0-py3-none-any.whl.metadata (1.8 kB)
Collecting pyrfc3339 (from acme==2.10.0->hass-nabucasa==0.81.1->homeassistant)
  Downloading pyRFC3339-1.1-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting setuptools>=41.6.0 (from acme==2.10.0->hass-nabucasa==0.81.1->homeassistant)
  Using cached setuptools-70.3.0-py3-none-any.whl.metadata (5.8 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx==0.27.0->homeassistant)
  Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting boto3>=1.10.49 (from pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading boto3-1.34.144-py3-none-any.whl.metadata (6.6 kB)
Collecting envs>=1.3 (from pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading envs-1.4-py3-none-any.whl.metadata (842 bytes)
Collecting async-timeout>=3.0.1 (from snitun==0.39.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting pycparser (from cffi>=1.12->cryptography==42.0.8->homeassistant)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting bleak>=0.21.1 (from habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading bleak-0.22.2-py3-none-any.whl.metadata (5.4 kB)
Collecting bleak-retry-connector>=3.3.0 (from habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading bleak_retry_connector-3.5.0-py3-none-any.whl.metadata (5.1 kB)
Collecting bluetooth-adapters>=0.16.1 (from habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading bluetooth_adapters-0.19.3-py3-none-any.whl.metadata (5.2 kB)
Collecting bluetooth-auto-recovery>=1.2.3 (from habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading bluetooth_auto_recovery-1.4.2-py3-none-any.whl.metadata (5.5 kB)
Collecting bluetooth-data-tools>=1.16.0 (from habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading bluetooth_data_tools-1.19.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
Collecting dbus-fast<3,>=1.83.0 (from bleak>=0.21.1->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading dbus_fast-2.22.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB)
Collecting aiooui>=0.1.1 (from bluetooth-adapters>=0.16.1->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading aiooui-0.1.6-py3-none-any.whl.metadata (3.8 kB)
Collecting uart-devices>=0.1.0 (from bluetooth-adapters>=0.16.1->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading uart_devices-0.1.0-py3-none-any.whl.metadata (4.9 kB)
Collecting usb-devices>=0.4.5 (from bluetooth-adapters>=0.16.1->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading usb_devices-0.4.5-py3-none-any.whl.metadata (5.3 kB)
Collecting PyRIC>=0.1.6.3 (from bluetooth-auto-recovery>=1.2.3->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading PyRIC-0.1.6.3.tar.gz (870 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 870.4/870.4 kB 13.6 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting btsocket>=0.2.0 (from bluetooth-auto-recovery>=1.2.3->habluetooth>=3.0->home-assistant-bluetooth==1.12.2->homeassistant)
  Downloading btsocket-0.3.0-py2.py3-none-any.whl.metadata (7.0 kB)
Collecting botocore<1.35.0,>=1.34.144 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading botocore-1.34.144-py3-none-any.whl.metadata (5.7 kB)
Collecting jmespath<2.0.0,>=0.7.1 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting s3transfer<0.11.0,>=0.10.0 (from boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading s3transfer-0.10.2-py3-none-any.whl.metadata (1.7 kB)
Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.35.0,>=1.34.144->boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<1.35.0,>=1.34.144->boto3>=1.10.49->pycognito==2024.5.1->hass-nabucasa==0.81.1->homeassistant)
  Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Downloading homeassistant-2024.7.2-py3-none-any.whl (37.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 7.8 MB/s eta 0:00:00
Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
Downloading aiohttp-3.9.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 8.6 MB/s eta 0:00:00
Downloading aiohttp_cors-0.7.0-py3-none-any.whl (27 kB)
Downloading aiohttp_fast_url_dispatcher-0.3.0-py3-none-any.whl (8.9 kB)
Downloading aiohttp_fast_zlib-0.1.1-py3-none-any.whl (8.2 kB)
Downloading aiozoneinfo-0.2.1-py3-none-any.whl (8.0 kB)
Downloading astral-2.2-py2.py3-none-any.whl (30 kB)
Downloading async_interrupt-1.1.2-py3-none-any.whl (8.9 kB)
Downloading atomicwrites_homeassistant-1.4.1-py2.py3-none-any.whl (7.1 kB)
Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 6.2 MB/s eta 0:00:00
Downloading awesomeversion-24.2.0-py3-none-any.whl (13 kB)
Downloading bcrypt-4.1.2-cp39-abi3-manylinux_2_28_x86_64.whl (698 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 698.9/698.9 kB 12.6 MB/s eta 0:00:00
Downloading ciso8601-2.3.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39 kB)
Downloading cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl (3.9 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 10.6 MB/s eta 0:00:00
Downloading fnv_hash_fast-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl (144 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.6/144.6 kB 11.3 MB/s eta 0:00:00
Downloading hass_nabucasa-0.81.1-py3-none-any.whl (54 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 5.1 MB/s eta 0:00:00
Downloading home_assistant_bluetooth-1.12.2-py3-none-any.whl (7.9 kB)
Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 7.4 MB/s eta 0:00:00
Downloading ifaddr-0.2.0-py3-none-any.whl (12 kB)
Downloading jinja2-3.1.4-py3-none-any.whl (133 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 9.3 MB/s eta 0:00:00
Downloading lru_dict-1.3.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
Downloading orjson-3.9.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.7/138.7 kB 10.1 MB/s eta 0:00:00
Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 11.6 MB/s eta 0:00:00
Downloading psutil_home_assistant-0.0.1-py3-none-any.whl (6.3 kB)
Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Downloading pyOpenSSL-24.1.0-py3-none-any.whl (56 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.9/56.9 kB 1.5 MB/s eta 0:00:00
Downloading python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 14.0 MB/s eta 0:00:00
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Downloading SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 12.1 MB/s eta 0:00:00
Downloading ulid_transform-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.4/225.4 kB 9.2 MB/s eta 0:00:00
Downloading voluptuous-0.13.1-py3-none-any.whl (29 kB)
Downloading voluptuous_openapi-0.0.4-py3-none-any.whl (7.8 kB)
Downloading voluptuous_serialize-2.6.0-py3-none-any.whl (6.8 kB)
Downloading yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.4/322.4 kB 14.5 MB/s eta 0:00:00
Downloading acme-2.10.0-py3-none-any.whl (95 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.8/95.8 kB 10.7 MB/s eta 0:00:00
Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 8.7 MB/s eta 0:00:00
Downloading pycognito-2024.5.1-py3-none-any.whl (26 kB)
Downloading snitun-0.39.1-py3-none-any.whl (39 kB)
Using cached certifi-2024.7.4-py3-none-any.whl (162 kB)
Using cached packaging-24.1-py3-none-any.whl (53 kB)
Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 12.3 MB/s eta 0:00:00
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (477 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 477.6/477.6 kB 15.9 MB/s eta 0:00:00
Using cached charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
Downloading frozenlist-1.4.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 281.5/281.5 kB 12.0 MB/s eta 0:00:00
Downloading greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (625 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 625.7/625.7 kB 4.8 MB/s eta 0:00:00
Downloading habluetooth-3.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 9.3 MB/s eta 0:00:00
Using cached idna-3.7-py3-none-any.whl (66 kB)
Downloading MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
Downloading multidict-6.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (130 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.8/130.8 kB 10.4 MB/s eta 0:00:00
Downloading pycares-4.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 290.1/290.1 kB 11.2 MB/s eta 0:00:00
Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 6.0 MB/s eta 0:00:00
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/78.2 kB 6.9 MB/s eta 0:00:00
Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 13.6 MB/s eta 0:00:00
Using cached anyio-4.4.0-py3-none-any.whl (86 kB)
Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 290.5/290.5 kB 11.4 MB/s eta 0:00:00
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading bleak-0.22.2-py3-none-any.whl (142 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/142.6 kB 7.9 MB/s eta 0:00:00
Downloading bleak_retry_connector-3.5.0-py3-none-any.whl (15 kB)
Downloading bluetooth_adapters-0.19.3-py3-none-any.whl (19 kB)
Downloading bluetooth_auto_recovery-1.4.2-py3-none-any.whl (10 kB)
Downloading bluetooth_data_tools-1.19.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (885 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 885.8/885.8 kB 10.9 MB/s eta 0:00:00
Downloading boto3-1.34.144-py3-none-any.whl (139 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.2/139.2 kB 10.0 MB/s eta 0:00:00
Downloading envs-1.4-py3-none-any.whl (10 kB)
Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Downloading josepy-1.14.0-py3-none-any.whl (32 kB)
Using cached setuptools-70.3.0-py3-none-any.whl (931 kB)
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 9.4 MB/s eta 0:00:00
Downloading pyRFC3339-1.1-py2.py3-none-any.whl (5.7 kB)
Downloading aiooui-0.1.6-py3-none-any.whl (379 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 380.0/380.0 kB 10.3 MB/s eta 0:00:00
Downloading botocore-1.34.144-py3-none-any.whl (12.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 11.2 MB/s eta 0:00:00
Downloading btsocket-0.3.0-py2.py3-none-any.whl (14 kB)
Downloading dbus_fast-2.22.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 8.6 MB/s eta 0:00:00
Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Downloading s3transfer-0.10.2-py3-none-any.whl (82 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.7/82.7 kB 8.1 MB/s eta 0:00:00
Downloading uart_devices-0.1.0-py3-none-any.whl (4.8 kB)
Downloading usb_devices-0.4.5-py3-none-any.whl (5.3 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 9.8 MB/s eta 0:00:00
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: fnvhash, PyRIC
  Building wheel for fnvhash (pyproject.toml) ... done
  Created wheel for fnvhash: filename=fnvhash-0.1.0-py3-none-any.whl size=2150 sha256=c03e5302aa02dfea1c2f4b7512bc1961ca9ee846e9c0c025450a8feb13bfae70
  Stored in directory: /home/bernard/.cache/pip/wheels/f3/f2/c9/9d2b575fa41b9c1f8b35131e1db072490bc6ff034ceb66eaca
  Building wheel for PyRIC (pyproject.toml) ... done
  Created wheel for PyRIC: filename=PyRIC-0.1.6.3-py2.py3-none-any.whl size=407895 sha256=7c65908e15ab0c3ea7ef86e6635b3e341ea976d0285446e6995da5f2be58c619
  Stored in directory: /home/bernard/.cache/pip/wheels/71/5f/b2/33e36e10ea0e6b0dda30e364900611b0d428c72f9be83c3e38
Successfully built fnvhash PyRIC
Installing collected packages: voluptuous, text-unidecode, pytz, PyRIC, ifaddr, fnvhash, ciso8601, btsocket, voluptuous-serialize, voluptuous-openapi, usb-devices, urllib3, ulid-transform, uart-devices, tzdata, typing-extensions, sniffio, six, setuptools, PyYAML, python-slugify, pyrfc3339, PyJWT, pycparser, psutil, Pillow, packaging, orjson, multidict, MarkupSafe, lru-dict, jmespath, idna, h11, greenlet, frozenlist, fnv-hash-fast, envs, dbus-fast, charset-normalizer, certifi, bcrypt, awesomeversion, attrs, atomicwrites-homeassistant, async-timeout, async-interrupt, astral, aiooui, yarl, SQLAlchemy, requests, python-dateutil, psutil-home-assistant, Jinja2, httpcore, cffi, bleak, anyio, aiozoneinfo, aiosignal, pycares, httpx, cryptography, botocore, bluetooth-adapters, aiohttp, snitun, s3transfer, pyOpenSSL, bluetooth-data-tools, bluetooth-auto-recovery, bleak-retry-connector, aiohttp-fast-zlib, aiohttp-fast-url-dispatcher, aiohttp-cors, aiodns, josepy, habluetooth, boto3, pycognito, home-assistant-bluetooth, acme, hass-nabucasa, homeassistant
Successfully installed Jinja2-3.1.4 MarkupSafe-2.1.5 Pillow-10.3.0 PyJWT-2.8.0 PyRIC-0.1.6.3 PyYAML-6.0.1 SQLAlchemy-2.0.31 acme-2.10.0 aiodns-3.2.0 aiohttp-3.9.5 aiohttp-cors-0.7.0 aiohttp-fast-url-dispatcher-0.3.0 aiohttp-fast-zlib-0.1.1 aiooui-0.1.6 aiosignal-1.3.1 aiozoneinfo-0.2.1 anyio-4.4.0 astral-2.2 async-interrupt-1.1.2 async-timeout-4.0.3 atomicwrites-homeassistant-1.4.1 attrs-23.2.0 awesomeversion-24.2.0 bcrypt-4.1.2 bleak-0.22.2 bleak-retry-connector-3.5.0 bluetooth-adapters-0.19.3 bluetooth-auto-recovery-1.4.2 bluetooth-data-tools-1.19.3 boto3-1.34.144 botocore-1.34.144 btsocket-0.3.0 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 ciso8601-2.3.1 cryptography-42.0.8 dbus-fast-2.22.1 envs-1.4 fnv-hash-fast-0.5.0 fnvhash-0.1.0 frozenlist-1.4.1 greenlet-3.0.3 h11-0.14.0 habluetooth-3.1.3 hass-nabucasa-0.81.1 home-assistant-bluetooth-1.12.2 homeassistant-2024.7.2 httpcore-1.0.5 httpx-0.27.0 idna-3.7 ifaddr-0.2.0 jmespath-1.0.1 josepy-1.14.0 lru-dict-1.3.0 multidict-6.0.5 orjson-3.9.15 packaging-24.1 psutil-6.0.0 psutil-home-assistant-0.0.1 pyOpenSSL-24.1.0 pycares-4.4.0 pycognito-2024.5.1 pycparser-2.22 pyrfc3339-1.1 python-dateutil-2.9.0.post0 python-slugify-8.0.4 pytz-2024.1 requests-2.32.3 s3transfer-0.10.2 setuptools-70.3.0 six-1.16.0 sniffio-1.3.1 snitun-0.39.1 text-unidecode-1.3 typing-extensions-4.12.2 tzdata-2024.1 uart-devices-0.1.0 ulid-transform-0.9.0 urllib3-1.26.19 usb-devices-0.4.5 voluptuous-0.13.1 voluptuous-openapi-0.0.4 voluptuous-serialize-2.6.0 yarl-1.9.4
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ hass
Unable to find configuration. Creating default one in /home/bernard/.homeassistant
2024-07-15 17:34:00.634 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error while attempting to bind on address ('::', 8123, 0, 0): address already in use
2024-07-15 17:37:00.633 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for stage 1 waiting on set() - moving forward
2024-07-15 17:37:01.986 ERROR (MainThread) [haffmpeg.core] FFmpeg fails [Errno 2] No such file or directory: 'ffmpeg'
Traceback (most recent call last):
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/haffmpeg/core.py", line 130, in open
    self._proc = await asyncio.create_subprocess_exec(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/subprocess.py", line 224, in create_subprocess_exec
    transport, protocol = await loop.subprocess_exec(
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/base_events.py", line 1744, in subprocess_exec
    transport = await self._make_subprocess_transport(
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/unix_events.py", line 211, in _make_subprocess_transport
    transp = _UnixSubprocessTransport(self, protocol, args, shell,
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/base_subprocess.py", line 36, in __init__
    self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
  File "/usr/lib/python3.12/asyncio/unix_events.py", line 820, in _start
    self._proc = subprocess.Popen(
                 ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
2024-07-15 17:37:01.994 WARNING (MainThread) [haffmpeg.tools] Error starting FFmpeg.
2024-07-15 17:37:14.545 ERROR (MainThread) [homeassistant.setup] Error during setup of component conversation
Traceback (most recent call last):
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/homeassistant/setup.py", line 404, in _async_setup_component
    result = await task
             ^^^^^^^^^^
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/homeassistant/components/conversation/__init__.py", line 203, in async_setup
    from homeassistant.components.assist_pipeline import (  # pylint: disable=import-outside-toplevel
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/__init__.py", line 21, in <module>
    from .pipeline import (
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/pipeline.py", line 25, in <module>
    from homeassistant.components import (
  File "/home/bernard/homeassistant/lib/python3.12/site-packages/homeassistant/components/tts/__init__.py", line 22, in <module>
    import mutagen
ModuleNotFoundError: No module named 'mutagen'
2024-07-15 17:37:16.016 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'assist_pipeline'. Setup failed for dependencies: ['conversation']
2024-07-15 17:37:16.016 ERROR (MainThread) [homeassistant.setup] Setup failed for 'assist_pipeline': Could not setup dependencies: conversation
2024-07-15 17:40:40.197 ERROR (MainThread) [homeassistant.bootstrap] Error setting up integration default_config - received exception
asyncio.exceptions.CancelledError

la commande hass ne se termine pas...
Je dois encore éditer le fichier....

Hors ligne

#33 Le 15/07/2024, à 19:24

bg1000

Re : Ubuntu 24.04 plus de son [OK]

tu tapes dans l'url du navigateur : http://localhost:8123

cela fonctionne

Hors ligne

#34 Le 15/07/2024, à 19:45

tycooon

Re : Ubuntu 24.04 plus de son [OK]

Ok donc tout est bon, il faut maintenant que je regarde comment désinstaller l'usine à gaz, il faut que je regarde le lien que tu m'as donné pour savoir comment le désinstaller

Hors ligne

#35 Le 15/07/2024, à 19:56

tycooon

Re : Ubuntu 24.04 plus de son [OK]

C'est normal que la commande hass ne termine pas CTRL + C pour retrouver le prompt du terminal
As tu fais le reste de la procédure à partir du sudo nano, etc... sinon au démarrage ça ne va pas fonctionner

Hors ligne

#36 Le 15/07/2024, à 21:15

bg1000

Re : Ubuntu 24.04 plus de son [OK]

sudo nano...

[Unit]
Description=Home Assistant
After=network-online.target

[Service]
Type=simple
User=bernard
ExecStart=/home/bernard/homeassistant/bin/hass -c "/home/bernard/.homeassistant"

[Install]
WantedBy=multi-user.target

Hors ligne

#37 Le 15/07/2024, à 21:18

bg1000

Re : Ubuntu 24.04 plus de son [OK]

(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl --system daemon-reload
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl enable home-assistant@homeassistant
Created symlink /etc/systemd/system/multi-user.target.wants/home-assistant@homeassistant.service → /etc/systemd/system/home-assistant@homeassistant.service.
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl start home-assistant@homeassistant
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl status home-assistant@homeassistant
● home-assistant@homeassistant.service - Home Assistant
     Loaded: loaded (/etc/systemd/system/home-assistant@homeassistant.service; enabled; preset: enabled)
     Active: active (running) since Mon 2024-07-15 21:16:42 CEST; 11s ago
   Main PID: 97077 (hass)
      Tasks: 15 (limit: 18393)
     Memory: 151.9M ()
     CGroup: /system.slice/system-home\x2dassistant.slice/home-assistant@homeassistant.service
             └─97077 /home/bernard/homeassistant/bin/python3 /home/bernard/homeassistant/bin/hass -c /home/bernard/.homeassistant

jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:     self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:   File "/usr/lib/python3.12/asyncio/unix_events.py", line 820, in _start
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:     self._proc = subprocess.Popen(
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:                  ^^^^^^^^^^^^^^^^^
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:   File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:     self._execute_child(args, executable, preexec_fn, close_fds,
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:   File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]:     raise child_exception_type(errno_num, err_msg, err_filename)
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]: FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
jui 15 21:16:44 bernard-Latitude-D830 hass[97077]: 2024-07-15 21:16:44.938 WARNING (MainThread) [haffmpeg.tools] Error starting FFmpeg.
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ 

Hors ligne

#38 Le 15/07/2024, à 21:26

tycooon

Re : Ubuntu 24.04 plus de son [OK]

il manque un codec mais ce n'est pas ça qui va bloquer :

sudo apt install ffmpeg
sudo systemctl restart home-assistant@homeassistant
sudo systemctl status home-assistant@homeassistant

Hors ligne

#39 Le 16/07/2024, à 10:10

bg1000

Re : Ubuntu 24.04 plus de son [OK]

<pre>(homeassistant) <font color="#26A269"><b>bernard@bernard-Latitude-D830</b></font>:<font color="#12488B"><b>~/homeassistant</b></font>$ sudo apt install ffmpeg
[sudo] Mot de passe de bernard : 
Lecture des listes de paquets... Fait
Construction de l&apos;arbre des dépendances... Fait
Lecture des informations d&apos;état... Fait      
Les paquets supplémentaires suivants seront installés : 
  libavdevice60
Paquets suggérés :
  ffmpeg-doc
Les NOUVEAUX paquets suivants seront installés :
  ffmpeg libavdevice60
0 mis à jour, 2 nouvellement installés, 0 à enlever et 23 non mis à jour.
Il est nécessaire de prendre 1.961 ko dans les archives.
Après cette opération, 2.804 ko d&apos;espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 libavdevice60 amd64 7:6.1.1-3ubuntu5 [82,3 kB]
Réception de :2 http://be.archive.ubuntu.com/ubuntu noble/universe amd64 ffmpeg amd64 7:6.1.1-3ubuntu5 [1.879 kB]
1.961 ko réceptionnés en 0s (5.820 ko/s)
Sélection du paquet libavdevice60:amd64 précédemment désélectionné.
(Lecture de la base de données... 348775 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libavdevice60_7%3a6.1.1-3ubuntu5_amd64.deb ...
Dépaquetage de libavdevice60:amd64 (7:6.1.1-3ubuntu5) ...
Sélection du paquet ffmpeg précédemment désélectionné.
Préparation du dépaquetage de .../ffmpeg_7%3a6.1.1-3ubuntu5_amd64.deb ...
Dépaquetage de ffmpeg (7:6.1.1-3ubuntu5) ...
Paramétrage de libavdevice60:amd64 (7:6.1.1-3ubuntu5) ...
Paramétrage de ffmpeg (7:6.1.1-3ubuntu5) ...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.39-0ubuntu8.2) ...
(homeassistant) <font color="#26A269"><b>bernard@bernard-Latitude-D830</b></font>:<font color="#12488B"><b>~/homeassistant</b></font>$ 
</pre>

Hors ligne

#40 Le 16/07/2024, à 10:11

bg1000

Re : Ubuntu 24.04 plus de son [OK]

(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl restart home-assistant@homeassistant

Hors ligne

#41 Le 16/07/2024, à 10:41

bg1000

Re : Ubuntu 24.04 plus de son [OK]

(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo systemctl status home-assistant@homeassistant
● home-assistant@homeassistant.service - Home Assistant
     Loaded: loaded (/etc/systemd/system/home-assistant@homeassistant.service; enabled; preset: enabled)
     Active: active (running) since Tue 2024-07-16 10:10:53 CEST; 21s ago
   Main PID: 133535 (hass)
      Tasks: 15 (limit: 18393)
     Memory: 184.4M ()
     CGroup: /system.slice/system-home\x2dassistant.slice/home-assistant@homeassistant.service
             └─133535 /home/bernard/homeassistant/bin/python3 /home/bernard/homeassistant/bin/hass -c /home/bernard/.homeassistant

jui 16 10:10:53 bernard-Latitude-D830 systemd[1]: Started home-assistant@homeassistant.service - Home Assistant.
jui 16 10:10:55 bernard-Latitude-D830 hass[133535]: 2024-07-16 10:10:55.397 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error wh>
lines 1-11/11 (END)

.
La commande ne se termine pas

/Localhost/ et /http://192.168. semble tourner sur la même base

Voir #32 dernier {code} ligne 3 au bout à droite.

(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ hass
Unable to find configuration. Creating default one in /home/bernard/.homeassistant
2024-07-15 17:34:00.634 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: [Errno 98] error while attempting to bind on address ('::', 8123, 0, 0): address already in use
2024-07-15 17:37:00.633 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for stage 1 waiting on set() - moving forward
....

Hors ligne

#42 Le 16/07/2024, à 12:23

tycooon

Re : Ubuntu 24.04 plus de son [OK]

curieux !!! tu ne l'avait pas à l'avant dernier ""sudo systemctl status home-assistant@homeassistant"" au #37
pour voir le port utilisé:

sudo lsof -i :8123

reboot aussi ca peut libérer le port

Dernière modification par tycooon (Le 16/07/2024, à 13:00)

Hors ligne

#43 Le 16/07/2024, à 13:55

bg1000

Re : Ubuntu 24.04 plus de son [OK]

(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ sudo lsof -i :8123
[sudo] Mot de passe de bernard : 
COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
python3 7154 root   12u  IPv6  39300      0t0  TCP *:8123 (LISTEN)
python3 7154 root   13u  IPv4  39299      0t0  TCP *:8123 (LISTEN)
python3 7154 root   23u  IPv4  39316      0t0  TCP bernard-Latitude-D830:8123->172.30.32.2:57990 (ESTABLISHED)
(homeassistant) bernard@bernard-Latitude-D830:~/homeassistant$ 

Hors ligne

#44 Le 16/07/2024, à 14:32

tycooon

Re : Ubuntu 24.04 plus de son [OK]

tu as rebooté ? et que donne la connexion http://localhost:8123

Hors ligne

#45 Le 16/07/2024, à 17:14

tycooon

Re : Ubuntu 24.04 plus de son [OK]

j'ai peut être trouvé la boulette, je me demande si tu as les liens symboliques. ce qui m'a mis sur la piste c'est python3 en root
donne :

ls -l /home/bernard/bin/

tu devrais avoir un truc comme ceci :

lrwxrwxrwx 1 bernard bernard    7 juil. 15 03:54 python -> python3
lrwxrwxrwx 1 bernard bernard   16 juil. 15 03:54 python3 -> /usr/bin/python3
lrwxrwxrwx 1 bernard bernard    7 juil. 15 03:54 python3.12 -> python3

Hors ligne

#46 Le 16/07/2024, à 17:34

bg1000

Re : Ubuntu 24.04 plus de son [OK]

bernard@bernard-Latitude-D830:~$ ls -l /home/bernard/.bin/
ls: impossible d'accéder à '/home/bernard/.bin/': Aucun fichier ou dossier de ce type

Je n'ai pas de home/bernard/bin
J'ai fait un reboot et la nouvelle instance de HA semble fonctionner, je vois mon homewizard P1 wifi. On m'a demander de créer une nouvelle maison....

Hors ligne

#47 Le 16/07/2024, à 18:05

tycooon

Re : Ubuntu 24.04 plus de son [OK]

ls -l /home/bernard/bin/

sans "." tu as forcement  un /home/bernard/bin par contre tu n'as pas de /home/bernard/.bin/

Hors ligne

#48 Le 16/07/2024, à 18:26

tycooon

Re : Ubuntu 24.04 plus de son [OK]

Bon Ok si tout fonctionne tu peux mettre en [résolu]
Sinon tu peux aussi installer home assistant sur ton smartphone et tu aura aussi les données de ton homewizard P1 wifi
et pour désinstaller home assistant sur l'autre ubuntu tu fais :

sudo dpkg --purge os-agent
sudo docker stop $(sudo docker ps -a -q)
sudo docker rm $(sudo docker ps -a -q)
sudo apt-get remove --purge docker* -y && sudo apt autoremove docker-ce* -y && sudo apt autoremove docker-ce-cli* -y && sudo rm -rf /var/lib/docker && sudo rm -rf /etc/docker && sudo rm -rf /usr/share/hassio && sudo apt-get autoremove && sudo apt-get autoclean

et pour voir s'il reste des résidus, reboot et :

find / -type d \( -name "*homeassistant*" -o -name "*hassio*" -o -name "*docker*" -o -name "*containerd*" \) 2>/dev/null

Dernière modification par tycooon (Le 16/07/2024, à 18:30)

Hors ligne

#49 Le 16/07/2024, à 21:17

bg1000

Re : Ubuntu 24.04 plus de son [OK]

tycooon a écrit :
ls -l /home/bernard/bin/

sans "." tu as forcement  un /home/bernard/bin par contre tu n'as pas de /home/bernard/.bin/

bernard@bernard-Latitude-D830:~$ ls -l /home/bernard/bin/
ls: impossible d'accéder à '/home/bernard/bin/': Aucun fichier ou dossier de ce type
bernard@bernard-Latitude-D830:~$ 

Hors ligne

#50 Le 16/07/2024, à 21:19

bg1000

Re : Ubuntu 24.04 plus de son [OK]

Je n'ai pas de /home/bernard/bin/ et j'ai essayé /home/bernard/.bin/

Hors ligne