X10 Dimmers implementation
Posted: Friday 20 January 2017 14:37
I know X10 is not respected hardware (I agree, but that is what I and a lot of other DOmoticz users have) and the X10 protocol is not an example of clarity but
(where 0 =< xx <= 63) works on Marmitek LW11 modules -the most common I believe- and would be fairly easy to implement:
Liberate the slider on the png, send " xdim & int(slidervalue *.63)" to the dimmer when it changes
I've made a hack: http://www.domoticz.com/forum/viewtopic ... 23&t=15575 for which Domoticz reports non-existing Mochad errors
I'd be happy to test in beta if that is what it takes.
Code: Select all
PL A1 xdim xx
Liberate the slider on the png, send " xdim & int(slidervalue *.63)" to the dimmer when it changes
I've made a hack: http://www.domoticz.com/forum/viewtopic ... 23&t=15575 for which Domoticz reports non-existing Mochad errors

I'd be happy to test in beta if that is what it takes.