Hello all
I have been tweaking my node red environment and i think i'm getting a very basic understanding on how to use it thanks to you all. Your patience and help is greatly appreciated.
11/30/2023, 12:10:27 PM[node: Light on 60%](http://192.168.1.112:8123/api/hassio_ingress/JeXK6fWVzk2zs66R1f1inIgAejGgIEVbYkOEpL_3X6Q/#)binary_sensor.multisensor_6_motion_detection : msg.payload : string[3]
"3.0"
The above is an output of my node red debug for one of my lights
I do not understand what the "3.0" is
furthermore as you see from this output the light brightness is supposed to be 60% however when i verify the status of the lightbulb on the shelly app , I see initially the light off (as it should be) then when motion is detected the light tuns on at 30%
The night setting is 20% therefore i do not know where this 30% comes from.
I went to the device web page and i see that the device is at 30%.
Since my native Home assistant works (regardless of the light native setting), I feel that it is my node red instance that is incorrectly configured
The motion detection works
it then the activity passes through a time range node and one output of the node is going to day time setting (light on 60%) and the second output of the time range node goes to night time setting (light on 20%)
as suggested here above i entered {“brightness_pct”:60} for the daytime option and {“brightness_pct”:20} for the night mode in the edit call service node.
I feel that i am missing something or parameter that will cause the override the shelly lightbulb settings
should the % value be in quotes (it does not look like it)
Thank you for your time patience and help
From the debug node i do not see where this error occurs