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

Will this work on regular Debian Linux X64 #140

Closed ranrinc closed 1 year ago

ranrinc commented 1 year ago

Will the script work for regular PC running Debian Linux?

haxorjim commented 1 year ago

Worked for me...

git clone ...

pipenv install -r requirements.txt

(configure it)

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

ranrinc commented 1 year ago

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