Automations ghost turns off switches with homeassistant.turn_off

So I have a Zwave controller with 10 switches (Z-water from heatit). It controls heating in the house and works great. But I have noticed that home assistant randomly turns off switches when they are on (see screenshot)
image
image

It look a lot like the following isse/bug Switch turned on by service switch.turn_off.
Common for these issues are that there are all automations related to them, but not to turn them off.

Could automations cause this type of behavior? Where do I start debugging?

Thanks.

Somewhere you have an automation, or a script, or something in the frontend, or somebody using the Developer Tools that’s doing that. HA by itself won’t decide to turn things on or off - it has to be told to do so.

Yeah, my initial idea was to disable all automations to see if the behavior continued, at least that would lead me in the right direction. The automations are created using the UI. I don’t have any scripts, or anyone else using the platform, they don’t have the patience :sweat_smile: