Skip to content

Releases: monty68/uniled

v3.0.7 Beta 8

12 Dec 08:44
Compare
Choose a tag to compare
v3.0.7 Beta 8 Pre-release
Pre-release

Fix the DHCP discovery of an existing device showing incorrectly as a new discovery. DHCP packets use the WiFi Mac address, but UDP discovery packets contain the BLE Mac address.

Extend the command back-off time delay to give devices a bit longer to process as hitting them too soon with commands can cause them
to either not respond and on the rare occasion crash the device.

Some minor code improvements.

v3.0.6 Beta 7

09 Dec 07:56
Compare
Choose a tag to compare
v3.0.6 Beta 7 Pre-release
Pre-release

Fix many issues with the WiFi device code!

v3.0.4 Beta 6

06 Dec 07:45
Compare
Choose a tag to compare
v3.0.4 Beta 6 Pre-release
Pre-release

Further updates to address property access errors.

v3.0.3 Beta 5

05 Dec 08:15
Compare
Choose a tag to compare
v3.0.3 Beta 5 Pre-release
Pre-release

Attempting interim fix for some users with errors relating to UniledDiscovery class property errors.

Note: A more robust fix will be done but it will take some time.

v3.0.2 Beta 4

03 Dec 12:44
Compare
Choose a tag to compare
v3.0.2 Beta 4 Pre-release
Pre-release

Minor bug fixes and improved socket error handling.

v3.0.1 Beta 2

02 Dec 07:33
Compare
Choose a tag to compare
v3.0.1 Beta 2 Pre-release
Pre-release

Beta 2 release incorporating support for certain WiFi devices.

This is a significant code refactoring and has not been thoroughly tested, so use is at your own risk!

v3.0.0 Beta 1

01 Dec 22:22
Compare
Choose a tag to compare
v3.0.0 Beta 1 Pre-release
Pre-release

Beta release incorporating support for certain WiFi devices.

This is a significant code refactoring and has not been thoroughly tested, so use is at your own risk!

If WiFi devices are not being discovered, add the below to your 'configuration.yaml' file and restart Home Assistant.

uniled:

v2.2.6

24 Nov 15:21
7b25369
Compare
Choose a tag to compare

Fix a number of issues.

v2.2.5

20 Feb 07:56
9888df5
Compare
Choose a tag to compare

Fix issue #57 SP617E detection and ensure "supported_color_modes" is a set.

v2.2.4

22 Jan 18:30
0d0381c
Compare
Choose a tag to compare

Add additional device signatures as the SP611E and SP621E seem to come in a number of different firmware variants.

What's Changed