Grove PI InitialState Temperature problem

Im trying to deploy the (dht.py example)

I have the connection success with the InitialState page, but the temperature read is the same all the time, only have the humidity variation.

2016-08-05T13:44:57.211523Z,Temperature©,17
2016-08-05T13:44:57.211743Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:04.456210Z,Temperature©,17
2016-08-05T13:45:04.456484Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:11.735349Z,Temperature©,17
2016-08-05T13:45:11.735627Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:45:19.060839Z,Temperature©,17
2016-08-05T13:45:19.061117Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:26.301326Z,Temperature©,17
2016-08-05T13:45:26.301601Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:45:33.708670Z,Temperature©,17
2016-08-05T13:45:33.708947Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:40.996888Z,Temperature©,17
2016-08-05T13:45:40.997153Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:48.246893Z,Temperature©,17
2016-08-05T13:45:48.247161Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:45:55.942894Z,Temperature©,17
2016-08-05T13:45:55.943167Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:03.184674Z,Temperature©,17
2016-08-05T13:46:03.184950Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:10.557240Z,Temperature©,17
2016-08-05T13:46:10.557498Z,":sweat_drops: Humidity(%)",62
2016-08-05T13:46:17.871235Z,Temperature©,17
2016-08-05T13:46:17.871513Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:25.133459Z,Temperature©,17
2016-08-05T13:46:25.133735Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:32.369326Z,Temperature©,17
2016-08-05T13:46:32.369601Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:39.803776Z,Temperature©,17
2016-08-05T13:46:39.804049Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:47.183139Z,Temperature©,17
2016-08-05T13:46:47.183418Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:46:54.594848Z,Temperature©,17
2016-08-05T13:46:54.595128Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:47:02.117457Z,Temperature©,17
2016-08-05T13:47:02.117714Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:47:09.490222Z,Temperature©,17
2016-08-05T13:47:09.490507Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:47:16.908644Z,Temperature©,17
2016-08-05T13:47:16.908921Z,":sweat_drops: Humidity(%)",61
2016-08-05T13:47:24.211812Z,Temperature©,17
2016-08-05T13:47:24.212087Z,":sweat_drops: Humidity(%)",61

What would be the problem?

Thanks in advance!!!

Can you try out this example and see what it reads: https://github.com/DexterInd/GrovePi/blob/master/Software/Python/grove_dht_pro.py#L53. Make sure that you select the right sensor (blue,white) and the right pin number. Also, can you send a link to the sensor that you are using, is it the same blue one as in Initial State’s website or a different one.

-Karan