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

Setting of brightness and colors laggy and unrealiable #69

Open
jclsn opened this issue Apr 21, 2022 · 1 comment
Open

Setting of brightness and colors laggy and unrealiable #69

jclsn opened this issue Apr 21, 2022 · 1 comment

Comments

@jclsn
Copy link

jclsn commented Apr 21, 2022

Version of the custom_component

0.22

Configuration


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
    ssl_certificate: /ssl/fullchain.pem
    ssl_key: /ssl/privkey.pem
    
influxdb:
  host: localhost
  port: 8086
  database: homeassistant
  username: influx_user
  password: xxxxxxxxxxxxxxxxxxxx
  ssl: false
  verify_ssl: false
  max_retries: 3
  default_measurement: state
      
sensor:
    - platform: openweathermap_all
      api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      longitude: 10.0385239
      latitude: 53.5734864

emulated_hue:
  host_ip: 192.168.184.71
  listen_port: 8300
  advertise_ip: 10.0.0.10
  advertise_port: 8080
  expose_by_default: true
  
python_script:

I only configured refresh rate to 1 and set the API key.

Describe the bug

When rapidly changing colors, the response is very laggy. Sometimes the cursor also moves around uncontrollably on the the color wheel. It seems to get worse, the more colors you tap in a short period of time. Like the events are being buffered and worked off too slowly.

Debug log

https://pastebin.com/5C8WS4XE

@Morgul
Copy link

Morgul commented May 2, 2022

I'm running into the exact same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants