From 35699274030ba7e05568c568fffaf8b668c14ec4 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Wed, 30 Nov 2022 09:15:34 +0100 Subject: [PATCH] Update ZeroCross Dimmer calibration on physical measurement Alligned with physical measurement of 1KW heating --- tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino b/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino index e6254b1f8..9567fdd48 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_04_light_utils.ino @@ -34,12 +34,12 @@ typedef struct gamma_table_t { const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performance reasons { 0, 0 }, { 10, 64 }, - { 50, 144 }, - { 100, 205 }, - { 500, 500 }, - { 900, 795 }, - { 950, 866 }, - { 990, 936 }, + { 50, 175 }, + { 100, 235 }, + { 500, 485 }, + { 900, 704 }, + { 950, 748 }, + { 990, 850 }, { 1024, 1024 }, { 0xFFFF, 0xFFFF } // fail-safe if out of range };