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

Govee Actions not Working #61

Closed
2 tasks done
Jason-society opened this issue Oct 31, 2023 · 4 comments
Closed
2 tasks done

Govee Actions not Working #61

Jason-society opened this issue Oct 31, 2023 · 4 comments
Assignees
Labels
🐞 bug Something might not be working as intended.

Comments

@Jason-society
Copy link

Pre-Checks

  • The device is connected to WiFi.
  • The device is supported by Govees API.

Operating System

Windows

Govee Device

Smart light bulbs and a floor lamp.

Bug Description

None of the actions I try to use on streamdeck are working. API is there. Streamdeck reads and sees the lights but when pushing a button to generate an action on the stream deck the lights do nothing.

Logs

The logs requested have too many characters for this box.
@Jason-society Jason-society added the 🐞 bug Something might not be working as intended. label Oct 31, 2023
@Jason-society
Copy link
Author

GoveeController.log

@tylertejas
Copy link

im having the same issue

@ardziej
Copy link

ardziej commented Nov 21, 2023

Your device is offline.
What you can do to confirm it:
curl --location 'https://developer-api.govee.com/v1/devices' \ --header 'Govee-API-Key: <API KEY>'

You will receive a list of your devices. Get values from data->devices->device & model

Then you can get more details:

curl --location 'https://developer-api.govee.com/v1/devices/state?device=<DEVICE>&model=<MODEL>' \ --header 'Govee-API-Key: <API KEY>'
In response: data.properties.online = false

Removing the device and adding it one more time with the WiFi setup solved the issue.(Govee App)

@GeekyEggo
Copy link
Owner

Thanks for all your patience whilst I look into this — I'm happy to say v1.3 is now available on Marketplace, and has been updated to use Govee's new API.

With this update comes support for more devices, and should hopefully resolve this issue. Please feel free to raise a new ticket if you encounter any problems. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something might not be working as intended.
Projects
None yet
Development

No branches or pull requests

4 participants