-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist:
- I updated to the latest version available
- I checked that my MQTT broker is otherwise working
**Release with the issue:latest
**Last working release (if known):latest
Hardware, Operating System, Python version:
After installation of the Deamon the Rpi never show up un HA. Both latest versions
Run our report script 'genBugInfo' on your failing device and include the output here:
# SCRIPT genBugInfo v1.1 run 26/02/04-07:28:43
# ----------------------------------------------------------------------
# /bin/cat /etc/apt/sources.list | /bin/egrep -v '#'
deb [ arch=armhf ] http://raspbian.raspberrypi.com/raspbian/ bookworm main contrib non-free rpi
----
# /bin/cat /etc/apt/sources.list | /bin/egrep -v '#' | /usr/bin/awk '{ print $3 }' | /bin/grep . | /usr/bin/sort -u | head -1
arch=armhf
----
# /bin/uname -r
6.12.62+rpt-rpi-v6
----
# /bin/hostname -f
rtl433
----
# /usr/bin/uptime
07:28:43 up 20:52, 2 users, load average: 0.11, 0.23, 0.20
----
# /sbin/ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:e9:51:4f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 8201 bytes 437526 (427.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8201 bytes 437526 (427.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.64 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::7846:412b:386:517e prefixlen 64 scopeid 0x20<link>
ether d0:37:45:2b:c1:bb txqueuelen 1000 (Ethernet)
RX packets 1345791 bytes 81350756 (77.5 MiB)
RX errors 0 dropped 72 overruns 0 frame 0
TX packets 78561 bytes 7257763 (6.9 MiB)
TX errors 0 dropped 15 overruns 0 carrier 0 collisions 0
----
# /sbin/ifconfig | /bin/egrep 'Link|flags|inet|ether' | /bin/egrep -v -i 'lo:|loopback|inet6|\:\:1|127\.0\.0\.1'
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:e9:51:4f txqueuelen 1000 (Ethernet)
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.64 netmask 255.255.255.0 broadcast 192.168.1.255
ether d0:37:45:2b:c1:bb txqueuelen 1000 (Ethernet)
----
# /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 0.0.0.0 UG 600 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlan0
----
# /bin/ls -l /var/log/dpkg.log /var/log/dpkg.log.1 2>/dev/null
-rw-r--r-- 1 root root 0 Feb 1 00:00 /var/log/dpkg.log
-rw-r--r-- 1 root root 66731 Jan 22 12:36 /var/log/dpkg.log.1
----
# /bin/grep 'status installed' /var/log/dpkg.log /var/log/dpkg.log.1 2>/dev/null | sort | tail -1
/var/log/dpkg.log.1:2026-01-22 12:36:57 status installed install-info:armhf 6.8-6+b1
----
# /bin/df -m
Filesystem 1M-blocks Used Available Use% Mounted on
udev 83 0 83 0% /dev
tmpfs 86 4 82 5% /run
/dev/mmcblk0p2 14408 2414 11245 18% /
tmpfs 214 0 214 0% /dev/shm
tmpfs 5 1 5 1% /run/lock
/dev/mmcblk0p1 510 86 425 17% /boot/firmware
tmpfs 43 0 43 0% /run/user/1000
----
# /bin/df -m | /usr/bin/tail -n +2 | /bin/egrep -v 'tmpfs|boot'
udev 83 0 83 0% /dev
/dev/mmcblk0p2 14408 2414 11245 18% /
----
# ls -l /opt/vc/bin/vcgencmd /usr/bin/vcgencmd
ls: cannot access '/opt/vc/bin/vcgencmd': No such file or directory
-rwxr-xr-x 1 root root 5816 Oct 2 16:34 /usr/bin/vcgencmd
----
Python errors shown in the logs (if applicable):
Additional information:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working