Hi Blacky,
It seems like the Transitionās donāt seem to be working with my old Yaml code. I have put some exaggerated Sun present numbers in just to activate the Blueprint earlier.
Iām a little confused about the use of the Transition options ā Transition off or on? If Iām going from lights off to lights on at 50Ā° do I use the Transition to ON and leave the Transition to OFF to whatever?
When Iām dimming down in āNight Lightsā do I use the Transition OFF (or ON)
I managed to get option 4 in Dynamic Lighting but to transition from 10% to 75% I had to use the SunĀ° angles to make any Transition ā The Transition in the Dynamic Lighting seems to do nothing.
Again Iām probably totally misunderstanding something but Iām dammed if I can see it!!
Any help?
Perhaps you could configure and send me your Yaml file so I can see what works for you.
My need once more so we are both on the same page.
1, At a set Sun position in the evening I would like my outside lights to gradually get brighter following the Sun as it moves into darkness and the light would be at 100% brightness.
2, At a set time I would like the same lights to dim down slowly to a set level apx 10%, depending on the ability of my light to stay flicker free at whatever % - once I get it going I can adjust the Brightness, Transition and Sun elevation to suit my needs.
3, At a set time in the Evening/Night turn off the lights completely.
Again any help to get this going would be much appreciated and thanks in advance for the help.
Below in my latest YAML dump.
alias: Blacky Outside light tester
description: Blacky Outside Lights on and off test
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- schedule.a_test_light_schedule
include_sun: sun_enabled
light_switch:
entity_id: light.my_test_moer_zigbee_dimmer_light_2
include_light_control:
- use_transition
- use_brightness
light_brightness: 50
light_transition_on: 600
light_transition_off: 0
include_night_lights: night_lights_enabled
night_lights:
entity_id: light.my_test_moer_zigbee_dimmer_light_2
night_time_delay: 0
include_night_light_control:
- if_lights_are_on_adjust_when_crossing_over
- use_brightness
- use_transition
night_light_brightness: 10
night_light_transition_on: 0
night_lights_conditions:
- time_enabled
night_lights_after_time: "18:30:00"
night_lights_before_time: "19:10:00"
time_delay: 0
light_colour_temperature: 5500
night_lights_sun_elevation: 2
night_lights_sun_elevation_rising: -4
sun_elevation: 50
night_light_transition_off: 600
night_lights_entity_state: []
Regards,
Bobā¦