Releases: monty68/uniled
v3.0.2 Beta 4
Minor bug fixes and improved socket error handling.
v3.0.1 Beta 2
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
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
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
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.