Hello Michael,
Trying to use mcsMQTT to integrate HS with HA. I am mostly there (I think) but stuck on the above subject.
I have the devices in HA and they emit a Control topic when I activate them in HA but what do I put here to permit HS to act on the command:

MQTT Explorer shows:

Additional info:

HA Config:
Trying to use mcsMQTT to integrate HS with HA. I am mostly there (I think) but stuck on the above subject.
I have the devices in HA and they emit a Control topic when I activate them in HA but what do I put here to permit HS to act on the command:
MQTT Explorer shows:
Additional info:
HA Config:
Code:
# Homeseer device Kitchen Blind 2 - platform: mqtt name: "Kitchen Blind 2" payload_on: "99" payload_off: "0" unique_id: "kitchen_blind_2" brightness_scale: "99" on_command_type: brightness brightness_state_topic: homeseer/Z-Wave/Kitchen/Blind 2 Tilt brightness_command_topic: homeseer/Z-Wave/Kitchen/Blind 2 Tilt/Control state_topic: homeseer/Z-Wave/Kitchen/Blind 2 Switch command_topic: homeseer/Z-Wave/Kitchen/Blind 2 Switch/Control optimistic: false # Homeseer device Kitchen Blind 3 - platform: mqtt name: "Kitchen Blind 3" payload_on: "99" payload_off: "0" unique_id: "kitchen_blind_3" brightness_scale: "99" on_command_type: brightness brightness_state_topic: homeseer/Z-Wave/Kitchen/Blind 3 Tilt brightness_command_topic: homeseer/Z-Wave/Kitchen/Blind 3 Tilt/Control state_topic: homeseer/Z-Wave/Kitchen/Blind 3 Switch command_topic: homeseer/Z-Wave/Kitchen/Blind 3 Switch/Control optimistic: false # Homeseer device Living Room Window Blind - platform: mqtt name: "Living Room Window Blind" payload_on: "99" payload_off: "0" unique_id: "living_room_window_blind" brightness_scale: "99" on_command_type: brightness brightness_state_topic: homeseer/Z-Wave/Living Room/Window Blind Tilt brightness_command_topic: homeseer/Z-Wave/Living Room/Window Blind Tilt/Control state_topic: homeseer/Z-Wave/Living Room/Window Blind Switch command_topic: homeseer/Z-Wave/Living Room/Window Blind Switch/Control optimistic: false # Homeseer device Living Room Patio Door Blind - platform: mqtt name: "Living Room Patio Door Blind" payload_on: "99" payload_off: "0" unique_id: "living_room_patio_door_blind" brightness_scale: "99" on_command_type: brightness brightness_state_topic: homeseer/Z-Wave/Living Room/Door Blind Tilt brightness_command_topic: homeseer/Z-Wave/Living Room/Door Blind Tilt/Control state_topic: homeseer/Z-Wave/Living Room/Door Blind Switch command_topic: homeseer/Z-Wave/Living Room/Door Blind Switch/Control optimistic: false # Homeseer device Bedroom Blind - platform: mqtt name: "Bedroom Blind" payload_on: "99" payload_off: "0" unique_id: "bedroom_window_blind" brightness_scale: "99" on_command_type: brightness brightness_state_topic: homeseer/Z-Wave/Bedroom/Blind Tilt brightness_command_topic: homeseer/Z-Wave/Bedroom/Blind Tilt/Control state_topic: homeseer/Z-Wave/Bedroom/Blind Switch command_topic: homeseer/Z-Wave/Bedroom/Blind Switch/Control optimistic: false
Comment