Skip to content

Releases: mikekap/wink-mqtt-rs

Release v0.2.1

21 Mar 23:11
44d98ca
Compare
Choose a tag to compare
  • Added support for a UINT64 attribute type. (Closes #34)
  • Broadcast discovery for all devices, even if one in the middle fails.
  • Omit attributes from devices with unknown types.

Release v0.2.0

24 Jan 22:25
028dd42
Compare
Choose a tag to compare

This release adds an HTTP server! Check it out to control your wink via my crappy UI or REST calls!

Changelog:

  • Add HTTP server running on port 3000. You can toggle stuff on it!
  • Crash when the message queue is full, in the hopes that the supervisor restarts us. rumqttc seems to have issues reconnecting sometimes.
  • Broadcast discovery info every time we connect to the mqtt server.

Release v0.1.5

13 Dec 09:08
Compare
Choose a tag to compare
  • Fix STRING types in the JSON mqtt set endpoint as well. (Closes #17)

Release v0.1.4

13 Dec 04:15
3986b66
Compare
Choose a tag to compare
  • Add support for older version of firmware that doesn't report Gang data. (Closes issue #16)
  • Add support for STRING-based properties & discovery of STRING-based On_Off switches. (Closes issue #17)
  • Add support for UInt16/32-based properties in parsing. (Closes issue #17)
  • Upgrade the mqtt client to attempt fixing reconnection issues (disconnects from the MQTT server would sometimes fail to retry connecting).

Release v0.1.3

28 Sep 00:24
04b49ff
Compare
Choose a tag to compare
  • Fix error logging to print out the actual error
  • Update the init.d files to set the path properly.

Release v0.1.2

16 Aug 01:18
0bc45ff
Compare
Choose a tag to compare
  • Remove silly Dockerfile in bundle
  • Add version to startup log
  • Avoid burning the CPU if the MQTT server is unreachable

Release v0.1.1

16 Aug 00:30
c97b11c
Compare
Choose a tag to compare

First public release! But not the first release, technically.