Raspberry Pi Temperature CPU

hi @Klimbim
according to this @Farmbot team: would you tell us something about your deployment cycle? you have to use nerves.

Can’t imagine that you’re the first who want to read out the temperature with nerves so i created a post at the nerves forum.
My approach would be:

  • find a file which hold the cpu-temperature on the linux-system at nerves
  • read out this file in an interval of XX seconds with elixir I/O-File-Lib
  • send the data to an REST-API e.g. adafruit.io

Unfortunately I’m at my girlfriend home this weekend and I only have a windows notebook here. :frowning: