You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addon uses the RPi.GPIO module. RPi.GPIO checks the existence and contents of /proc/device-tree/system/linux,revision and /proc/cpuinfo.
In HA OS 11.2, the /dev/cpuinfo file contains the necessary hardware and revision information. Since OS 11.3, however, information about hardware has been missing. That's why the hardware is not recognized as a Raspberry Pi.
What operating system image do you use?
rpi3-64 (Raspberry Pi 3 64-bit OS)
What version of Home Assistant Operating System is installed?
11.4
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
docker exec -it myaddon-containerid sh
echo $(cat /proc/cpuinfo | grep "Hardware")
echo $(cat /proc/cpuinfo | grep "Revision")
...
Anything in the Supervisor logs that might be useful for us?
no
Anything in the Host logs that might be useful for us?
no
System information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
While the Revision is still present in cpuinfo, Hardware is not. This is the RPi's downstream Linux issue though, so it either needs to be fixed there, or the RPi.GPIO library needs to be updated to be ready for that change. The string has been removed in this commit, so I guess the latter option is the correct one, as RPi developers think this record is misleading.
Describe the issue you are experiencing
The addon uses the RPi.GPIO module. RPi.GPIO checks the existence and contents of /proc/device-tree/system/linux,revision and /proc/cpuinfo.
In HA OS 11.2, the /dev/cpuinfo file contains the necessary hardware and revision information. Since OS 11.3, however, information about hardware has been missing. That's why the hardware is not recognized as a Raspberry Pi.
What operating system image do you use?
rpi3-64 (Raspberry Pi 3 64-bit OS)
What version of Home Assistant Operating System is installed?
11.4
Did you upgrade the Operating System.
Yes
Steps to reproduce the issue
...
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: