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

Will this work on regular Debian Linux X64

ranrinc opened this issue · comments

Will the script work for regular PC running Debian Linux?

Worked for me...

git clone ...

pipenv install -r requirements.txt

(configure it)

pipenv run python src/system_sensors.py src/settings.yaml

Worked for me...

git clone ...

pipenv install -r requirements.txt

(configure it)

pipenv run python src/system_sensors.py src/settings.yaml

thanks man... will try it on my machine