Skip to content

Releases: monty68/uniled

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

v2.2.3

22 Jan 08:29
3574a5d
Compare
Choose a tag to compare

This fix is for certain early SP601E's which run a different firmware with a slightly different notification format.

v2.2.2

21 Jan 09:43
051bbf2
Compare
Choose a tag to compare

Minor fix to address Issue #49 where certain SP611E devices not being detected.

v2.2.1

17 Jan 10:13
051bbf2
Compare
Choose a tag to compare

Minor fix to address Issue #47 where certain SP611E devices not being detected.

v2.2.0

16 Jan 12:51
Compare
Choose a tag to compare

UniLED v2.2.0

This is a major rewrite of the original code with significant code improvements and added support for a wider range of devices.

💥Breaking Changes

Device-specific configuration entities, such as "chip type", or "chip color ordering" have now been removed and access to these is now provided through the standard device "CONFIGURE" feature of HA.

This release is unable to automatically migrate entities from v1.x.x or v2.0.x Beta versions and once installed, any entities previously created, will not function and must be deleted, rediscovered, and reinstalled.

📢UniLED supports the following range of BLE LED controllers:

📱LED Chord

  • SP107E - SPI RGB(W) Controller

📱LED Hue

  • SP110E - SPI RGB(W) Controller

📱BanlanX

  • SP601E / SP602E / SP608E - Multi Channel SPI RGB Controllers
  • SP611E - SPI RGB Controller
  • SP613E - PWM RGB Controller
  • SP614E - PWM RGBW Controller
  • SP6117 - SPI RGBW Controller
  • SP620E - USB SPI RGB Mini Controller
  • SP621E - Mini SPI RGB Controller
  • SP623E - Mini PWM RGB Controller
  • SP624E - Mini PWM RGBW Controller
  • SP630E - PWM/SPI RGB, RGBW, RGBCCT Controller
  • SP631E / SP641E - PWM Single Color Controllers
  • SP632E / SP642E - PWM CCT Controllers
  • SP633E / SP643E - PWM RGB Controllers
  • SP634E / SP644E - PWM RGBW Controllers
  • SP635E / SP645E - PWM RGBCCT Controllers
  • SP636E / SP646E - SPI Single Color Controllers
  • SP637E / SP647E - SPI CCT Controllers
  • SP638E / SP648E - SPI RGB Controllers
  • SP639E / SP649E - SPI RGBW Controllers
  • SP63AE / SP64AE - SPI RGBCCT Controllers

📱Hao Deng

Basic support for Hao Deng/Zengge BLE Mesh devices.

🎉 Acknowledgements

SleepyNinja for the great work deciphering and developing code for Zengge BLE Mesh devices and which has been used as a basis to implement support in UniLED.