upgrading rpi to bullseye #61
basking-in-the-sun2000
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been having some disconnects (which turned out to be the router) and decided to update the distro to bullseye
Most went without a hitch, but there are some caveats. Will be pushing the changes to make it compatible with pymodbus 3. However, if you decide to upgrade before then, you need to make them (remove sync from pymodbus.client.sync, and change to slave= from unit=)
If you decide to upgrade your distro, think these are all the steps (read all first)
I followed this guide
Before step 8 I ran these commands since I had some issues
After that, I needed to install some py modules
Didn't need to add repos for grafana nor influx since the built-in already includes them. You can remove the ones you added
You should run
cat /var/log/solar/solar.log
to make sure it is running correctly. Wait for about 15m to make sureBeta Was this translation helpful? Give feedback.
All reactions