GeekyEggo / GoveeController

Govee controller for the Elgato Stream Deck.
GNU General Public License v3.0
40 stars 6 forks source link

Govee Actions not Working #61

Open Jason-society opened 8 months ago

Jason-society commented 8 months ago

Pre-Checks

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 commented 8 months ago

GoveeController.log

tylertejas commented 8 months ago

im having the same issue

ardziej commented 8 months ago

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)