Hi,
I’m having a problem with an Aeotec Micro Smart Dimmer 2E (DSC19103-ZWEU).
I have a switch wired to the switch contacts and that works fine. When I switch it on or off, I see the corresponding events in the IDE event list like::
DEVICE /physical :: switch :: on :: Light was turned on :: Changed = true
DEVICE /physical :: switch :: off :: Light was turned off :: Changed = true
After the contact switch has been used to turn the light off, at some time between 0 and 15 minutes, I see this message. And it then happens every 15 minutues:
DEVICE /physical :: switch :: off :: Light was turned off :: Changed = false
If I turn the light on using Z-Wave, I see:
APP_COMMAND :: :: on :: :: true
COMMAND :: :: on :: :: true
DEVICE /digital :: switch :: on :: Light is on :: Changed = true
But then as regular as clock work, the next 15 minute boundary comes up, and the light turns off on it’s own, and this is recorded!
DEVICE /physical :: switch :: on :: Light was turned on :: false
To be clear - the dimmer turns off without any control only when turned on by a z-wave command. When it is turned on using the switch contacts, the dimmer stays on until you turn it off.
I am totally baffled by this.
I am using the default device handler of ‘Aeon Illuminator Module’.
The documented options for the dimmer are limited, and there certainly isn’t one documented that says “turn off within 15 minutes if turned on by a Z-wave command”.
Does anyone have any idea what is going on, and how I might stop it?