Skip to content

Releases: andersonshatch/soma-ctrl

v2.0.1

27 Feb 22:43
Compare
Choose a tag to compare

MQTT discovery fix for home-assistant versions >=2021.3 (remains compatible with older versions).
Bump dependencies to latest version (including security fixes).

v2.0.0

02 Oct 20:40
Compare
Choose a tag to compare

BREAKING: Drops support for node versions older than 8.16.1.
Node versions newer than 8 now supported!
Add a quit HTTP endpoint.
Move from noble to @abandonware/noble.
Bump dependencies to latest version.

v1.4.2

23 Jul 21:11
Compare
Choose a tag to compare

Handle error on connect properly (attempt reconnect)
Bump dependencies to latest version (including security fix)

v1.4.1

08 May 20:57
Compare
Choose a tag to compare

Bump dependencies to latest version (including security fix)

v1.4.0

11 Feb 22:18
Compare
Choose a tag to compare

Publish a JSON attributes topic to MQTT with the battery level; this can be consumed by home-assistant 0.87.0 and up so the cover will have an attribute with the current battery level.

v1.3.1

08 Feb 15:33
Compare
Choose a tag to compare

Readme fixes.
Bump dependencies to latest version (including security fix)

v1.3.0

10 Jan 22:02
Compare
Choose a tag to compare

Stability improvements:
Handle devices without the expected set of characteristics by disconnecting from them, in hope that reconnecting will set them up correctly.
Address issues with only connecting to the first discovered device - wait to connect to any discovered device until the timeout finishes or the expected number of devices have been found.

v1.2.0

16 Dec 17:46
Compare
Choose a tag to compare

Allow specifying MAC addresses to connect to
Allow connecting to devices without a RISE prefix
Connect to any discovered device with name 'S'

v1.1.1

10 Nov 22:10
Compare
Choose a tag to compare

Fix to discovery topics needed for hass 0.82.0.
Allow specifying device IDs you do not want to connect to by prefixing them with an underscore, e.g.:
somactrl -l 3000 _RISE108 RISE123 #Connect to 123, but not 108.

v1.1.0

30 Oct 20:49
Compare
Choose a tag to compare

Publish device registry data over MQTT for Home Assistant consumption.
Add calibrate HTTP endpoints, with documentation.
Bump dependencies to latest versions.