homebridge-sense
homebridge-sense copied to clipboard
Initial thinking...
Seems the API for Hello Sense has finally been decoded: https://www.chameth.com/2016/04/10/sense-api/ https://github.com/chendo/sense-api.cr
First steps will be to do OAuth and then implement the sensor data about:
- temperature
- humidity
- particulates (i.e. air quality)
- light
- sound (i.e. noise)
https://stormpath.com/blog/talking-to-oauth2-services-with-nodejs
Looking forward.
Can not really help you with coding sorry
Sweet. Request via curl works perfect:
TOKEN:
curl -X POST -d 'grant_type=password&client_id=8d3c1664-05ae-47e4-bcdb-477489590aa4&client_secret=4f771f6f-5c10-4104-bbc6-3333f5b11bf9&username=<e-mail>&password=<password>' https://api.hello.is/v1/oauth2/token
ROOM CONDITIONS:
curl -H 'Authorization: Bearer <access_token>' https://api.hello.is/v1/room/current?temp_unit=c
Would be grate progress need the stuff to control my Fan in the bedroom
I'm not the best with js but will have a play over the next couple of days. Been wanting this functionality forever
Welcome on board!
@luc-ass please sense update. nt working :/
Hi there. This Plugin ja closed as hello Sense closed for good. Sorry.
Am 05.10.2019 um 13:33 schrieb owarz [email protected]:
@luc-ass please sense update. nt working :/
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.