Skip to content

Releases: MadMonkey87/InnerCore.Api.DeConz

Thermostat support

23 Nov 20:01
Compare
Choose a tag to compare

provides support for ZHAThermostat devices

improved sensor handling

16 Nov 11:02
Compare
Choose a tag to compare

improved support for switch and vibration sensors

Proper Datatypes

24 Jan 17:06
Compare
Choose a tag to compare

This release has extended deserializing support s.t proper data types are used instead of simple strings:

  • the sensor type is now a enum
  • the schedule status is now an enum
  • all dates and datetimes now are represented using a DateTime

Support All Sensor Types

19 Jan 17:25
Compare
Choose a tag to compare

All sensor types are now supported! This includes

  • carbon monoxide
  • presence
  • fire
  • humidity
  • light level
  • doow/window open/close
  • pressure
  • temperature
  • water
  • vibration
  • power
  • consumption
  • all kind of switches

Initial Release

19 Jan 13:08
Compare
Choose a tag to compare

Initial release that supports the following features:

  • discovery of the bridge
  • register on the bridge and retrieve an appkey
  • read/write the config of the bridge
  • update the software/firmware of the bridge
  • reset the bridge
  • password management
  • CRUD for groups
  • CRUD for lights, full support to send light commands
  • CRUD for rules
  • CRUD scenes, recall scenes
  • CRUD for schedules
  • CRUD for sensors
  • retrieve sensor events in realtime
  • color converters

includes two samples to demonstrate the usage of this library

Touchlink

18 Jan 17:52
Compare
Choose a tag to compare
Touchlink Pre-release
Pre-release
  • new touchlink features (scan for devices, reset & identify devices)
  • password management (set / reset)
  • trigger software/firmware update

initial beta release

17 Jan 19:37
Compare
Choose a tag to compare
initial beta release Pre-release
Pre-release
  • fixes
  • reading sensor events in real time
  • sample app
  • tests
  • color converters

initial alpha release

14 Jan 17:57
Compare
Choose a tag to compare
initial alpha release Pre-release
Pre-release

This is the initial alpha release that allows you to

  • discover the gateway
  • register your app
  • connect to the gateway
  • controll and manage lights/sensors/groups/scenes/schedules/rules/config

missing

  • real time sensor monitoring
  • tests
  • sample app