Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Disabling auto brightness not working #637

Open
thehijacker opened this issue Nov 28, 2024 · 0 comments
Open

[BUG] Disabling auto brightness not working #637

thehijacker opened this issue Nov 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thehijacker
Copy link

Bug report

Describe the bug

My devices is next to a Philips Ambilight TV. When TV is on and LED lights around it are lit the brightness on Awtrix display keeps changing. My solution was to detect when TV is turned on, auto brightness would be disabled so it doesn't change all the time. But this is not working correctly.

Additional information

  • Devices involved:
    • Model: Ulanzi Awtrix Smart Pixel Clock 2882 (TC001)
    • awtrix3 version: 0.96

To Reproduce

When I detect TV is on (smart power plug, power usage check) I send this over MQTT (using Home Assistant):

actions:
  - action: mqtt.publish
    metadata: {}
    data:
      topic: awtrix_dnevna/settings
      payload: |-
        {       
          "BRI": 10, 
          "ABRI": false
        }

When TV is turned off I enabled automatic brightness with:

actions:
  - action: mqtt.publish
    metadata: {}
    data:
      topic: awtrix_dnevna/settings
      payload: |-
        {
          "ABRI": true
        }

Expected behavior

I expect the brightness will be set to fixed value of 10 and automatic brightness would be disabled. But instead the brightness still automatically changes depending on the brightness level of the surrounding LED.

Screenshots

I can make a video of needed.

Logs

Not sure how to collect logs.

Additional context

Add any other context about the problem here.

@thehijacker thehijacker added the bug Something isn't working label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant