Migrating from Zwave2mqtt to OpenZwave due to issue with hardware....

This commit is contained in:
Jeffrey Stone
2021-01-18 20:51:37 -05:00
parent 34eb496d50
commit 328fe4cfac
5 changed files with 229 additions and 229 deletions

View File

@@ -1,98 +1,98 @@
# Living Room
# # Living Room
- platform: mqtt
name: "Incense"
state_topic: "zwave2mqtt/incense/37/1/0"
command_topic: "zwave2mqtt/incense/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Incense"
# state_topic: "zwave2mqtt/incense/37/1/0"
# command_topic: "zwave2mqtt/incense/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
- platform: mqtt
name: "Living Room Fan"
state_topic: "zwave2mqtt/livingroom_fan/37/1/0"
command_topic: "zwave2mqtt/livingroom_fan/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Living Room Fan"
# state_topic: "zwave2mqtt/livingroom_fan/37/1/0"
# command_topic: "zwave2mqtt/livingroom_fan/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
- platform: mqtt
name: "Fireplace Lights"
state_topic: "zwave2mqtt/fireplace_lights/37/1/0"
command_topic: "zwave2mqtt/fireplace_lights/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Fireplace Lights"
# state_topic: "zwave2mqtt/fireplace_lights/37/1/0"
# command_topic: "zwave2mqtt/fireplace_lights/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
# Notifications
# # Notifications
- platform: mqtt
name: "Text Notify Kat"
command_topic: "kat/notify/text"
state_topic: "kat/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Text Notify Kat"
# command_topic: "kat/notify/text"
# state_topic: "kat/notify/text"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
- platform: mqtt
name: "Audibly Notify Kat"
command_topic: "kat/notify/audio"
state_topic: "kat/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Audibly Notify Kat"
# command_topic: "kat/notify/audio"
# state_topic: "kat/notify/audio"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
- platform: mqtt
name: "Text Notify Jeff"
command_topic: "jeff/notify/text"
state_topic: "jeff/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Text Notify Jeff"
# command_topic: "jeff/notify/text"
# state_topic: "jeff/notify/text"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
- platform: mqtt
name: "Audibly Notify Jeff"
command_topic: "jeff/notify/audio"
state_topic: "jeff/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Audibly Notify Jeff"
# command_topic: "jeff/notify/audio"
# state_topic: "jeff/notify/audio"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
- platform: mqtt
name: "Text Notify House"
command_topic: "house/notify/text"
state_topic: "house/notify/text"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Text Notify House"
# command_topic: "house/notify/text"
# state_topic: "house/notify/text"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
- platform: mqtt
name: "Audibly Notify House"
command_topic: "house/notify/audio"
state_topic: "house/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# - platform: mqtt
# name: "Audibly Notify House"
# command_topic: "house/notify/audio"
# state_topic: "house/notify/audio"
# qos: 1
# payload_on: "on"
# payload_off: "off"
# retain: true
# Outside
# # Outside
- platform: mqtt
name: "Driveway Light"
state_topic: "zwave2mqtt/driveway_light/37/1/0"
command_topic: "zwave2mqtt/driveway_light/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Driveway Light"
# state_topic: "zwave2mqtt/driveway_light/37/1/0"
# command_topic: "zwave2mqtt/driveway_light/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
- platform: mqtt
name: "Front Porch Light"
state_topic: "zwave2mqtt/front_porch_light/37/1/0"
command_topic: "zwave2mqtt/front_porch_light/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Front Porch Light"
# state_topic: "zwave2mqtt/front_porch_light/37/1/0"
# command_topic: "zwave2mqtt/front_porch_light/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
# Sonoff
@@ -105,66 +105,66 @@
payload_off: "OFF"
retain: true
# Upstairs
- platform: mqtt
name: "Croft Fan"
state_topic: "zwave2mqtt/croft_fan/37/1/0"
command_topic: "zwave2mqtt/croft_fan/37/1/0/set"
payload_on: "true"
payload_off: "false"
- platform: mqtt
name: "Zwave Dual Power"
state_topic: "zwave2mqtt/theater_power/37/1/0"
command_topic: "zwave2mqtt/theater_power/37/1/0/set"
payload_on: "true"
payload_off: "false"
- platform: mqtt
name: "Croft Light"
state_topic: "zwave2mqtt/croft_light/37/1/0"
command_topic: "zwave2mqtt/croft_light/37/1/0/set"
payload_on: "true"
payload_off: "false"
# Appliance
- platform: mqtt
name: "Washer"
state_topic: "zwave2mqtt/washer/37/1/0"
command_topic: "zwave2mqtt/washer/37/1/0/set"
payload_on: "true"
payload_off: "false"
# Theater:
- platform: mqtt
name: "Theater Fan"
state_topic: "zwave2mqtt/theater/37/2/0"
command_topic: "zwave2mqtt/theater/37/2/0/set"
payload_on: "true"
payload_off: "false"
# alarm
# # Upstairs
# - platform: mqtt
# name: "Alarm"
# state_topic: "zwave2mqtt/nodeID_21/37/1/0"
# command_topic: "zwave2mqtt/nodeID_21/37/1/0/set"
# name: "Croft Fan"
# state_topic: "zwave2mqtt/croft_fan/37/1/0"
# command_topic: "zwave2mqtt/croft_fan/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
# Master Bedroom
# - platform: mqtt
# name: "Skylars Desk"
# state_topic: "zwave2mqtt/theater_power/37/1/0"
# command_topic: "zwave2mqtt/theater_power/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
- platform: mqtt
name: "Master Bath Fan"
state_topic: "zwave2mqtt/master_bath_fan/37/1/0"
command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set"
payload_on: "true"
payload_off: "false"
# - platform: mqtt
# name: "Croft Light"
# state_topic: "zwave2mqtt/croft_light/37/1/0"
# command_topic: "zwave2mqtt/croft_light/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
# # Appliance
# - platform: mqtt
# name: "Washer"
# state_topic: "zwave2mqtt/washer/37/1/0"
# command_topic: "zwave2mqtt/washer/37/1/0/set"
# payload_on: "true"
# payload_off: "false"
# # Theater:
# - platform: mqtt
# name: "Theater Fan"
# state_topic: "zwave2mqtt/theater/37/2/0"
# command_topic: "zwave2mqtt/theater/37/2/0/set"
# payload_on: "true"
# payload_off: "false"
# # alarm
# # - platform: mqtt
# # name: "Alarm"
# # state_topic: "zwave2mqtt/nodeID_21/37/1/0"
# # command_topic: "zwave2mqtt/nodeID_21/37/1/0/set"
# # payload_on: "true"
# # payload_off: "false"
# # Master Bedroom
# - platform: mqtt
# name: "Master Bath Fan"
# state_topic: "zwave2mqtt/master_bath_fan/37/1/0"
# command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set"
# payload_on: "true"
# payload_off: "false"