Shelly Plus 0-10V Dimmer #2219
nullatore
started this conversation in
MEPLHAA Scripts
Replies: 2 comments 2 replies
-
Ok , changing to Software PWM and then set as inverted, it works.
Next problems :) I would have a smoother dimmering output. See the red curve. Do I have to increse the items into Y0 section (v= 0 , v=10, v=20, v=30, ....., v=100)?
Thank you all |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try this: {
"c": {"io": [[[0],2],[[26],9,0,65535,1],[[25],6,1],[[4,18],6,0,1],[[32],10,0,3]],"y":[500],"l": 0,"b":[[25,5]]},
"a": [
{
"t": 30,
"g":[26],
"b": [[4],[18]]
}
]
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build up on my own the MEPLHAA script for Shelly Plus 0-10V Dimmer. It'll be little bit over my head but I'm positive. It will a good teaching test.
First of all, here some reference for pinout e for whole characteristic:
It's a ESP32 cpu base, with a PWM 500Hz Frequency
(By the way, my goal is to driver a 0-10v led dimmering system who has a 0-10v port)
Here some questions about my very first json (that doesn't work :) )
PWM output (on GPIO26) has to be set as a Hardware o Software PWM?
Beta Was this translation helpful? Give feedback.
All reactions