From 47c5f0c275d424e25bf70397b7945c058b7dfbba Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 6 Dec 2020 22:02:27 -0500 Subject: [PATCH] Migrated off zigbee2mqtt to sonoff zigbee bridge...oo the zigebee --- config/groups.yaml | 29 ++++++++++++------------ config/lights.yaml | 41 +++------------------------------- config/scenes.yaml | 53 +++++++++++++++++++++++++++++++------------- config/switches.yaml | 10 +++++++++ 4 files changed, 66 insertions(+), 67 deletions(-) diff --git a/config/groups.yaml b/config/groups.yaml index ec5a46e..8170d52 100755 --- a/config/groups.yaml +++ b/config/groups.yaml @@ -34,7 +34,7 @@ audio_devices: Outside Lights: - switch.driveway_light - switch.front_porch_light - - light.side_door_light + - light.cree_side_door_light External Doors: - binary_sensor.side_door @@ -51,43 +51,44 @@ Internal Doors: - binary_sensor.attic_door rgb lr: - - light.0xb0ce18140003608a_light - - light.0xb0ce181400051072_light - - light.0xb0ce181400051b4c_light + - light.front_door_lamp_level_light_color_on_off + - light.living_room_lamp + - light.living_room_tower_lamp_level_light_color_on_off livingroom tower: - - light.0xb0ce18140003608a_light + - light.living_room_tower_lamp_level_light_color_on_off livingroom lamps: - - light.0xb0ce181400051072_light - - light.0xb0ce181400051b4c_light + - light.living_room_lamp + - light.front_door_lamp_level_light_color_on_off incense: - switch.incense - switch.artemis - - switch.forest + - switch.forest_incense_on_off all fans: - switch.croft_fan - switch.livingroom_fan Skylars Bedroom: - - light.0xb0ce18140003b334_light # skylars tower - - switch.0xf0d1b80000052281_switch # rainbow light - - light.0xb0ce1814035bb3f0_light # skylars spotlight + - switch.forest # skylars tower + - switch.rainbow_light_on_off # rainbow light - light.wled_loftbed Master Bedroom: - light.jeff_lamp + - switch.kat_lamp_on_off + kitchen: - light.kitchen_cabinets - switch.ha_speaker livingroom: - - light.0xb0ce18140003608a_light - - light.0xb0ce181400051072_light - - light.0xb0ce181400051b4c_light + - light.front_door_lamp_level_light_color_on_off + - light.living_room_lamp + - light.living_room_tower_lamp_level_light_color_on_off - switch.fireplace_lights - switch.rail_lights diff --git a/config/lights.yaml b/config/lights.yaml index 789408b..8ab6d02 100644 --- a/config/lights.yaml +++ b/config/lights.yaml @@ -1,47 +1,12 @@ -# Living Room -# Sengled LED Lights -# - platform: mqtt -# name: "Livingroom Tower" -# schema: json -# command_topic: "homeassistant/0xb0ce18140003608a" -# brightness_state_topic: "smartthings/Tower Lamp/level" -# brightness_command_topic: "smartthings/Tower Lamp/level" -# color_temp_command_topic: "smartthings/Tower Lamp/colorTemperature" -# color_temp_state_topic: "smartthings/Tower Lamp/colorTemperature" -# brightness_scale: 101 -# payload_on: "on" -# payload_off: "off" -# retain: true -# - platform: mqtt -# name: "Front Lamp" -# state_topic: "smartthings/Front Lamp/switch" -# command_topic: "smartthings/Front Lamp/switch" -# brightness_state_topic: "smartthings/Front Lamp/level" -# brightness_command_topic: "smartthings/Front Lamp/level" -# brightness_scale: 101 -# payload_on: "on" -# payload_off: "off" -# retain: true - -# - platform: mqtt -# name: "Front Door Lamp" -# state_topic: "smartthings/Front Door Lamp/switch" -# command_topic: "smartthings/Front Door Lamp/switch" -# brightness_state_topic: "smartthings/Front Door Lamp/level" -# brightness_command_topic: "smartthings/Front Door Lamp/level" -# brightness_scale: 101 -# payload_on: "on" -# payload_off: "off" -# retain: true # Outside - platform: mqtt name: "Side Door Light" - command_topic: "zwave2mqtt/side_door_light/38/1/0/set" - brightness_command_topic: "zwave2mqtt/side_door_light/38/1/0/set" + command_topic: "zwave2mqtt/side_door_bulb/38/1/0/set" + brightness_command_topic: "zwave2mqtt/side_door_bulb/38/1/0/set" brightness_scale: 99 - brightness_state_topic: "zwave2mqtt/side_door_light/38/1/0" + brightness_state_topic: "zwave2mqtt/side_door_bulb/38/1/0" on_command_type: "brightness" payload_off: 0 diff --git a/config/scenes.yaml b/config/scenes.yaml index fe6c13f..2b2c046 100755 --- a/config/scenes.yaml +++ b/config/scenes.yaml @@ -16,13 +16,13 @@ - 255 switch.fireplace_lights: state: 'on' - light.0xe20db9fffe004207_light: + light.living_room_tower_lamp_level_light_color_on_off: state: 'on' brightness: 100 - light.0xe20db9fffe003637_light: + light.living_room_lamp: state: 'on' brightness: 100 - switch.0xf0d1b80000052281_switch: + light.front_door_lamp_level_light_color_on_off: state: 'on' switch.rail_lights: state: 'on' @@ -229,9 +229,9 @@ light.jeff_lamp: state: 'on' brightness: 255 - switch.0xbc33acfffe217d35_switch: + switch.kat_lamp_on_off: state: 'on' - light.0xb0ce1814035bb3f0_light: + light.tower_spotlight_level_on_off: state: 'on' brightness: 77 id: d250bb4c5c1644b0a7064a9f36ffec32 @@ -239,17 +239,17 @@ entities: light.jeff_lamp: state: 'off' - switch.0xbc33acfffe217d35_switch: + switch.kat_lamp_on_off: state: 'off' - light.0xb0ce1814035bb3f0_light: + light.tower_spotlight_level_on_off: state: 'off' id: 06e4b59c35f14054ab7e741445b7fd21 - name: master bedroom dim entities: - light.0xb0ce1814035bb3f0_light: + light.tower_spotlight_level_on_off: state: 'on' brightness: 38 - switch.0xbc33acfffe217d35_switch: + switch.kat_lamp_on_off: state: 'off' light.jeff_lamp: state: 'off' @@ -272,7 +272,7 @@ - 63 - 255 - 0 - switch.0xf0d1b80000052281_switch: + switch.rainbow_light_on_off: state: 'on' id: cc8606f7345f48d59b3c32e900122d75 - name: skylar room sleep @@ -286,12 +286,14 @@ - 63 - 255 - 0 - switch.0xf0d1b80000052281_switch: + switch.rainbow_light_on_off: state: 'on' switch.wled_loftbed_nightlight: state: 'on' switch.forest: state: 'off' + input_boolean.skylar_awake: + state: 'off' id: f4e8d2f594c446ee9f0e41cf46dc1c72 - name: skylar room morning entities: @@ -302,15 +304,18 @@ entities: switch.forest: state: 'off' - switch.0xf0d1b80000052281_switch: + switch.rainbow_light_on_off: state: 'off' id: b25b0c6dcec049929b2bde5d08f3ce53 - name: jeff desk on entities: - light.0xb0ce18140003b334_light: + light.tower_accent_level_light_color_on_off: state: 'on' - brightness: 204 - light.0xb0ce1814035bb3f0_light: + brightness: 255 + light.desk_accent_level_light_color_on_off: + state: 'on' + brightness: 77 + light.tower_spotlight_level_on_off: state: 'on' brightness: 77 id: 1538d090abe0494d9fa6c225adc83593 @@ -537,3 +542,21 @@ icon: mdi:led-strip-variant supported_features: 55 state: 'off' +- id: '1607288511176' + name: side door off + entities: + light.side_door_light: + friendly_name: Side Door Light Off + assumed_state: true + supported_features: 1 + state: 'off' + brightness: 0 +- id: '160728851117618' + name: side door on + entities: + light.side_door_light: + friendly_name: Side Door Light On + assumed_state: true + supported_features: 1 + state: 'on' + brightness: 255 \ No newline at end of file diff --git a/config/switches.yaml b/config/switches.yaml index f325e07..d5c5b40 100644 --- a/config/switches.yaml +++ b/config/switches.yaml @@ -165,6 +165,16 @@ command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set" payload_on: "true" payload_off: "false" + +- platform: mqtt + name: "Master Bedroom Fan" + state_topic: "shellies/shelly-master-bedroom-fan/relay/0" + command_topic: "shellies/shelly-master-bedroom-fan/relay/0/command" + availability_topic: "shellies/shelly-master-bedroom-fan/online" + payload_on: "on" + payload_off: "off" + payload_available: "true" + payload_not_available: "false"