You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a template-light to control my own rgbw device.
I can control it via the UI perfectly, but when using it in the scenes module colors rgbw and on/off states are triggered, brightness is not reacting/being sent from the scene module it seems. Or better: it is sent (I got the state changed event in nodered and checked the msg.data), but containing the actual value and not the one that is stored in the scene.
Imagine I have just manually adjusted the brightness via UI to 81% (->207). Then trigger the Scene where It should dimm to 255, I got this data trigger in Nodered:
I can see also see no changes on the brightness field in the developer section (and of course also not in the linked input_number.daniel_kueche_rgbw_brightness):
Attached the yaml config of the light fixture and the scene fixture.
Anything I am missing here? If using the template-light for a normal dimmable light without rgbw it is working without any issues and updates the brightness as it should when calling the scene
What version of Home Assistant Core has the issue?
core-2024.12.5
What was the last working version of Home Assistant Core?
Hey there @PhracturedBlue, @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (template) you are listed as a code owner for? Thanks!
Code owner commands
Code owners of template can trigger bot actions by commenting:
@home-assistant close Closes the issue.
@home-assistant rename Awesome new title Renames the issue.
@home-assistant reopen Reopen the issue.
@home-assistant unassign template Removes the current integration label and assignees on the issue, add the integration domain after the command.
@home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
@home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.
The problem
I use a template-light to control my own rgbw device.
I can control it via the UI perfectly, but when using it in the scenes module colors rgbw and on/off states are triggered, brightness is not reacting/being sent from the scene module it seems. Or better: it is sent (I got the state changed event in nodered and checked the msg.data), but containing the actual value and not the one that is stored in the scene.
Imagine I have just manually adjusted the brightness via UI to 81% (->207). Then trigger the Scene where It should dimm to 255, I got this data trigger in Nodered:
I can see also see no changes on the brightness field in the developer section (and of course also not in the linked input_number.daniel_kueche_rgbw_brightness):
Attached the yaml config of the light fixture and the scene fixture.
Anything I am missing here? If using the template-light for a normal dimmable light without rgbw it is working without any issues and updates the brightness as it should when calling the scene
What version of Home Assistant Core has the issue?
core-2024.12.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
template-light, scenes
Link to integration documentation on our website
https://www.home-assistant.io/integrations/light.template/
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: