-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication method changed #4
Comments
Same here. Their site is very different now and there's no token to be found. Hopefully @JeremyDunn can work some magic and get these sensors recognized by Homebridge again! |
I don’t think any process has changed, i think you just need to get a new api token. i have just installed this plugin and managed to successfully get a device list (i don’t have any leak sensors but with some tweaking my led light strip was retrieved) |
I am able to get an API Key easily, but can you detail how you're getting an API Token? |
If you're happy putting your govee email/password into a website like https://reqbin.com, you can
In the right hand box you should see something like: {
"message": "Login successful",
"status": 200,
"data": {
"token": "THIS-IS-THE-TOKEN-YOU-NEED",
"headerUrl": "%%%",
"nickName": "%%%",
"id": 000,
"expiredAt": 000,
"email": "%%%"
}
} |
This is great, I was able to CURL the values. If anyone has the bandwidth to automate the re-authentication for this app, I think this would be super valuable for everyone using this |
It looks like Govee has changed the way you login and I’m unable to get an api token. Is this still working for you? I cannot get this plugin to work on my end now
The text was updated successfully, but these errors were encountered: