diff --git a/hue2influx.py b/hue2influx.py
index 3b63bb4b72dd87e2b2d936d7afc6497f74ece648..5066538011fe167d729ed4fef39e9e6772119ab7 100644
--- a/hue2influx.py
+++ b/hue2influx.py
@@ -79,7 +79,7 @@ class Hue2Influx:
                 if state_key == 'lastupdated':
                     continue
                 elif state_key == 'temperature':
-                    state_value = state_value / 10
+                    state_value = state_value / 100
 
                 measurement['fields'][state_key] = state_value