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

guide to install this code to HA #1

Open
CuongHome opened this issue Jul 30, 2024 · 13 comments
Open

guide to install this code to HA #1

CuongHome opened this issue Jul 30, 2024 · 13 comments

Comments

@CuongHome
Copy link

Hi could someone point to a guide of how to install this code to HA, been searching for awhile and couldn't find anything.

@MassiPi
Copy link
Owner

MassiPi commented Jul 30, 2024

download the repository (code -> download zip)
extract the folder you'll find in the zip (ld2450_ble-main) in your custom_components folder
(i'd rename the folder from ld2450_ble-main to ld2450_ble)
restart ha
should be ok. If there is a 2450 around, HA should discover it and ask you for configuration

@CuongHome
Copy link
Author

CuongHome commented Aug 1, 2024 via email

@MassiPi
Copy link
Owner

MassiPi commented Aug 1, 2024

i can't see the screenshot :)

@eingabe
Copy link

eingabe commented Aug 19, 2024

2450_1
2450_2
I download the zip, and upload it to the folder. I found the integration but i get on error. Can you help?

@MassiPi
Copy link
Owner

MassiPi commented Aug 27, 2024

what are system registers saying?

@eingabe
Copy link

eingabe commented Aug 27, 2024

What do you meen? Any example?

@MassiPi
Copy link
Owner

MassiPi commented Aug 27, 2024

home assistant logs

@eingabe
Copy link

eingabe commented Aug 29, 2024

Thx for help.
i can not install the package, i get this error all the time. i hope you can help

Logger: homeassistant.util.package
Quelle: util/package.py:123
Erstmals aufgetreten: 08:03:53 (3 Vorkommnisse)
Zuletzt protokolliert: 08:03:55

Unable to install package bluetooth-data-tools==1.19.0: ERROR: Cannot install bluetooth-data-tools==1.19.0 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@MassiPi
Copy link
Owner

MassiPi commented Aug 29, 2024

oh nice, i'm not using the sensor at the moment, probably it's something sourcing from recent HA versions..
can you try editing the manifest.json file from this:

"requirements": ["bluetooth-data-tools==1.19.0"]

to something like this?

"requirements": ["bluetooth-data-tools>=1.19.0"]

let's see what happens with newer versions :)

@eingabe
Copy link

eingabe commented Aug 29, 2024

now, i get no system error BUT Popup error:
[%key:common::config_flow::abort::no_devices_found%]

but my BT device is online

@MassiPi
Copy link
Owner

MassiPi commented Aug 29, 2024

ok, i need to put back the sensor in action and see :)
let me go back home this evening..

@MassiPi
Copy link
Owner

MassiPi commented Aug 29, 2024

yes, i can confirm the issue.
something broke also for original ld2410_ble integration that this integration is based on
let's see..
930913/ld2410-ble#8

@eingabe
Copy link

eingabe commented Sep 2, 2024

So there is no way to connect the sensor directly, right?

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