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

H6163 ignores all commands despite success response #47

Open
leetfin opened this issue Jul 26, 2022 · 2 comments
Open

H6163 ignores all commands despite success response #47

leetfin opened this issue Jul 26, 2022 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@leetfin
Copy link

leetfin commented Jul 26, 2022

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Send any command aside from query to an H6163 light strip
  2. It will display "success" but not actually change

Expected behavior
The requested change is carried out.

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
Example of command being carried out attached.
I don't know what logs or other information is required to fix this, but I'm happy to provide whatever info I can. Thanks!

C:\Users\Leet>lux query 0
QUERY 0
  Device:         [removed MAC address]
  Model:          H6163
  Online:         [✗ No]
  Power:          [✓ Yes]
  Brightness:     10%
  Colour:         #000000

C:\Users\Leet>lux turn 0 off
TURN 0 OFF
  power           [✗ No]
  transaction     Success

C:\Users\Leet>lux query 0
QUERY 0
  Device:         [removed MAC address]
  Model:          H6163
  Online:         [✗ No]
  Power:          [✓ Yes]
  Brightness:     10%
  Colour:         #000000
@jackdevey jackdevey added bug Something isn't working good first issue Good for newcomers labels Jul 27, 2022
@jackdevey
Copy link
Owner

Thanks for taking the time for bringing this to my attention and for using lux!

I'm honestly not sure what's causing this! Lux just turns the commands you input into an API request and sends it to Govee, then Govee makes the change to your device and returns data about the change to Lux. From then, whatever Govee returns will be displayed.

Lux has no logic that could cause this type of issue, I think it could be to do with Govee's API but I'm not too sure.

As for testing, I don't own a H6136 device so I might need you to help

@leetfin
Copy link
Author

leetfin commented Jul 27, 2022

Sure, just let me know what I need to do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants