With openHABian v1.9.5 (openhabian-raspios64-latest-202501172059-crc3b16d562.img.xz) FireMotD shows a wrong platform (Pi 3 instead of Pi 5):
###############################################################################
############### openhabian ##################################################
###############################################################################
## Ip = 192.168.1.2
## Release = Debian GNU/Linux 12 (bookworm)
## Kernel = Linux 6.6.51+rpt-rpi-2712
## Platform = BCM43455 37.4MHz Raspberry Pi 3+-0190
## Uptime = 0 day(s). 00:21:16
## CPU Usage = 6.91% avg over 4 cpu(s) ( core(s) x - socket(s))
## CPU Load = 1m: 0.18, 5m: 0.21, 15m: 0.28
## Memory = Free: 12.41GB (78%), Used: 3.56GB (22%), Total: 15.81GB
## Swap = Free: 1.49GB (100%), Used: 0.00GB (0%), Total: 1.49GB
## Root = Free: 20.93GB (76%), Used: 6.28GB (24%), Total: 28.70GB
## Updates = 5 apt updates available.
## Sessions = 1 session(s)
## Processes = 142 running processes of 4194304 maximum processes
###############################################################################
openhabian@openhabian:/opt/FireMotD $ cat /proc/cpuinfo
...
Revision : e04171
Serial : af8a333a1234567890
Model : Raspberry Pi 5 Model B Rev 1.1
I had the same issue with an Raspi 4 but found some logs from other OH users showing the right platform for a Raspi 4, so I assume that also newer platforms are supported.
systemctl start firemotd.service
and /opt/FireMotD/FireMotD -S
did not help. Any idea how to show the right platform?