Releases: andersonshatch/soma-ctrl
v2.0.1
v2.0.0
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
Handle error on connect properly (attempt reconnect)
Bump dependencies to latest version (including security fix)
v1.4.1
Bump dependencies to latest version (including security fix)
v1.4.0
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
Readme fixes.
Bump dependencies to latest version (including security fix)
v1.3.0
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
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
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
Publish device registry data over MQTT for Home Assistant consumption.
Add calibrate HTTP endpoints, with documentation.
Bump dependencies to latest versions.