neilenns / node-red-contrib-wled2

NodeRed node for controlling WLED
MIT License
19 stars 8 forks source link

Loosing Segments each time I deploy a change #84

Closed GM-AZ closed 3 years ago

GM-AZ commented 3 years ago

Using node-red in Home Assistant. Using a Input (dropdown showing the Patterns) then a switch to trigger wled2 to correct pattern. This works great except if I make a change and have to deploy the segments are wiped out.

neilenns commented 3 years ago

The node doesn't know anything about segments, it always sends settings for a single segment 0. If you're using segments you'll need to take a different approach to automation, such as calling the JSON API directly using http request nodes.