Jeffrey Stone a411899190 Migrated to HassOS 4.9 and my zwave/zigbee usb dongles work again
This was a pain. Still not sure what happened. But the upgrade to HassOS 4.8 killed both
zwave2mqtt and zigbee2mqtt is seems. After the upgrade neitehr addon would talk to the hardware.
I migrated back to smartthings...major pain..and then after 4.10 was released was able to get the
addons added abck and talking to the hardware again.

All lights and switches are back talking locally. Also, it takes about 18 hours to migrate back to smartthings,
and about 18 hours to migrate back to local control.

Let's hope that doesn't happen again.
2020-06-09 07:48:35 -04:00

150 lines
3.1 KiB
YAML

# 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: "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"
# 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: "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: "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: "Audibly Notify House"
command_topic: "house/notify/audio"
state_topic: "house/notify/audio"
qos: 1
payload_on: "on"
payload_off: "off"
retain: true
# 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: "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
- platform: mqtt
name: "Rail Lights"
command_topic: "cmnd/sonoff/power"
state_topic: "stat/sonoff/POWER"
qos: 1
payload_on: "ON"
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: "Theater 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"
# 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"