Jason_Bush
(Jason Bush)
February 4, 2017, 5:28pm
21
My schedule won’t allow time to be much more detailed than what I was already. I’d be more than happy to answer any questions though! Good luck!
jolerius
(Joakim Olerius)
May 15, 2017, 5:26pm
22
Nice one, but how do I get the temperature in Celsius ©?
in file smartthings_DHT_DHCP.ino in line 166 instead temp = dht.readTemperature(true); you should use temp = dht.readTemperature();
You might also want to check out @ogiewon ’s ST_Anything. It’s a whole bunch of different sensors pre-built with a ton of different options for each. Also it allows you to mix/match across different boards. I started to work on the very beginning of something similar but am SOOO glad I found his instead. He’s even got integration of the new ESP-32’s.
UPDATE 2022-08-17 - Per this recent SmartThings announcement, the Groovy IDE will disabled on September 30, 2022 . My best guess is that any existing ST_Anything devices will probably cease to operate at this time, or shortly thereafter. It has been a good 7+ year run for ST_Anything users. I want to thank you all for making ST_Anything a successful project! My son and I really had a lot of fun creating it together, and have enjoyed hearing how you have all used it in so many creative ways.
As many of you probably already know, I have moved on from ST and have ported ST_Anything over to Hubitat as “HubDuino” . If you have devices running ST_Anything that you ‘can’t live without,’ at least you know you have options. Another option for ESP8266/ESP32 users would be to use ESPHome along …