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

Add bluetooth devices through gateway #301

Closed
Andreasjkoch opened this issue Dec 3, 2022 · 4 comments
Closed

Add bluetooth devices through gateway #301

Andreasjkoch opened this issue Dec 3, 2022 · 4 comments

Comments

@Andreasjkoch
Copy link
Contributor

I am trying to connect my Yeeuu K2 Smart Key Lock box. This lock box however uses bluetooth and does not have wifi, so a gateway is needed for accessing it over the internet. This also means that the lock box does not have any local IP, so that the integration cannot find it directly. So my question is, is it possible to add the lock box through the gateway? The integration does find the gateway, but when trying to add that I just get "Connection to device succeeded but no datapoints found, please try again. Create a new issue and include debug logs if problem persists.".

I don't know if it matters, but here are the tuya datapoints for the lock box:
bluetooth_unlock | Raw | {}
residual_electricity | Integer | { "min": 0, "max": 100, "scale": 0, "step": 1 }
unlock_fingerprint | Integer | { "min": 0, "max": 999, "scale": 0, "step": 1 }
unlock_password | Integer | { "min": 0, "max": 999, "scale": 0, "step": 1 }
unlock_dynamic | Integer | { "min": 0, "max": 999, "scale": 0, "step": 1 }
unlock_ble | Integer | { "min": 0, "max": 999, "scale": 0, "step": 1 }
alarm_lock | Enum | { "range": [ "wrong_finger", "wrong_password", "wrong_card", "wrong_face", "tongue_bad", "too_hot", "unclosed_time", "tongue_not_out", "pry", "key_in", "low_battery", "power_off", "shock" ] }
hijack | Boolean | "{true,false}"
lock_motor_state | Boolean | "{true,false}"
unlock_temporary | Integer | { "min": 0, "max": 999, "scale": 0, "step": 1 }

@make-all make-all added the enhancement New feature or request label Dec 4, 2022
@make-all
Copy link
Owner

make-all commented Dec 4, 2022

This will be dependent on implementation of #70

@felipecrs
Copy link
Contributor

@make-all
Copy link
Owner

make-all commented Dec 5, 2022

It does contain details for a specific device, though there isn't enough information there yet to implement local protocol support.

@make-all make-all added subdevice Requires subdevice support and removed enhancement New feature or request labels Feb 18, 2023
@make-all
Copy link
Owner

Although this does contain tuya portal details for a subdevice, there are no local protocol details, so this will be closed with the general subdevice support without adding this specific device.

@make-all make-all added awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release labels Apr 29, 2023
@make-all make-all removed awaiting confirmation Wating for confirmation the issue is solved unreleased Will be in next release subdevice Requires subdevice support labels May 7, 2023
@make-all make-all closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants