tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Missing config file info in log file #68

Closed GyBencze closed 6 years ago

GyBencze commented 6 years ago

Hi Toby, I tried to follow your description on bad robot, but still have problem. The temperature-machine.log file says this:

^@2018-05-11 03:58:29:887+0000 [main] INFO The config file /home/pi/.temperature/temperature-machine.cfg doesn't exist, run "temperature-machine --init" to create it. ^@2018-05-11 03:58:30:145+0000 [main] ERROR There was an error loading config; /home/pi/.temperature/temperature-machine.cfg (No such file or directory) to create it. ^@2018-05-11 03:58:30:145+0000 [main] ERROR There was an error loading config; /home/pi/.temperature/temperature-machine.cfg (No such file or directory)

Any advice would be highly appreciated! :)

tobyweston commented 6 years ago

Hi,

tl;dr - ignore the blog post, install via apt-get instead

The blog article is out of date now, I literally just switched to install things via apt-get which should make things a lot easier. If you're attempting to install from source, you should switch to the new model. See

http://temperature-machine.com/docs

Let me know if that makes sense and you can make progress.

GyBencze commented 6 years ago

Thanks for the quick reply! The apt-get install seems to be working! A lot easier for sure!