/OctoPrint-roomTemp

Octopi : Displays room temperature in navbar

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Plugin that displays room temperature on navbar

Based on OctoPrint-NavbarTemp by imrahil (https://github.com/imrahil/OctoPrint-NavbarTemp)

Forked from (https://github.com/l00ma/OctoPrint-roomTemp)

This plugin displays room temperature on navbar via a ds18b20 sensor connected to pin n°4 of your raspberry Pi. Under settings, you can control the display temperature to be in Celsius (default) or Fahrenheit.

Setup:

1 - Connect your ds18b20 sensor to your Pi (see Howto below)

2 - Install the roomTemp plugin using Plugin Manager

Howto: Connecting your ds18b20 sensor

1 - Connecting your ds18b20 sensor to the Pi:

Connection

2 - Then connect to your Octopi via ssh.

3 - we first need to open up the boot config file, this can be done by running the following command:

	sudo nano /boot/config.txt

4 - At the bottom of this file enter the following.

	dtoverlay=w1-gpio

5 - Once done save & exit by pressing ctrl x and then y.

6 - Now reboot the Pi by running the following command.

	sudo reboot

7 - Enjoy !!

RoomTemp