diff --git a/octoprint_enclosure/templates/enclosure_settings.jinja2 b/octoprint_enclosure/templates/enclosure_settings.jinja2
index b5092c5..a158f62 100644
--- a/octoprint_enclosure/templates/enclosure_settings.jinja2
+++ b/octoprint_enclosure/templates/enclosure_settings.jinja2
@@ -17,6 +17,8 @@
+
+
Attention You need to install and configure the necessary
libraries for the temeprature sensor, check the documentation on github page
@@ -31,7 +33,23 @@
-
+
+
+
+
+
+ GPIO pin for temperature sensor need to connect the sensor to I2C. SCL Clock to GPIO 3 (SCL) and SDA Data to GPIO 2 (SDA)
+
+
+
+
+
+
+ Sensor address in HEX value, you can find it by runing i2cdetect -y 1 on your Raspberry Pi
+
+
+
+
@@ -64,7 +82,7 @@
- GPIO pin used to control Heater. You can not use GPIO 4 here
+ GPIO pin used to control Heater.
@@ -118,18 +136,16 @@
-
+
- GPIO number that will be controlled. You can not use GPIO 4 here
-
-
-
-
-
- Active low means that the GPIO will turn on when receive a low signal (ground) from Raspbery PI
+
+ GPIO number that will be controlled.
+
+
+ Attention Neopixel requires a microcontroler (ex: arduino) connected to I2C bus.
+ This is the pin on the microcontroler that is connected to the Neopixel.
+
@@ -170,6 +186,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Active low means that the GPIO will turn on when receive a low signal (ground) from Raspbery PI
+
+
+
+
+
+
+
+
+ Value is in Hz
+
+
+
+
+
+
+ Value is in percentage, between 0 and 100
+
+
+
+
+
+
+
+
+ Microcontroller address in HEX value, you can find it by runing i2cdetect -y 1 on your Raspberry Pi
+
+
+
+
+
+
+ Number of led's on strip
+
+
+
+
+
+
+ Value between 0 and 255
+
+
+
+
+
+
+ Value needs to follow the format rgb(value_red,value_green,value_blue) where values should be between
+ 0 and 255
+