Hey @bartplessers, this looks really cool! I’ve been struggling to find a way for reliable and smooth responses to the E1744 increase and decrease actions, and perhaps this is it. However, I’ve been reluctant to take the plunge into AppDaemon and have been trying to do everything I can with native HASS automations and scripts.
I’ve set up AppDaemon + ControllerX to control a Hue light group, however the default setup is really laggy, taking at least 1 second to respond to an input from the E1744, and still carrying out commands a few seconds after I’ve stopped moving the dial. Is there something I need to change with delays somewhere to reduce the lag? Maybe this is happening because my lights are still linked into Home Assistant by Hue’s own hub and not directly in MQTT?
config/appdaemon/apps/apps.yaml has an entry like this (I’ve tried removing the transition attribute):
Either of these would work for me, if it wasn’t for the power method. I would like a device with neutral. The reason is because I am turning a 1G switch into a 2G switch, so the second device (or second knob) wouldn’t control any electrical load directly (and therefore won’t be getting any current from the electrical circuit unless it has a netural); it would be used only to send the commands on the relevant network.