HELP! Z-wave switches turning on by themselves

Yeah, that’s why I was hoping there was some easy problem that I was blind to. Re-including a dozen z-wave components is still more fun than the lights in the house come on in the middle of the night, repetitively.

I believe the link would reside inside the mutlisensors. So if you have access to their configuration, you may be able to remove it. It might be referred to as “group” or “scene”.

1 Like

Good idea, I’ll try that first. Thanks for the help @petro! I’ll reply here when I find what works.

Well it seems that I’m not alone. I have exactly the same problem with my zwave multisensors. I have no automations controlling my zwave wall plugs still somehow the motion sensor triggers the wall plug to turn on and off.

It started yesterday. I’m in 0.88.1. Can it be something in 0.88.* release that made the zwave devices to be in groups?

I have already ungrouped the devices but it didn’t help. It could be though because I haven’t restarted home assistant.

Update It seems that after restarting home assistant everything is back to normal

1 Like

As a follow up, I tried to remove node group associations but the multi-sensor didn’t say it had any. I then looked at the z-wave documentation further and stumbled upon something called a “Broadcast group”. Apparently my device got into the ‘broadcast group’, and whenever it triggers with motion, it will send out a broadcast which turns on all the lights.

To fix it; per the documentation go to services
service: zwave.chang_association
service data:

{“association”: “remove”, “node_id”: <node_id to remove>, “group”: 1, “target_node_id”: 255}

make sure the sensor is awake when removing, I had to press the pair button every 1 second or so to keep it awake while removing the association. This fixed the problem. Hope this can help anyone else who experiencing problems!

1 Like

I have also an issue with Z-wave devices being triggered since 0.92 (has not changed in 0.93). When opening or closing the garage door, this triggers all my Z-wave Roller Shutters and Z-Wave lights - which is utterly annoying.

This was working without any issue for more than a year?

Any idea what might cause it ans how to resolve wouldbe welcome.

Your devices are associated together.
To fix unassociate them via the zWave config or use the services menu.

2 Likes

Dear firstof9,

Thank you for your answer, but I struggle to get it unassociated.

In the services menu when I put the line found in the post from jtilles above:

{“association”: “remove”, “node_id”: <node_id to remove>, “group”: 1, “target_node_id”: 255}

I get a “invalid json” message (obviouly I put the node id number).

The Garage door is not a Z-Wave device and is not linked to my Home Assistant setup.

For any Roller Shutter I have three Groups:

  1. Switch click
  2. Switch hold
  3. Lifeline

For the first two there are no other Nodes in the group
For “Lifeline” there is only the Aeotec Stick in the group.

Try removing it through the z-wave panel. You’ll need to make sure the roller shutters are awake when you remove it. I think the broadcast (255) is under the lifeline group. I would activate the shutters than repetitively try to remove the association.

What is your garage door connected to then?

My Mistake,

I completely forgot I have a Z-Wave Garage Door Sensor insalled since a year or two but do not use.

By looking at the issue, it is clearly linked to the Vision ZD2012 Sensor. Will investigate association with that node.

Edit:
I have the following group - 1: All reports
Other Nodes in this group:
Aeotec ZW090 Z-Stick Gen5 (Node: 1 Complete)
Unknown Node (255: (0 ? 255.0 : 255))
Max Associations: 5

Removing broadcast does not work - will try the previous solution proposed by jtilles.

Edit 2:
The issue with the invalid json was linked to the double quotes in the line provided by jtilles hereabove, the correct line is:

{"association":"remove", "node_id": 5, "group": 1, "target_node_id": 255}

The line: Unknown Node (255: (0 ? 255.0 : 255)) has disappeared and there is no ghost anymore in the house :laughing:.

Many thanks firstof9, you put me on the right track to find the solution.

Same thing just happened to me last night. Working for months then my 2 Z wave switches just turned on and off randomly.

Turned out they were in sync with my battery powered 4-in-1 sensor motion. It was telling them on and off based on its state. This was in the logs, but for some reason HA was not seeing the sensor at all.

My big question is: what is HA doing that adds these group associations? Or are they always there and the HA config somehow suppresses the functionality? My problem started after a power outage, and was definitely not there beforehand.

It’s not doing anything.

Nope

There’s the key, zWave is setup to continue working even when the controller drops off the network. You’d need to dive into the specifications from Silicon Labs as to the why, how, and whens.

I guess that makes sense, after the power outage the controller was the only thing not powered. If they have a default “failsafe” mode that is stupid simple yes/no = on/off then it would have been in that state after our outage.

I will say it did not want to go back to normal, though. Tried several reboots, heals, and so on before removing the sensor node (which I accidentally removed the controller and now need to rebuild it – DOH!). I’ll poke around all the settings after I get the network back and definitely remove that 255 group so hopefully it won’t come back again.

I’m actually relieved it is not HA, because I have no idea how I could have handled the server shutdown / power outage better (UPS, shutdown when it got low, manually restarted well after power came back on).

Thanks.

I believe I am experiencing the same issue(ZWave Switch Turning On By Itself). I don’t know how my switch is being triggered though. How can I search the zwcfg file to find out which nodes are grouped together? I have 60 zwave devices which makes narrowing it down experimentally a bit more difficult. I just tried to activate all the devices I could think of and wasn’t able to reproduce the issue. It has happened twice now with similar symptoms. Thanks.

Go through each device and check their associations.

Make sure when you are removing the associations, and if the device is battery operated, to wake it during removal so it actually removes the association. I was running into that problem on my Z-Wave multi-sensors that got associated with all the Z-Wave lights in my house.

I had a lot of switches that had the extra Unknown Node (255: (0 ? 255.0 : 255)) group association. Interestingly the switch in question did not have this extra association. I removed all the 255 associations for good measure. I’ll have to monitor it to see how things go.

I have the issue again after updating to 0.98.2. This change of association is clearly happening when updating Home assistant.

This time I have dual assocoations (both with entry door sensor and garage door sensor. Therefore every time we open the garage door or the entry door the rollers of the house go up and down and the lights switches on - rather spooky!

The removal of the broadcast group as described above does not work anymore for an unknown reason.

I have disconnected the Garage door sensor - not the most optimal solution, but really needed as the opening and closing of the shutters was extremely annoying.