On the other hand, it is clearly too expensive for me, just to have a "remote dimming" feature.
An On/off timer is enough for me and I can do that with 5$ Sonoff's.
I came to the exact same conclusion.
Yesterday I ordered half a dozen.
They are cheap enough that just the terminals to connect the Mean Well driver to a cord makes them worth while. I'm tired of soldering on a plug.
I will use some on my household lamps too so Alexa can turn them on and off for me.
I like the idea of having something to connect to the dimmer wires. I just do not need wireless.
Although there are some projects where zigbee would be a good thing. I did a cost analysis for a landscaper needing 500-1000 intra-canopy units.
The as the professor continued his intra-canopy research for the landscaper, all the units need to be adjusted periodically. Too much to do manually.
That many zigbee units was a bit too expensive.
I did however come up with an interesting design. Are you familiar with the neoPixel RGB WS2811 controllers? They are essentially triple PWM LED drivers.
There is a Texas Instruments chip that is much better than the neoPixel driver that does the same.
My idea was to use the three outputs as PWM signals to three drivers by putting a pull up resistor on each of the three outputs.
The chips daisy chain together with no limitation for the number of chips daisy chained.
The three resistors is where the RGB LEDs would normally go.
They daisy chain by connecting pin 5 SDO to the SDI (Serial Data Input) of the next chip.
Then drive the SDI with any micro-controller. Then only one wireless controller can service any number of drivers in any localized area.
Very inexpensive (~10¢ per driver) way to extend a single PWM driver.