Skip to content

Commit

Permalink
Adding groups for light PM and WLED lights #89
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Jul 11, 2022
1 parent 9f946dd commit 67a4924
Show file tree
Hide file tree
Showing 12 changed files with 146 additions and 68 deletions.
68 changes: 0 additions & 68 deletions entities/sensors/utilities/powercalc_groups.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions entities/sensors/utilities/powercals/balcony_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#####
# Manual Balcony light setup
#
#####

platform: powercalc
entity_id: light.balcony_light
linear:
min_power: 0.5
max_power: 11
10 changes: 10 additions & 0 deletions entities/sensors/utilities/powercals/coridor_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#####
# Manual Corridor light setup
#
#####

platform: powercalc
entity_id: light.corridor_light
linear:
min_power: 0.5
max_power: 22
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/ledge_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.ledge
wled:
voltage: 5
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/luka_floor_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.luka_floor_light
wled:
voltage: 5
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/rice_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.rice_lights
wled:
voltage: 5
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/stairs_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.stairs
wled:
voltage: 5
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/stream_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.stream_desk
wled:
voltage: 5
9 changes: 9 additions & 0 deletions entities/sensors/utilities/powercals/zita_desk_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#####
# WLED for PowerCals
#
#####

platform: powercalc
entity_id: light.zita_desk_lights
wled:
voltage: 5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#####
# PowerCal groups for easier power tracking
# https://github.com/bramstroker/homeassistant-powercalc
#####

platform: powercalc
create_group: Downstairs lights
entities:
# - entity_id: light.c
- create_group: Balcony lights PM
entities:
- entity_id: light.balcony_light
- create_group: Corridor lights PM
entities:
- entity_id: light.corridor_light
# - create_group: Hall lights
# entities:
# - entity_id: light.d
- create_group: Kitchen lights PM
entities:
- entity_id: light.sink
- entity_id: light.oven
- entity_id: light.fridge
- entity_id: light.kitchen_countertop
- create_group: Dining room lights PM
entities:
- entity_id: light.left
- entity_id: light.right
- create_group: Living room lights PM
entities:
- entity_id: light.corner
- entity_id: light.standing
- entity_id: light.tv
- entity_id: light.entrance
- entity_id: light.rice_lights
- entity_id: light.stairs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#####
# PowerCal groups for easier power tracking
# https://github.com/bramstroker/homeassistant-powercalc
#####

platform: powercalc
create_group: Upstairs lights
entities:
# - entity_id: light.a
# - entity_id: light.b
- create_group: Bedroom lights PM
entities:
- entity_id: light.bedroom
# - create_group: Bathroom lights
# entities:
# - entity_id: light.d
- create_group: Luka room lights PM
entities:
- entity_id: light.luka_ceiling_light
- entity_id: light.luka_floor_light
- entity_id: light.luka_table_light
- create_group: Zita room lights PM
entities:
- entity_id: light.zita_ceiling
- entity_id: light.zita_desk_lights
- entity_id: light.zita_table_light
- entity_id: light.zita_tabletop
- create_group: Ledge lights PM
entities:
- entity_id: light.ledge
- create_group: Loft lights PM
entities:
- entity_id: light.elgato_key_light_air_left
- entity_id: light.elgato_key_light_air_right
- entity_id: light.stream_desk
1 change: 1 addition & 0 deletions integrations/logger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ logger:
# homeassistant.components.cast: debug
# homeassistant.components.cast.media_player: debug
custom_components.youtube: debug
custom_components.powercalc: debug

0 comments on commit 67a4924

Please sign in to comment.