AEON Labs ZW100 MultiSensor 6 sends a event to all my lights, sirene and garage door

after updating to hassio beta 0.101.0b4 my AEON Labs ZW100 MultiSensor 6 sends a event to all my lights, sirene and garage door.
everything goes on, open and make noise.

I will use this sensor for showin motion in a room. But not to make the whole house grazy.
I Don’t understand why this happens. I can’t find a commit on github that can cause the problem.

this are my logs:

2019-10-30 22:04:40.862 Info, Node031, Received Basic set from node 31: level=255. Sending event notification.
2019-10-30 22:04:40.862 Detail, Node031, Notification: NodeEvent
2019-10-30 22:04:40.915 Detail, Node011, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x0b, 0x03, 0x25, 0x03, 0xff, 0x23

2019-10-30 22:08:53.353 Info, Node031, Received Basic set from node 31: level=0. Sending event notification.
And after that event i got on my other nodes:
Received Alarm report: type=0, level=0, sensorSrcID=0, type:Heat event:254, status=255

so it looks like my motion sensors sends out a heat alarm. is that correct? and how can I stop this?

Sounds as if your multisensor is joined in an association group with other devices. This allows devices to communicate without the controller being involved. Have a look at the doco for more details:

I looked at a few logs, that the multisensor 6 sends to the controller and it sends COMMAND_CLASS_SENSOR_MULTILEVEL for humdity, temp, luminance, ultraviolet and COMMAND_CLASS_NOTIFICATION for motion and tamper. There is nothing I can find regarding heat.

It also seems a bit surprising that the multisensor 6 is sending to so many devices when you have to configured “associations” explictly and even when you do there is a limit like a few devices that the multisensor 6 can have associations with…so seems like it is something else that may be turning on all you other devices???

Check for node 255 in any of the multisensor association groups.

Node 255 is a broadcast address so that would explain what’s going on.