@AcidSleeper wrote:
Hey
Im loosing it soon. Problems with getting my ledstrip to work correctly with Hassio.I have flashed it and using Tasmota to control it and have made the setup for mqtt.
BUT…
When I click on the sliderbutton the ledstrip goes ON but it takes forever to get full controll.
My code:
light: - platform: mqtt name: "Ledutekok" command_topic: "cmnd/magichome/POWER" state_topic: "tele/magichome/STATE" state_value_template: "{{value_json.POWER}}" availability_topic: "tele/magichome/LWT" brightness_command_topic: "cmnd/magichome/Dimmer" brightness_state_topic: "tele/magichome/STATE" brightness_scale: 100 on_command_type: "brightness" brightness_value_template: "{{value_json.Dimmer}}" white_value_state_topic: "tele/magichome/STATE" white_value_command_topic: "cmnd/magichome/White" white_value_scale: 100 white_value_template: "{{ value_json.Channel[3] }}" rgb_command_topic: "cmnd/magichome/Color2" rgb_state_topic: "tele/magichome/STATE" rgb_value_template: "{{value_json.Color.split(',')[0:3]|join(',')}}" effect_command_topic: "cmnd/magichome/Scheme" effect_state_topic: "tele/magichome/STATE" effect_value_template: "{{value_json.Scheme}}" effect_list: - 0 - 1 - 2 - 3 - 4 payload_on: "ON" payload_off: "OFF" payload_available: "Online" payload_not_available: "Offline" qos: 1 retain: false
Whats wrong? Someone?
Posts: 10
Participants: 3