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

70 lines
2.2 KiB
YAML

# 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"
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/side_door_light/38/1/0"
on_command_type: "brightness"
payload_off: 0
# Kitchen
- platform: mqtt
name: "Kitchen Cabinets"
command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
brightness_command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/kitchen_cabinets/38/1/0"
on_command_type: "brightness"
payload_off: 0
retain: true
- platform: mqtt
name: "Jeff Lamp"
command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
brightness_command_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0/set"
brightness_scale: 99
brightness_state_topic: "zwave2mqtt/jeff_bedside_lamp/38/1/0"
on_command_type: "brightness"
payload_off: 0
retain: true