Instant feedback on switch state or energy consumption

I want to monitor if a switch is on or off. Since this switch is only on for 5 seconds it has to send the signal out immediately instead of waiting being polled. Additionally the energy consumption of the PAN04 should be reported if going over 50 W change.

How can I achieve this without polling the device every second?

luup.call_action("urn:micasaverde-com:serviceId:HaDevice1","Poll",{},X)

Some people talk about HAIL:
http://forum.micasaverde.com/index.php/topic,4687.15.html

Can someone help me setting this up or has someone a better idea?

Thanks

I think you already know the answer @dawiinci. Replace the PAN04 with an FGS211 as you did with your doorbell.

If the module doesn’t send its status intermediately when switched, your only alternative is to poll it.

Yes but the Fibaro can’t measure the energy consumption.

Polling every 10 or even 1 second might not be so efficient for the network.

I found something in a manual but I don’t know how to set these commands:
http://www.z-wave.pl/pl/p/file/fdb444d2278fe304c9f6b53d75680037/PAN04-1-2-3-manual-20131230.pdf
See chapter 2-2-1.

Looks like it is possible after all.

How do I set these commands?

The manuals says it’s possible by setting these values. But how?

I have seen these commands on other devices. So it seems to be general knowledge.
But without a manual… ???

According to the awful manual I can get direct feedback with association or something like this. I tried a lot but still no luck. I do get feedback on the controller device but not on the switch itself. Anyway why does this switch havae to have 4 devices whereas a Fibaro has only 2?

Any ideas on how to configure these switches?