-
I would like to include the light level from motion sensors in automations, but this characteristic is not covered at the moment (or at least it's not as far as I can see). Is there a straightforward way of doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, debug the output from the sse event as full data object. When the motion sensor sends it's data, you can use a change node to move the data path of the light level to payload. You can have a look in the existing used change nodes how the scheme works. If you have further questions just hit me up. Andreas Edit: like this it works for any data you like to extract from the event stream |
Beta Was this translation helpful? Give feedback.
Yes, debug the output from the sse event as full data object.
When the motion sensor sends it's data, you can use a change node to move the data path of the light level to payload.
You can have a look in the existing used change nodes how the scheme works.
If you have further questions just hit me up.
Andreas
Edit: like this it works for any data you like to extract from the event stream