kylerw
(Kylerw)
July 30, 2017, 11:28pm
1
I have groups for each
Door Sensor
Window Sensor
Motion Sensor
which have binary_sensor and battery, etc
I want to create a group for each type, example a group of all
Door sensors
Window Sensors
Motion Sensors
This works ok but when adding my “Door Sensors” group to a view, it brings in the card with all sensors and then each individual card.
here is an example:
yaml
group:
back_door_sensor:
name: Back Door Sensor
entities:
- binary_sensor.back_Door_Sensor_contact
- binary_sensor.back_Door_Sensor_tamper
- sensor.back_Door_Sensor_battery
#######################################################
door_sensors:
name: Door Sensors
entities:
- group.mudroom_door_sensor
- group.back_door_sensor
window_sensors:
name: Window Sensors
entities:
- group.batcave_window_sensor
- group.living_room_window_sensor
- group.office_window_sensor
- group.basement_bedroom_window_sensor
- group.tv_room_window_sensor
- group.toy_room_window_sensor
motion_sensors:
name: Motion Sensors
entities:
- group.living_room_multisensor
- group.garage_multisensor
- group.basement_multisensor
- group.basement_hall_multisensor
- group.ring_doorbell
###########################################
sensors_view:
icon: mdi:security-home
view: yes
entities:
- group.entry
- group.door_sensors
- group.window_sensors
- group.motion_sensors
Is this a bug?
you seem to have a step in between things here. First you have a Group, with multiple binary sensors and the like, then you group the groups and then try to create views?
Why not go from the first group straight to views?
In other words, just put the group back_door_sensor into a view along with the other groups you want together with it.
kylerw
(Kylerw)
July 31, 2017, 2:08pm
3
Doing that gives me a card for each sensor:
I want a card that lists all the sensors:
that will show the individual card when one of the sensors is clicked:
As shown in the screenshot in my first post, my ‘group of groups’ is giving me what I want but when I add the group of groups to a view, it adds both the list of sensors (group of groups) and each individual sensor (group) in the view.
a ha, I see what you mean now. My apologies for not understanding first time around.
RobDYI
August 1, 2017, 4:53pm
5
I think there is a bug with visibility of group in groups as detailed here. I am not sure this is your issue.
An interesting effect is described below although I don’t think it solves anything.
I have three groups
Kitchen light Alert group with only kitchen light in it
Alert group with Kitchen light Alert group
Switches with Kitchen light switch in it
This screen shot has alert group without switch group and without the Kitchen light Alert group
[image]
but when i add the switch group, the Kitchen light Alert group appears although its not included in this view.
[image]
kylerw
(Kylerw)
August 2, 2017, 2:52pm
6
Could be, although in the last couple days it seems to have fixed itself (I believe after I updated to 0.50.1 and now 0.50.2).
d0nnae
December 25, 2017, 1:14pm
7
Has this realy been fixed? I am experiencing the same issues with hassio 0.60