From aebaa4c89fad46eb3b5e286a18f6b516a87fb4cb Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Fri, 15 Oct 2021 22:22:52 +0100 Subject: [PATCH 1/2] Additional effects --- esphome/common/sense_gloworb_common.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/esphome/common/sense_gloworb_common.yaml b/esphome/common/sense_gloworb_common.yaml index 4758ac1c..92bdedfc 100644 --- a/esphome/common/sense_gloworb_common.yaml +++ b/esphome/common/sense_gloworb_common.yaml @@ -40,6 +40,15 @@ light: effects: - strobe: - flicker: + - pulse: + - pulse: + name: "Fast Pulse" + transition_length: 0.5s + update_interval: 0.5s + - pulse: + name: "Slow Pulse" + # transition_length: 1s # defaults to 1s + update_interval: 2s - addressable_rainbow: - addressable_color_wipe: - addressable_scan: From 1c333be4daff82dd2cd4f5c120e4a483e2462522 Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Fri, 15 Oct 2021 23:02:43 +0100 Subject: [PATCH 2/2] E131 and WLED support --- esphome/common/sense_gloworb_common.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/esphome/common/sense_gloworb_common.yaml b/esphome/common/sense_gloworb_common.yaml index 92bdedfc..9e9ab4e8 100644 --- a/esphome/common/sense_gloworb_common.yaml +++ b/esphome/common/sense_gloworb_common.yaml @@ -26,6 +26,11 @@ output: pin: D4 inverted: True +e131: + method: multicast # default: register E1.31 to Multicast group + +wled: + light: # ... and then make a light out of it. - platform: monochromatic @@ -38,6 +43,10 @@ light: num_leds: 12 name: "${friendly_name} Ring" effects: + - e131: + universe: 1 + channels: RGB + - wled: - strobe: - flicker: - pulse: