bruhautomation / ESP-MQTT-JSON-Digital-LEDs

(OBSOLETE) ESP8266 MQTT JSON Digital LEDs for Home Assistant
https://youtu.be/9KI36GTgwuQ
Apache License 2.0
512 stars 268 forks source link

Animation speed not working #98

Open marrobHD opened 6 years ago

marrobHD commented 6 years ago

The animation speed function is not working. The Arduino didn´t get the message.

``- id: '1529740274996' alias: "Led Strip Animation Speed" hide_entity: False initial_state: True trigger:

SeriousMikeDE commented 5 years ago

Hi Would you mind sharing your whole configuration.yaml file?

j2242 commented 5 years ago

I'm having the same issue with my whole setup:

light:

input_select: test_led_effect: name: Test LED Effect options:

input_number: porch_animation_speed: name: Porch Animation Speed initial: 150 min: 1 max: 150 step: 10

test_animation_speed: name: Test Animation Speed initial: 150 min: 1 max: 150 step: 10

brwindow_animation_speed: name: Bedroom Window Animation Speed initial: 150 min: 1 max: 150 step: 10

automation:

j2242 commented 5 years ago

After pasting here I finally noticed the issue: When the MQTT system updated a while back input_slider was renamed as input_number which was a breaking change. Most of us got that fixed but failed to update the subsequent automation which called on this topic because it did not create an error. It fixed mine, hopefully anyone else with the same issue will see this and catch it.