This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
Releases: Skinah/wled
Releases · Skinah/wled
openHAB V2.5.9 and V3.0.0 working builds
This may be the last V2.x release before moving onto openHAB V3.x development to try and get this merged before 3 is released.
- FIX: White channel now triggers fine from the masterControls instead of turning black.
Google white detection
- Now will detect if google is asking for 'white' and will switch to using the pure white leds if the string is RGBW.
- 3 seconds timeout on http requests for quicker OFFLINE detection.
Save preset action and new Saturation Threshold feature.
- Has the ability to save presets using an openHAB ACTION.
- New saturationThreshold config to allow white LEDS to be triggered when using a colorpicker linked to the masterControls channel.
Readme has info on new config.
2020-09-28
- Auto sync of FX and Pallettes so the lists always match the loaded firmware. This means no need to keep changing the binding as the firmware adds more FX.
- RGBW support added but not tested.
- Bug fixes.
2020-09-27 masterControls channel and fixes.
Changed to using a single "masterControls" channel and lots of bug fixes to make the controls instantly change the light when asked via the master controls.
Build 2020-09-26-PM
Fixed an issue with detecting online and offline detection.
Build 2020-09-26-AM now HTML API based
This binding has been fully re-worked in order to get it ready to be merged. This meant changing the binding to be HTML based so it does not need MQTT anymore. Treat this as a whole new binding and clean your cache and tmp when moving to this new version.
Build 2020-07-06 MQTT API based
A precompiled Jar file is attached inside the ZIP.
- Uses MQTT to talk with WLED via a broker. Don't recommend using this build now the newer ones use the HTTP api instead.
- Binding now has a new channel added for saving presets from Openhab. Thanks to @AdityaKush
- More FX names have been added. Thanks to @AdityaKush and @crimsonclyde