alias: ‘Turn off light in alrum, based on lux’
trigger:
platform: time
minutes: ‘/1’
seconds: 00
condition:
condition: and
conditions:
- condition: numeric_state
entity_id: sensor.aeotec_zw100_multisensor_6_luminance_11
above: ‘300’
action:
I use the same sensor on batteries and changed it to report every 15 minutes in the configuration > z-wave > node config options (I think you need to shorten the wakeup interval too) and still get reasonable battery life. I can’t tell you how long because I didn’t really keep track… but, regardless of what approach you use with you automation this should help improve things.