Calculate for zigbee2MQTT light groups, with individual bulbs disable in HA? #590
stephenmetzger
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Something like this should work. Look at the sensor:
- platform: powercalc
entity_id: light.my_light_group
manufacturer: signify
model: LCA001
multiply_factor: 2
multiply_factor_standby: true |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a straightforward way to use the existing light model library LUT to calculate power for a zigbee2mqtt group in HA, but which has each individual bulb in the group disabled in HA?
In HA, I disable individual lights that are part of groups to reduce clutter, so it would be nice to be able to define how many bulbs are in the group and what their manufacturer/model is to set up a sensor linked to that light entity.
Beta Was this translation helpful? Give feedback.
All reactions