adaptive-lighting icon indicating copy to clipboard operation
adaptive-lighting copied to clipboard

Does not store brightness values

Open rbalaev opened this issue 3 years ago • 7 comments
trafficstars

Version information:

1.0.14

Description:

Does not store brightness values. After changing the slider and saving, the value remains at the same level.

image

rbalaev avatar Nov 24 '21 09:11 rbalaev

I found using yaml to configure it resolves this issue.

acoutts avatar Nov 30 '21 12:11 acoutts

I found using yaml to configure it resolves this issue.

Would you mind sharing how to do this?

hanfelt avatar Dec 04 '21 11:12 hanfelt

I can confirm this issue. And to add: Not only it does not save, it save different value sometimes. If i set brightness to 90% it will save to 20%, other time to 30% ...

andrejkolesa avatar Dec 16 '21 06:12 andrejkolesa

I am running into the same issue. I have also not found the yaml..

Radixtrator avatar Jan 03 '22 23:01 Radixtrator

Experiencing something similar

I found using yaml to configure it resolves this issue.

Ditching GUI and setting values in code helped. For my use case (similar to #212) I only want temperature control, so I set both min and max brightness to 100%. Works.

Would you mind sharing how to do this? I have also not found the yaml..

You need to install the "File editor" addon, then use this to open configuration.yaml. Add new block of something like:

adaptive_lighting:
  name: default_adaptive
  lights:
    - light.bedroom_light
  max_brightness: 100
  min_brightness: 100
  min_color_temp: 2500
  max_color_temp: 5500

Refer to the readme of this project, and keep in mind this will disable the web UI for AL. https://www.home-assistant.io/docs/configuration/

anroots avatar Jan 04 '22 09:01 anroots

Experiencing something similar

I found using yaml to configure it resolves this issue.

Ditching GUI and setting values in code helped. For my use case (similar to #212) I only want temperature control, so I set both min and max brightness to 100%. Works.

Would you mind sharing how to do this? I have also not found the yaml..

You need to install the "File editor" addon, then use this to open configuration.yaml. Add new block of something like:

adaptive_lighting:
  name: default_adaptive
  lights:
    - light.bedroom_light
  max_brightness: 100
  min_brightness: 100
  min_color_temp: 2500
  max_color_temp: 5500

Refer to the readme of this project, and keep in mind this will disable the web UI for AL. https://www.home-assistant.io/docs/configuration/

Alright thank you! Would still love for the UI to work..

Radixtrator avatar Jan 06 '22 11:01 Radixtrator

I can't reproduce this bug with 1.0.15. The "ball" is at the wrong location after reopening the dialog, but the bar in the background shows exactly the right value as I selected previously.

Bug #223

RubenKelevra avatar Jan 10 '22 10:01 RubenKelevra

Is anyone still having this issue with the latest version 1.7.0?

th3w1zard1 avatar Apr 01 '23 05:04 th3w1zard1

stale

th3w1zard1 avatar Apr 10 '23 11:04 th3w1zard1