experiments in AC dimming (moes and robotdyn)

This commit is contained in:
root
2025-09-05 18:53:46 +12:00
parent 0dfef5ced1
commit 3388aafd46
+2 -2
View File
@@ -8,8 +8,8 @@
##########################################################################################
#
# NOTES RE TUYA COMMS FOR THIS MODULE
# - Toggle DP1 (switch) to 1/0 for ON/OFF — the dimmers MCU does the smooth ramp itself over a few seconds.
# - We set DP2 (brightness) on a 01000 scale; this is the actual brightness level your firmware uses.
# - Toggle DP1 (switch) to 1 or 0 for ON or OFF. The dimmer's MCU does the smooth ramp itself over a few seconds.
# - We set DP2 (brightness) on a 0-1000 scale; this is the actual brightness level your firmware uses.
# - We read DP2 back as a sensor (and also show a % view) so we can see the live target the MCU is using.
# - DP3 is exposed only as an optional minimum-brightness limit; not touched during normal dimming unless you tune the low end.
# - It appears that 11 is the lowest DP3 raw value. Brightness of 1% sets this, and 2% ramps it to 19.