I received a Zooz Z-Wave stick for Christmas. I’ve slowly been migrating over my Inovelli switches.
Frequently, when the lights are turned off via automation they become ‘unavailable’. If I ping them they come back and work for a while, but invariably within a few hours or days it will become unavailable again. This is one of the scripts I’m using to turn them off:
interior_lights_off:
alias: Interior lights off
icon: mdi:lightbulb-group
mode: single
sequence:
- service: light.turn_off
target:
entity_id:
- light.living_room_pot_lights
- light.dining_room_pot_lights
- light.kitchen_pot_lights
- light.bedroom_2_lamp
- light.bedroom_3_lamp
- service: switch.turn_off
target:
entity_id:
- switch.living_room_accent_lights
- switch.living_room_sconces
- switch.living_room_chandelier
- switch.dining_room_chandelier
- switch.kitchen_pendants
- switch.under_cabinet_lights
- switch.stair_light
- switch.entrance_lights
I’m new to Home Assistant, so if you need other data I’m not sharing please let me know. I’m not quite sure where to start with tracking this down. At this point I’m not sure if it is a mesh issue or something I have done wrong in my configuration.
Thanks in advance for your help!