Not detecting manufacturer / model on Raspberry Pi
My Raspberry Pis (mostly running Raspbian) doen't have /sys/devices/virtual/dmi/
, so mqtt4hass can't auto-detect the make/model. We will need to look in additional locations.
/sys/firmware/devicetree/base/model
System | /sys/firmware/devicetree/base/model |
---|---|
OG RPi | Raspberry Pi Model B Rev 1 |
hallmonitor-pi | Raspberry Pi 2 Model B Rev 1.1 |
TinyPilot | Raspberry Pi 4 Model B Rev 1.2 |
PiKVM | Raspberry Pi 4 Model B Rev 1.4 |
/proc/cpuinfo
System | Hardware | Revision | Model |
---|---|---|---|
OG RPi | BCM2835 |
0002 |
Raspberry Pi Model B Rev 1 |
hallmonitor-pi | BCM2835 |
a21041 |
Raspberry Pi 2 Model B Rev 1.1 |
TinyPilot | BCM2711 |
b03112 |
Raspberry Pi 4 Model B Rev 1.2 |
PiKVM | BCM2711 |
d03114 |
Raspberry Pi 4 Model B Rev 1.4 |
Edited by David G. Martin IV