This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Changing brightness through Node-Red #169
Unanswered
hypershadowsonic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I have integrated several ESP01_SHTW1C_31 into my HA running on a raspberry pi 4.
In Node-Red, I can turn them on and off, along with the effect control.
Here is the JSON data I put in the call service node:
Now I'm trying to find a way to control brightness and color temp, here are the parameters I use:
And it doesn't work, not only the brightness control is not working, it doesn't even turn on with these parameters. I have also tried to only put brightness in like this:
I have also tried to replace "brightness" with "dimming", but it doesn't work either.
Outside Node-Red, the Lovelace UI control does work, with color temperature and brightness control working fine. Have anyone ever encountered the same issue?
Beta Was this translation helpful? Give feedback.
All reactions