Home assistant supervised install
Main problem is a zwave light
Light is triggered by one of 2 motion detectors or a 3 way switch.
Randomly the light will cycle on and off the only way to stop it is to reboot home assistant even restarting the core does not work.
The automation is in node red I have tried deleting the lines in the automation while it is happening to see if it is a home assistant problem or a node red issue. It seems to be home assistant. (I have also had this issue, although much rarer, with a zigbee light) I looked at the logs while it is happening and this lept out at me.
Service did not complete before timeout:
this was referencing the problem switch.
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Service did not complete before timeout: <ServiceCall switch.turn_off (c:9e2345c26650ecbeef3b4b5f78f3b7ba): entity_id=['switch.hallway_light']>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=switch.hallway_light, old_state=<state switch.hallway_light=on; friendly_name=Hallway light @ 2022-01-04T05:57:41.875356-08:00>, new_state=<state switch.hallway_light=off; friendly_name=Hallway light @ 2022-01-04T05:57:42.154433-08:00>>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=light.hallway_light_2, old_state=<state light.hallway_light_2=on; supported_color_modes=['onoff'], color_mode=onoff, friendly_name=Hallway Light, supported_features=0 @ 2022-01-04T05:57:41.880398-08:00>, new_state=<state light.hallway_light_2=off; supported_color_modes=['onoff'], friendly_name=Hallway Light, supported_features=0 @ 2022-01-04T05:57:42.158607-08:00>>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Service did not complete before timeout: <ServiceCall switch.turn_on (c:e73c414b107d32cc2c376cd7a7e198e4): entity_id=['switch.hallway_light']>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=switch, service=turn_off, service_data=entity_id=switch.hallway_light>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core] Service did not complete before timeout: <ServiceCall switch.turn_off (c:45bd7032a6e6677b3bc7cd2974d3a919): entity_id=['switch.hallway_light']>
2022-01-04 05:57:42 DEBUG (MainThread) [homeassistant.core]
any suggestions are appreciated.
Craig