Any plans for this? I’d like to take advantage of the data it collects: temperature, humidity, light level and noise level, plus sleep patterns obviously.
I have been very disappointed with my Sense. The hardware makes sense but its very inaccurate. On top of that my Sense Hub started flipping out a week ago.
I started to hack some things together but I think I’m going to opt for the new Samsung solution (native ST support!) Instead
I had a few minutes of free time and threw together a quick Device Handler for the Sense to just pull Temp/Humidity/Light. It’d be trivial to pull the particulates but there isnt a clean capability mapping for that within ST.
To configure, create the device handler with this code, then create a device with this handler type, add in your email/password for Hello Sense in the device, and you should be off to the races.
The code could stand to be cleaned up, but will work for now. Let me know what you think.