samhstein / sp108e_ws2815

home assistant sp108e with ws2815 integration
58 stars 20 forks source link

Including device in a scene via UI doesn't change the state of the device when scene is activated #19

Open treyd opened 2 years ago

treyd commented 2 years ago

I'm using the config-flow branch

In the scene UI, if you create a scene and add the sp108e device and set it to be "on" (for example), the when the scene is turned on, the device will not turn on.

Following troubleshooting tips from the community forums, if I edit the scene.yaml manually and delete everything under the device except for "state: on", it will then work. It seems the UI will capture all of the state of the device and put it in scene.yaml.

I've seen this for other devices as well, and they seem to handle this okay, so I wonder if the library is getting confused when scene.turn_on sends all of the state