On Friday, November 19, 2021 at 6:37:34 PM UTC-8 [email protected] wrote: > I am rebuilding my RPi and have copied the weewx.conf and weewx.sdb from > my previous implementation. When I attempt to start weewx it exits > beceause it can't find the serial port. The error message in the log file > indicates that the port is ttyUSAMA0 while the weewx.conf has ttyAMA0. Not > sure what has happened. > > I see /dev/ttyAMA0 in my clean bullseye-based Raspi. Just go with it and use that. Worst that happens is it still doesn't work :-)
Run "sudo dmesg | grep -i serial" and see what it reports. Mine reports: [ 1.411259] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 38, base_baud = 0) is a PL011 rev2 > FYI the OS version has changed from Buster in my previous implementatio to > Bullseye very recently. > > During the OS install I have seen some errors about the locale being > unknown. LC_MESSAGE, LC_ALL and LC_CTYPE. I executed export commands for > each setting them to en_US.UTF-8. No idea why this happened or if it is > related. > Did you actually build locale files for en_US.UTF-8 with raspi-config ??? -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9bf8adc3-432f-46db-a2a5-ca9f49938f11n%40googlegroups.com.
