Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
361 stars 112 forks source link

The latest version did not able to detect Raspberry running Debian 12 #162

Closed ranrinc2 closed 1 year ago

ranrinc2 commented 1 year ago

Hi there,

Just wanna let you know that the latest Debian 12 will not be able to run Python script anymore. I'm able to make it work using Python env however its current status is

Aug 27 15:35:13 rpiproxy-1 systemd[1]: Started system_sensors.service - Python based System Sensor Service for MQTT.
Aug 27 15:35:14 rpiproxy-1 python3[1032]: Unable to import rpi_bad_power library, or is incompatible on host architecture. Power supply info will not be shown.
Aug 27 15:35:14 rpiproxy-1 python3[1032]: Unable to import apt package. Available updates will not be shown.

I use this system to get Raspberry system info, so with these broken my home-assistant dependencies go for Glances. Hope this can get fixed though.

ranrinc2 commented 1 year ago

sorry it my problem and not the script..