Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Releases: Skinah/wled

openHAB V2.5.9 and V3.0.0 working builds

05 Oct 00:22
Compare
Choose a tag to compare

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

03 Oct 04:15
Compare
Choose a tag to compare
  • 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.

01 Oct 07:12
Compare
Choose a tag to compare
  • 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

28 Sep 12:06
Compare
Choose a tag to compare
  • 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.

27 Sep 02:10
Compare
Choose a tag to compare

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

26 Sep 08:00
Compare
Choose a tag to compare

Fixed an issue with detecting online and offline detection.

Build 2020-09-26-AM now HTML API based

26 Sep 07:05
Compare
Choose a tag to compare

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

06 Jul 13:21
Compare
Choose a tag to compare

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