Ben
Ben
Try it, the worst that happens is it doesn't work. Not everything will work as they are Pi specific..
It looks like your OS is set to protect itself. Installing packages (modules) for python using pip can override OS installed versions installed via it's own package manager (program installer)....
Yeah, that forces it but may break something on a server that it needs a different version of a python module. If it is nothing critical then go for it...
What's homeassistant saying in the various logs, mqtt logs etc. What do any monitor tools see of the mqtt server. I assume it's not encrypted. On Sat, 2 Sep 2023,...
In home assistant. Are you using mosquitto from HA itself, if so life is usually easier. (it has a log). But given you have the monitor it, you may not...
I forgot to add some, install isn't much different a few tweaks (simpler) iirc. Sems to show everything we need. We can now also show if a 5V 5A PSU...
You are going to have to work through the setup again, check and see where it fails. Test you can also just send to the mqtt server and see it...
If you're still using the old buster. Then these would get installed by pip3 method later https://github.com/ironsheep/RPi-Reporter-MQTT2HA-Daemon?tab=readme-ov-file#now-finish-with-the-script-install Though RaspberryPi OS 'Buster' is not longer supported on the RaspberryPi by themselves....
You need to just work through the setup. Read what you are doing and you'll see. Ignore the apt errors for now. See if it works. Other than that you'll...
In you own code just remove the .lower from the end of the line. Open the python file on your Pi, find that line and just delete that section of...