I just installed a new setup and I was able to get the dashboard to bootup, but I'm not able to select any pins or drivers for any hardware. I assume this is related to an error I see in the service log which says:
The only things I've done so far is change the login details, change the internet port name, and enable single wire and i2c in the raspi-config.
My build:
systemd log:
and then after that in the log there are only a bunch of GET requests.
Is there a fix for this?
driver-subsystem: Failed load raspberry pi driver. Error: can't build hal pin 20: strconv.Atoi: parsing "31+rpt": invalid syntax
The only things I've done so far is change the login details, change the internet port name, and enable single wire and i2c in the raspi-config.
My build:
- Raspberry Pi 3B
- Raspian Bookworm OS (July release)
- Reef Pi 6.0
systemd log:
Code:
Started reef-pi.service - raspberry pi based reef tank controller.
driver-subsystem: Failed load raspberry pi driver. Error: can't build hal pin 20: strconv.Atoi: parsing "31+rpt": invalid syntax
Successfully started subsystem: system
INFO: equipment subsystem: Finished syncing all equipment
Successfully started subsystem: equipment
Successfully started subsystem: ato
Successfully started subsystem: temperature
Successfully started subsystem: macro
Successfully started subsystem: timers
reef-pi version 6.0 is up and running
Starting http server at: 0.0.0.0:80
Methods: [GET]
API Doc path: /api/settings
Starting health checker
Is there a fix for this?