From ba9cd08d0968abc81756fca21a93e99e00a9d4f1 Mon Sep 17 00:00:00 2001 From: morph027 Date: Thu, 12 Mar 2020 22:37:10 +0100 Subject: [PATCH] added rgbww light using pwm driver (#482) * added rgbww light using pwm driver --- cookbook/zemismart-rgbw-downlights.rst | 41 ++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/cookbook/zemismart-rgbw-downlights.rst b/cookbook/zemismart-rgbw-downlights.rst index 5dc2714fc..3d5fa5c5c 100644 --- a/cookbook/zemismart-rgbw-downlights.rst +++ b/cookbook/zemismart-rgbw-downlights.rst @@ -1,5 +1,5 @@ -Zemismart LED RGBW Downlights -============================= +Zemismart LED RGBW/RGBWW Downlights +=================================== The Zemismart LED RGBW Downlight is a tuya based downlight available from various retailers online or from `zemismart.com `__ direct. @@ -116,6 +116,7 @@ firmware can be uploaded allowing you to control the smart plugs via Home Assist Thanks to `@1972rx2 `__ for creating the below ESPHome configuration which this cookbook article by `@cryptelli `__ is based on. +Depending ion the type of your light you either need a config using my9231 driver (RGBW) or 5 pwm channels (RGBWW). 3.1 Zemismart LED RGBW Downlight YAML ************************************* @@ -167,6 +168,42 @@ which this cookbook article by `@cryptelli