Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent data - CPU and Disk

brembygit opened this issue · comments

Hi,

I noted some incongruencies on CPU and disk info
this is my config
image

When I run the script as a service, I get the following values
image

If I run interactively
python3 src/system_sensors.py src/settings.yaml
I get this
image

I have another Raspberry with an external USB drive
image

When I run the script as a service, I get the following values
image

If I run interactively
python3 src/system_sensors.py src/settings.yaml
I get this
image

I don't really understand the reason of this behavior, I re-installed the system_sensor in both the devices today and I pulled down the latest version from git, but I still see this "flipping" on the data

any ideas?