Hi all! I just successfully flashed a Blitzwolf BW-LT11 LED strip with Tuya convert. Although I’m having issues with the MQTT set-up. Has anybody set this up before or have an idea how to set the MQTT?
My current is config is the following:
name: "Nepal"
state_topic: "stat/LEDNepal/POWER"
command_topic: "cmnd/LEDNepal/POWER"
#brightness_state_topic: "stat/LEDNepal/status"
#brightness_command_topic: "cmnd/LEDNepal/brightness/set"
#rgb_state_topic: "stat/LEDNepal/rgb/status"
#rgb_command_topic: "cmnd/LEDNepal/rgb/set"
#effect_state_topic: "stat/LEDNepal/effect/status"
#effect_command_topic: "cmnd/LEDNepal/effect/set"
#effect_list:
# - rainbow
# - rainbow_with_glitter
# - confetti
# - sinelon
# - bpm
# - juggle
# - candycane
qos: 1
payload_on: "on"
payload_off: "off"
retain: false
Unfortunately not even the command power or status are working.