Thanks Patrick and @Pabla for your input and suggestions.

Snowman
Posts
-
Issue with a Trigger Rule using "changes from blank=any value to blank=any value" -
DynamicGroupController FeedbackHere's my config. I do like the way you did it though. Thanks for sharing.
- id: groups
name: Dynamic Group Controller
enable: true
implementation: DynamicGroupController
config:
groups:
"low_battery_entities":
name: Low Battery Entities
select:
- include_capability:
- battery_power
- exclude_entity:
- "hass>sensor_ip8_battery_level"
- "hass>sensor_ipad_air_5_battery_level"
- "hass>sensor_ip7_battery_level"
- "hass>sensor_ipad_air_2_battery_level"
filter_expression: "entity.attributes.battery_power.level <= 0.85"
- id: groups
-
Inovelli LZW31 / Aeotec ZWA037 switches always displaying power_switch.state = false in zwaveJSController@togglebits Just want to make sure you did see my response three days ago. The zip file did the trick.
-
Using Zooz ZEN32 Scene Controller as TriggerIf I understand you correcltly, I had the same issue when I first setup this device. Here's what I did to ensure the button state gets reset after a button is pressed two times in my case.
I am using the ZwaveJS controller provided by @togglebit.
Triggers
Controller Scene 001.button.state (primary) == double
Set Reaction
Controller Scene 001.button.release
The "button.release" action ensures the button state resets.
Give it a try.
-
Using Zooz ZEN32 Scene Controller as TriggerThank you both @togglebits and @Andr. I got it now.
-
TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL@toggledbits That fixed it. Thank you sir.
battery_maintenance.charging=null
battery_maintenance.rechargeable=false
battery_maintenance.replace=false
battery_maintenance.state="normal"
battery_power.level=1
battery_power.since=1720778246637
door_sensor.state=true
power_source.source=null
tamper.state=true
tilt_sensor.state=true -
TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL@toggledbits I now have the requested log file.