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

Home Assistant Huawei LTE addon #36460

Open
bono5150 opened this issue Dec 21, 2024 · 4 comments
Open

Home Assistant Huawei LTE addon #36460

bono5150 opened this issue Dec 21, 2024 · 4 comments

Comments

@bono5150
Copy link

Feedback

I have got the following error log details:

"Logger: homeassistant.components.huawei_lte
Source: components/huawei_lte/init.py:392
integration: Huawei LTE (documentation, issues)
First occurred: 11:36:25 (1 occurrences)
Last logged: 11:36:25
Could not resolve serial number to use as unique id for router at http://192.168.8.1/html/home.html, setup failed. Try setting up credentials for the router for one startup, unauthenticated mode can be enabled after that in integration settings"

The mysterious part is about setting up credentials for the router for one startup. I have LTE e3372 HiLink router. There is no password at all. The router requires only to connect to the LTE network from http://192.168.8.1/html/home.html page.

How can I connect to the LTE network and use the Huawei LTE e3372 router as an Internet access point in Home Assistant?
Is it possible with Huawei LTE addon ?

The documentation is not clear at all in this field.

URL

https://www.home-assistant.io/integrations/huawei_lte/

Version

2024.12.5

Additional information

No response

@home-assistant
Copy link

Hey there @scop, @fphammerle, mind taking a look at this feedback as it has been labeled with an integration (huawei_lte) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of huawei_lte can trigger bot actions by commenting:

  • @home-assistant close Closes the feedback.
  • @home-assistant rename Awesome new title Renames the feedback.
  • @home-assistant reopen Reopen the feedback.
  • @home-assistant unassign huawei_lte Removes the current integration label and assignees on the feedback, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information) to the feedback.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information) on the feedback.

@scop
Copy link
Member

scop commented Dec 22, 2024

I think with the routers that require no credentials one can use admin as the username, and leave password blank.

@scop
Copy link
Member

scop commented Dec 22, 2024

Anyway it would be interesting to see if we could do something to be able to find a serial number for that device. https://github.com/Salamek/huawei-lte-api contains two scripts in examples/ -- device_info.py and data_dump.py -- that could help with that.

Could you try those out and see if their output contains the serial number somewhere? Typically I believe it's in Device.information->SerialNumber or Device.basic_information->SerialNumber (those are the two places we look from in the HA huawei_lte integration). (If you find the serial number there, let us know the path to it, not the serial or all other output of those commands as they may contain info you may not want to share in public.)

@scop
Copy link
Member

scop commented Dec 22, 2024

JFTR found one more place we may consider looking into, System.deviceinfo->SerialNumber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants