How do i get the value of location trigger events - Rule 4.1 Bug trigger value not returned correcly?

%value% just returns false.. how do i actually get the value of the event name via variable.

thanks @bravenel

Please show the System Events for that time frame, see what was sent... %value% should work for those...

there were no system events other than that hub restarted and zigbee was off see following

OK, so the 'value' for Zigbee off was 'false', just what you reported above.

If you want to distinguish between these three different events, you're going to need three different rules each triggered by just one of them.

I will look into why it is the hub sends 'false' instead of something more useful. Perhaps the event value should be 'zigbeeOff' instead of 'false'.

We're going to put the event name in the value for next release. That way you'd get what you expect instead of false...

1 Like

thanks ..