mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +00:00
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.
This commit is contained in:
@@ -1,42 +1,42 @@
|
||||
# - platform: mqtt
|
||||
# name: "Back Door"
|
||||
# state_topic: "zwave2mqtt/back_door_sensor/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
# - platform: mqtt
|
||||
# name: "Garage Door"
|
||||
# state_topic: "zwave2mqtt/garage_door/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: garage_door
|
||||
# - platform: mqtt
|
||||
# name: "Front Door"
|
||||
# state_topic: "zwave2mqtt/front_door_sensor/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
# - platform: mqtt
|
||||
# name: "Laundry Room Door"
|
||||
# state_topic: "zwave2mqtt/laundry_door_sensor/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
# - platform: mqtt
|
||||
# name: "Attic Door" # Dome Door Sensor
|
||||
# state_topic: "zwave2mqtt/attic_door/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
# - platform: mqtt
|
||||
# name: "Side Door" # Dome Door Sensor
|
||||
# state_topic: "zwave2mqtt/side_door_sensor/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
# - platform: mqtt
|
||||
# name: "Washer Door"
|
||||
# state_topic: "zwave2mqtt/washer_door_sensor/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: door
|
||||
- platform: mqtt
|
||||
name: "Back Door"
|
||||
state_topic: "zwave2mqtt/back_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
||||
- platform: mqtt
|
||||
name: "Garage Door"
|
||||
state_topic: "zwave2mqtt/garage_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: garage_door
|
||||
- platform: mqtt
|
||||
name: "Front Door"
|
||||
state_topic: "zwave2mqtt/front_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
||||
- platform: mqtt
|
||||
name: "Laundry Room Door"
|
||||
state_topic: "zwave2mqtt/laundry_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
||||
- platform: mqtt
|
||||
name: "Attic Door" # Dome Door Sensor
|
||||
state_topic: "zwave2mqtt/attic_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
||||
- platform: mqtt
|
||||
name: "Side Door" # Dome Door Sensor
|
||||
state_topic: "zwave2mqtt/side_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
||||
- platform: mqtt
|
||||
name: "Washer Door"
|
||||
state_topic: "zwave2mqtt/washer_door/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: door
|
@@ -1,16 +1,16 @@
|
||||
# - platform: mqtt
|
||||
# name: "Garage Motion" # Dome Motion Sensor
|
||||
# state_topic: "zwave2mqtt/garage_motion/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: motion
|
||||
- platform: mqtt
|
||||
name: "Garage Motion" # Dome Motion Sensor
|
||||
state_topic: "zwave2mqtt/garage_motion/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: motion
|
||||
|
||||
# - platform: mqtt
|
||||
# name: "Kitchen Motion" # Kaipule Motion Sensor
|
||||
# state_topic: "zwave2mqtt/kitchen_motion/48/1/0"
|
||||
# payload_on: "true"
|
||||
# payload_off: "false"
|
||||
# device_class: motion
|
||||
- platform: mqtt
|
||||
name: "Kitchen Motion" # Kaipule Motion Sensor
|
||||
state_topic: "zwave2mqtt/kitchen_motion/48/1/0"
|
||||
payload_on: "true"
|
||||
payload_off: "false"
|
||||
device_class: motion
|
||||
|
||||
# - platform: command_line
|
||||
# name: vlc player
|
||||
|
Reference in New Issue
Block a user