chrisc123 / jebao_aqua-homeassistant

Home Assistant integration to control Wi-Fi enabled Jebao wavemaker devices
10 stars 5 forks source link

Login error #13

Closed morpheusoliver closed 2 months ago

morpheusoliver commented 2 months ago

I'm trying to run the integration but i always get credential error, even after veryfing with the app and creating a new password, seems like the 'GET' endpoint has been removed.

image

chrisc123 commented 2 months ago

Hi - are you based in Europe or somewhere else in the world? If you're outside Europe you may need to update the API endpoints in const.py to the US version and also try changing the GIZWITS_APP_ID to 6c9b7c67e81345b5a5b6817f31f82ac8 (See https://github.com/chrisc123/jebao_aqua-homeassistant/issues/11)

EvoSems commented 2 months ago

I think that APPID isn't working correctly anymore, I'm have issues also. Do we have a list of APP ID?

HTTP 400 Bad Request
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "error_message": "appid invalid!",
    "error_code": 9003,
    "detail_message": null
}
morpheusoliver commented 2 months ago

The app 6c9b7c67e81345b5a5b6817f31f82ac8 + usa urls did the trick, thanks!