Hi, ich habe genau dasselbe Problem. HA wurde seit 2 Tagen installiert. Immer die Meldung: wget: bad adress ‘get.hacs.xyz’
Vor einigen Tagen hatte Github eine Art “Schluckauf” - bei mir lies sich das Frigate AddOn einfach nicht installieren. Es wäre schön zu wissen, wo man eventuelle Fehlermeldungen von Github findet.
Denn wenn der Server nicht die richtigen Daten schickt, kann man lange in seinen Einstellungen suchen.
Mal versucht, wenn sich das Terminal-Addon im ungesicherten Modus befindet? Also den Gesichterten Modus auf der Informationen-Seite des Addons deaktiviert?
Ja, eben versucht, ohne Erfolg.
Kann ich auch bestätigen, beide SSH Terminals ausprobiert, gleiches Ergebnis. Pings auf externe IPs funktioniert, auf Domains nicht. Habe eine NUC7.
Wenn Pings auf IP-Adressen gehen, aber auf Namen nicht, dann scheint ja irgendwas mit dem DNS nicht zu stimmen. Wird da irgendwas geblockt in eurem Router? Ist ja jetzt keine Home Assistant spezifische Einstellung. Und beim NUC kann man da ja meines Wissens nach auch nichts einstellen. Ist ja in dem Sinne auch nur ein PC und DNS ist Software…
ja, eben probiert, ein ping 8.8.8.8 funktioniert
Was wird angezeigt, wenn ihr im Terminal ha dns info
eingebt? Speziell bei locals:
?
➜ ~ ha dns info
fallback: true
host: 172.30.32.3
llmnr: true
locals:
- dns://192.168.178.1
mdns: true
servers:
update_available: false
version: 2023.06.2
version_latest: 2023.06.2
...178.1
ist wahrscheinlich der Router richtig?
Funktioniert die Namensauflösung wenn du folgendes eingibst?
ha dns options --servers dns://8.8.8.8 --servers dns://1.1.1.1
und dann ha dns restart
?
nein, funktioniert auch nicht.
Hmm,
Welche IPv4 Adresse zeigt Home Assistant an, wenn du das Terminal öffnest?
die von meinem NUC mit einem /24 am Ende
Also eine im Adressbereich .178.xxx
.
Ist halt komisch, dass die Namensauflösung nicht zu funktionieren scheint.
Habe alles parallel ausprobiert, eben gleiches Ergebnis.
Ich habe eine GigaQube als Access Router und danach eine Fbox.
Ergebnis war heute Morgen aber bereits mit nur GigaQube ohne zwischengeschalteter Fbox identisch.
Der Nuc Hängt dann an einem Netgear Switch, aber denke der sollte nicht das Problem sein
Also habe mal in der Fbox zwei alternative DNS eingegeben, gleiches Ergebnis
by HarryP: Zusammenführung Doppelpost.
Ich habe folgendes gemacht und es hat funktioniert. Das Flashing mit Balena war nicht sauber. Jetzt kann ich hacs mit wget installieren. Ich habe die Anweisung unter Linux: https://solidrun.atlassian.net/wiki/spaces/developer/pages/288129025/Flashing+an+SD+Card
Linux
All Linux distributions include all the program to extract and flash the image to an SD card. Everything will be done from the command line. Starting a command line (also called terminal) depends on the desktop environment you use (or, if you don’t use a desktop environment, you are already at the command line.)
Go the the folder where the file .img.xz file is downloaded. If this is the downloads folder, type
cd downloads
and press enter. To extract the .xz file, run
xz -d .img.xz
if it does not work please install the unxz program and run
unxz .img.xz
to decompress it. The image will now be extracted. Now type
ls -lh *.img
and press enter. The output will look like
-rw-r–r-- 1 user group 2.0G Jan 25 15:33 .img
The 2.0G part is the size of the file. This is also the minimal size of the SD card you need. It is not a problem if the SD card is larger. Connect the SD card. Use a microSD to SD card adapter and insert the SD card in the SD slot. Or use a microSD to USB converter. Depending on the distribution, the SD card might be mounted automatically. Before it can be flashed, it must be unmounted. Type
mount
and press enter to check if the SD card is mounted. It can appear as /dev/mmcblk0p1 or /dev/sdb1 or similar. If partitions are mounted, unmount them first. Type
umount
and press enter. If you get a message about permissions, type the same command preceded by sudo and press enter. You must type your password to give permission to execute the command. Now the image can be flashed to the SD card. It should be flashed to the whole SD card, not to a partition. If, in the previous step the mount point was /dev/sdb1, you need to flash it to /dev/sdb (without the 1). On the terminal, type (change the device name to the correct one, for example /dev/mmcblk0 or /dev/sdb)
dd bs=4k conv=fsync if=.img of=/dev/sdb
and wait. Before you press enter, double check that the device is correct. An incorrect device could erase everything on your hard disk. Press enter if everything is correct. If the previous command required sudo, also precede this command with sudo. There will be no visual confirmation that anything is going on. Depending on the write speed of the SD card, and the size of the image, it can take a long time.
Extend image size to whole SD card
Viel Glück.
Hat den Tipp von ed.fischer noch jemand ausprobiert? Waschbaer01 z.B.?
Ein weiteres Phänomen, ich habe RaspberryMatic installiert und in der Seitenleiste verlinkt.
Wenn ich den Link anklicke, startet immer ein Download.
Erst nach mehreren Versuchen und Aktualisierung des Fensters kann ich auf das Addon zugreifen.
VG Dieter
Wird der Eintrag in der Seitenleiste nicht automatisch hinzugefügt?
Ja, vom Addon, wenn man es aktiviert.
nach der Methode von ed.fischer hat es nun funktioniert.
Der Link von RaspberryMatic spinnt immer noch rum und es öffnet sich ein Downloadfenster.
Vermutlich funktioniert daher auch die Verbindung von Homematic (IP) local zu Raspberrymatic nicht.