codyc1515 / ha-yeelock

Add your Yeelock to Home Assistant with BLE
https://www.yeeloc.com
MIT License
16 stars 4 forks source link

Cannot pair my account #8

Closed fwartner closed 4 months ago

fwartner commented 7 months ago

System Health details

System Information

version core-2024.2.0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.1
os_name Linux
os_version 6.1.74-haos
arch x86_64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4938 Installed Version | 1.34.0 Stage | running Available Repositories | 1471 Downloaded Repositories | 180
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | 31. Oktober 2024 um 01:00 relayer_connected | true relayer_region | eu-central-1 remote_enabled | true remote_connected | true alexa_enabled | true google_enabled | true remote_server | eu-central-1-10.ui.nabu.casa certificate_status | ready instance_id | 33cca8550cd04b4297d23eacfa9e14f2 can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 11.5 -- | -- update_channel | stable supervisor_version | supervisor-2024.01.1 agent_version | 1.6.0 docker_version | 24.0.7 disk_total | 234.0 GB disk_used | 29.7 GB healthy | true supported | true board | generic-x86-64 supervisor_api | ok version_api | ok installed_addons | Studio Code Server (5.15.0), chrony (3.0.1), Whisper (1.0.2), Piper (1.4.0), AirSonos (4.2.0), Advanced SSH & Web Terminal (17.1.0), speedtest (v0.5.4-alpha.0), ESPHome (2023.12.9), Home Assistant Stream Deck (2024.2.0), Samba share (12.2.0), AirCast (4.2.0), Home Assistant Google Drive Backup (0.112.1), Spotify Connect (0.13.0), Silicon Labs Multiprotocol (2.4.4), Matter Server (5.0.4), Barcode Buddy for Grocy (dev-docker-based), HomePod Connect (28.8-ls126), Mosquitto broker (6.4.0), MariaDB (2.6.1), Music Assistant BETA (2.0.0b92), PS5 MQTT (0.1.5), OpenThread Border Router (2.4.5)
Dashboards dashboards | 4 -- | -- resources | 93 views | 21 mode | storage
Recorder oldest_recorder_run | 24. Januar 2024 um 03:24 -- | -- current_recorder_run | 8. Februar 2024 um 00:43 estimated_db_size | 2472.83 MiB database_engine | mysql database_version | 10.6.12
Sonoff version | 3.5.4 (a4a8c5f) -- | -- cloud_online | 0 / 2 local_online | 0 / 0
Spotify api_endpoint_reachable | ok -- | --

Checklist

Describe the issue

CleanShot 2024-02-08 at 01 03 47@2x

Reproduction steps

1. 2. 3. ...

Debug logs

None

Diagnostics dump

No response

codyc1515 commented 7 months ago

Remove the plus

fwartner commented 7 months ago

Doesnt work either.

codyc1515 commented 7 months ago

Okay, can you please post logs? Check for and remove any private information before sending. There is likely an error happening here as it would normally just say about a sign-in error if it was just that.

codyc1515 commented 7 months ago

Did you have a chance to check it?

fwartner commented 7 months ago

Nah.. I'm not had found time yet sorry :/

skrashevich commented 7 months ago

@codyc1515 default auth method in yeelock api is email+password (not region+phone+password)

https://api.yeeloc.com/v2/auth/by/password - endpoint. just POST with fields "account" and "password"

fix: https://github.com/codyc1515/ha-yeelock/compare/main...skrashevich:ha-yeelock:fix-auth (WIP at this moment, I'll prepare PR)

codyc1515 commented 4 months ago

Closing due no response.