0.2.0 • Published 8 years ago

homebridge-sense v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

homebridge-sense

Homebridge plugin for Hello Sense sleep tracking device

Installation

As of now this plugin can be installed from npm:

npm install -g homebridge-sense

Configuration

Example:

{
    "accessory": "Sense",
    "name": "Sense",
    "username": "something@something.com",
    "password": "password"
}

Roadmap

  • write NodeJS-Plugin for Hello Sense for later use in Plugin
  • implement characteristics:
    • Temperature
    • Humidity
    • Sound (background noise) - no idea which characteristic to use here
    • Light (ambient light level)
    • Particulate density / air quality
    • Battery status for Sleep Pills
  • change plugin so that all data will be updated with a single request to speed up and save resources
  • implement periodic update to enable automation without opening any app.
  • Add characteristics for alarms (not sure which and how)...
0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago