Living Room group randomly turns on

I had to comment out my TV and Logitech Hub because they would randomly turn my tv on at night.

I’ve looked through the logs, and all I see is that it turned on, but I do not see why it’s turning on. I’ve gone through my automations, and there’s nothing that appears to be effecting anything in my living room. It does appear to be linked to my living room motion sensor somehow, but I’m not seeing a connection anywhere.

I’ve only been using Home Assistant for about a month, so I wanted to ask if there was a more thorough way for me to investigate this.

Looks like the motion detector is in the Living Room group, which turned on the group. What does your group config look like?

1 Like

Hmm, I wasn’t aware that groups work like that. I messed around with the groups when I first set it up, but haven’t done anything since then.

living_room:
  name: Living Room
  entities:
    - binary_sensor.living_room_motion
    - sensor.living_room_temp
    - media_player.living_room
    - media_player.roku_tv
    - media_player.shield
    - light.hue_go_1
    - light.hue_go_2
    - light.tv_strip

If you aren’t using it for an automation, I wouldn’t worry about it too much. You could exclude the group from the logbook if you don’t want to see it.

1 Like

I’m confused. Are you saying that would stop the motion sensor from triggering the TV?

The default behavior of a group is that if any one of its members turns on, then the group’s state becomes on.

There is an option available to alter that behavior. If you set all: true then all members of the group must be on before the group’s state is set to on (see documentation).

The choice depends on what you intend to do with the group.

1 Like

Are you using the group to trigger an automation?

I am not. I’ll comment it out. I was not aware that a group worked that way.

I was not aware, thank you. I’ll look into that.

The groups can be used multiple ways. I have groups for my door and window binary sensors that trigger my alarm control. I also have groups that are only there to group similar items together, like 2nd day weather items that include temperature, humidity, and pressure.

1 Like

I really appreciate the clarification, thank you!

1 Like

The odd thing is though, is that it didn’t turn on any of the lights, just the TV. Oh well, I’ll just leave the group commented until I need it for something

Do you have an automation that turns on the TV?

I do not, I just went and double checked right before this reply.