Migrated off zigbee2mqtt to sonoff zigbee bridge...oo the zigebee
This commit is contained in:
parent
a2cd288e42
commit
47c5f0c275
|
@ -34,7 +34,7 @@ audio_devices:
|
||||||
Outside Lights:
|
Outside Lights:
|
||||||
- switch.driveway_light
|
- switch.driveway_light
|
||||||
- switch.front_porch_light
|
- switch.front_porch_light
|
||||||
- light.side_door_light
|
- light.cree_side_door_light
|
||||||
|
|
||||||
External Doors:
|
External Doors:
|
||||||
- binary_sensor.side_door
|
- binary_sensor.side_door
|
||||||
|
@ -51,43 +51,44 @@ Internal Doors:
|
||||||
- binary_sensor.attic_door
|
- binary_sensor.attic_door
|
||||||
|
|
||||||
rgb lr:
|
rgb lr:
|
||||||
- light.0xb0ce18140003608a_light
|
- light.front_door_lamp_level_light_color_on_off
|
||||||
- light.0xb0ce181400051072_light
|
- light.living_room_lamp
|
||||||
- light.0xb0ce181400051b4c_light
|
- light.living_room_tower_lamp_level_light_color_on_off
|
||||||
|
|
||||||
livingroom tower:
|
livingroom tower:
|
||||||
- light.0xb0ce18140003608a_light
|
- light.living_room_tower_lamp_level_light_color_on_off
|
||||||
|
|
||||||
livingroom lamps:
|
livingroom lamps:
|
||||||
- light.0xb0ce181400051072_light
|
- light.living_room_lamp
|
||||||
- light.0xb0ce181400051b4c_light
|
- light.front_door_lamp_level_light_color_on_off
|
||||||
|
|
||||||
incense:
|
incense:
|
||||||
- switch.incense
|
- switch.incense
|
||||||
- switch.artemis
|
- switch.artemis
|
||||||
- switch.forest
|
- switch.forest_incense_on_off
|
||||||
|
|
||||||
all fans:
|
all fans:
|
||||||
- switch.croft_fan
|
- switch.croft_fan
|
||||||
- switch.livingroom_fan
|
- switch.livingroom_fan
|
||||||
|
|
||||||
Skylars Bedroom:
|
Skylars Bedroom:
|
||||||
- light.0xb0ce18140003b334_light # skylars tower
|
- switch.forest # skylars tower
|
||||||
- switch.0xf0d1b80000052281_switch # rainbow light
|
- switch.rainbow_light_on_off # rainbow light
|
||||||
- light.0xb0ce1814035bb3f0_light # skylars spotlight
|
|
||||||
- light.wled_loftbed
|
- light.wled_loftbed
|
||||||
|
|
||||||
Master Bedroom:
|
Master Bedroom:
|
||||||
- light.jeff_lamp
|
- light.jeff_lamp
|
||||||
|
- switch.kat_lamp_on_off
|
||||||
|
|
||||||
|
|
||||||
kitchen:
|
kitchen:
|
||||||
- light.kitchen_cabinets
|
- light.kitchen_cabinets
|
||||||
- switch.ha_speaker
|
- switch.ha_speaker
|
||||||
|
|
||||||
livingroom:
|
livingroom:
|
||||||
- light.0xb0ce18140003608a_light
|
- light.front_door_lamp_level_light_color_on_off
|
||||||
- light.0xb0ce181400051072_light
|
- light.living_room_lamp
|
||||||
- light.0xb0ce181400051b4c_light
|
- light.living_room_tower_lamp_level_light_color_on_off
|
||||||
- switch.fireplace_lights
|
- switch.fireplace_lights
|
||||||
- switch.rail_lights
|
- switch.rail_lights
|
||||||
|
|
||||||
|
|
|
@ -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
|
# Outside
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: "Side Door Light"
|
name: "Side Door Light"
|
||||||
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_light/38/1/0/set"
|
brightness_command_topic: "zwave2mqtt/side_door_bulb/38/1/0/set"
|
||||||
brightness_scale: 99
|
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"
|
on_command_type: "brightness"
|
||||||
payload_off: 0
|
payload_off: 0
|
||||||
|
|
||||||
|
|
|
@ -16,13 +16,13 @@
|
||||||
- 255
|
- 255
|
||||||
switch.fireplace_lights:
|
switch.fireplace_lights:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
light.0xe20db9fffe004207_light:
|
light.living_room_tower_lamp_level_light_color_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
light.0xe20db9fffe003637_light:
|
light.living_room_lamp:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 100
|
brightness: 100
|
||||||
switch.0xf0d1b80000052281_switch:
|
light.front_door_lamp_level_light_color_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
switch.rail_lights:
|
switch.rail_lights:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
@ -229,9 +229,9 @@
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 255
|
brightness: 255
|
||||||
switch.0xbc33acfffe217d35_switch:
|
switch.kat_lamp_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
light.0xb0ce1814035bb3f0_light:
|
light.tower_spotlight_level_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 77
|
brightness: 77
|
||||||
id: d250bb4c5c1644b0a7064a9f36ffec32
|
id: d250bb4c5c1644b0a7064a9f36ffec32
|
||||||
|
@ -239,17 +239,17 @@
|
||||||
entities:
|
entities:
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
switch.0xbc33acfffe217d35_switch:
|
switch.kat_lamp_on_off:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
light.0xb0ce1814035bb3f0_light:
|
light.tower_spotlight_level_on_off:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
id: 06e4b59c35f14054ab7e741445b7fd21
|
id: 06e4b59c35f14054ab7e741445b7fd21
|
||||||
- name: master bedroom dim
|
- name: master bedroom dim
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce1814035bb3f0_light:
|
light.tower_spotlight_level_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 38
|
brightness: 38
|
||||||
switch.0xbc33acfffe217d35_switch:
|
switch.kat_lamp_on_off:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
light.jeff_lamp:
|
light.jeff_lamp:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
- 63
|
- 63
|
||||||
- 255
|
- 255
|
||||||
- 0
|
- 0
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.rainbow_light_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
id: cc8606f7345f48d59b3c32e900122d75
|
id: cc8606f7345f48d59b3c32e900122d75
|
||||||
- name: skylar room sleep
|
- name: skylar room sleep
|
||||||
|
@ -286,12 +286,14 @@
|
||||||
- 63
|
- 63
|
||||||
- 255
|
- 255
|
||||||
- 0
|
- 0
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.rainbow_light_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
switch.wled_loftbed_nightlight:
|
switch.wled_loftbed_nightlight:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
switch.forest:
|
switch.forest:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
|
input_boolean.skylar_awake:
|
||||||
|
state: 'off'
|
||||||
id: f4e8d2f594c446ee9f0e41cf46dc1c72
|
id: f4e8d2f594c446ee9f0e41cf46dc1c72
|
||||||
- name: skylar room morning
|
- name: skylar room morning
|
||||||
entities:
|
entities:
|
||||||
|
@ -302,15 +304,18 @@
|
||||||
entities:
|
entities:
|
||||||
switch.forest:
|
switch.forest:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
switch.0xf0d1b80000052281_switch:
|
switch.rainbow_light_on_off:
|
||||||
state: 'off'
|
state: 'off'
|
||||||
id: b25b0c6dcec049929b2bde5d08f3ce53
|
id: b25b0c6dcec049929b2bde5d08f3ce53
|
||||||
- name: jeff desk on
|
- name: jeff desk on
|
||||||
entities:
|
entities:
|
||||||
light.0xb0ce18140003b334_light:
|
light.tower_accent_level_light_color_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 204
|
brightness: 255
|
||||||
light.0xb0ce1814035bb3f0_light:
|
light.desk_accent_level_light_color_on_off:
|
||||||
|
state: 'on'
|
||||||
|
brightness: 77
|
||||||
|
light.tower_spotlight_level_on_off:
|
||||||
state: 'on'
|
state: 'on'
|
||||||
brightness: 77
|
brightness: 77
|
||||||
id: 1538d090abe0494d9fa6c225adc83593
|
id: 1538d090abe0494d9fa6c225adc83593
|
||||||
|
@ -537,3 +542,21 @@
|
||||||
icon: mdi:led-strip-variant
|
icon: mdi:led-strip-variant
|
||||||
supported_features: 55
|
supported_features: 55
|
||||||
state: 'off'
|
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
|
|
@ -165,6 +165,16 @@
|
||||||
command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set"
|
command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set"
|
||||||
payload_on: "true"
|
payload_on: "true"
|
||||||
payload_off: "false"
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue