Skip to content

Releases: owagner/hue2mqtt

Bridge discovery changes, auth notification

11 Jun 09:24
Compare
Choose a tag to compare
  - will now publish a non-retained message to topic/status/authrequired

if authentication is required.

Adapted to new whiteliste username scheme, API 0.11.2

28 May 12:03
Compare
Choose a tag to compare
* 0.11 - 2016/05/28 - owagner/hobbyquaker

  - adapted to new 1.8.1+ API scheme of whitelist usernames being
assigned by the bridge.
    The assigned username is stored using Java Preferences. The scheme
should be compatible
    with already authorized hue2mqtt instances, which used a hardcoded
username of "hue2mqttuser".
  - Hue API libraries updated to 0.11.2.

Added auto-reconnect

23 Feb 20:32
Compare
Choose a tag to compare
v0.10

- remove autoboxing

Various fixes, API 1.8.3

01 Oct 10:26
Compare
Choose a tag to compare
* 0.9 - 2015/10/01 - owagner

  - truncate float numbers to integer when setting integer-only
datapoints. Fixes #6

_inc fix, new eclipse-paho version

18 Jul 12:01
Compare
Choose a tag to compare
* 0.7 - 2015/07/18 - owagner

  - fixed direct datapoint set variant of _inc fields
  - updated eclipse-paho to 1.0.2

SDK 1.8, support for relative sets

15 Jul 11:30
Compare
Choose a tag to compare
* 0.6 - 2015/07/15 - owagner

  - updated SDK libs to 1.8
  - added support for the "_inc" variants of fields. Implements [3]

Adapted to new topic structure

25 Mar 22:10
Compare
Choose a tag to compare
v0.4

- fixed formatting [no-ci]

Initial working release

03 Mar 12:15
Compare
Choose a tag to compare
Pre-release
v0.2

Updated API key