Aeon 4 in 1 mulisensor polling at odd intervals!

Good evening all,

I have tried searching, and since this is about the 4-1 sensor it doesn’t really fit into any sub forum!

I’m a relative newbie at this home automation malarkey and I’ve started out with a VeraLite and an Aeon 4 in 1 updated to the latest firmware. I’m using the dataMine graphing to monitor light levels as my PLEG device wasn’t turning the lamps off when the light levels rose again. Now dataMine is showing the sensor not returning new light levels for sometimes hours at a time, even though I have Wakeup set at 120 and poll at 60 seconds.

Now, I am assuming that the sensor only returns a new value what the level changes, but I cannot imagine the light in my living staying identical for hours? Or is the state dependant on motion being triggered?

Am I missing something, or should I have it setup differently. It is plugged into the mains.

I hope someone can help!!

Hi Ucchausaigon,
Newbie here too and I had the same problem. I requested tech support and they sent the following and it now polls perfectly. (This was with U15 and I haven’t used it since going to U17 so it may be a problem. Here is what they said:

You can create a scene which automatically polls the sensor each minute.

In that scene you should add a schedule and set it to run every minute and in the luup section of the scene,

you’ll have to add the following :

luup.call_action(“urn:micasaverde-com:serviceId:HaDevice1”, “Poll”, {}, 61)

You should replace 61 with your sensor device id.

HOPE THIS HELPS!!