blakadder / templates

Tasmota Device Templates Repository. Your one stop shop to get templates for devices running Tasmota!
https://templates.blakadder.com
Eclipse Public License 2.0
319 stars 1.33k forks source link

Fixed Sonoff TX Ultimate led count #1766

Closed wolph closed 1 year ago

wolph commented 1 year ago

The Sonoff TX Ultimate switches have 4x7=28 leds, not 27 such as mentioned in the documentation and the template: https://templates.blakadder.com/sonoff_T5-1C-86

Oddly enough, it seems that the default Tasmota config of 30 pixels is overriding the template here so it's effectively 30 for me if I don't change anything. https://github.com/arendst/Tasmota/blob/bfe0857094211a4c0c7084353be076d908d79bf5/tasmota/my_user_config.h#L309

I think the Pixels command in the template doesn't work because it's not using the backlog so I've added that and it appears to work for me now :)