I’m trying to setup an aeon labs remote control to control my roller shutter module.
Basically I would like when click on buton 1 the, roller is going down, clicking again would stop … and the same for the up direction with button 2.
I don’t know how to capture the “is going down” or “is going up” event of the module ?
Can somebody help ?
I don't know how to capture the "is going down" or "is going up" event of the module ?
I doubt that it has events for these. The events would normally fire when it reached up or down.
You could compare LoadLevelTarget and LoadLevelStatus variables. If they are different, it should be in motion.
I already had this Idea to compare “LoadLevelTarget” and “LoadLevelStatus”, but they seem to changed together …as Soon as I click on Close, both variables are set to 0 …
So I will investigate something about the energy consumption …