vmakeev/huawei_mesh_router

How to Recover Router Password?

gamajunior opened this issue · 3 comments

I've lost my password history and because of that I can't access my router's settings, so I'd like to know how I can extract the password that's stored on the HA.

Hi!

The integration settings are stored in the file <home_assistant_config_folder>/.storage/core.config_entries.
This is a text file containing data in json format.
Search for the string "huawei_mesh_router" in it, the data you need will be presented in several lines below.

UPD: sometimes some of the settings can be saved in files like core.config_entries.2, just in case, review them all

@gamajunior was this information enough to solve our problem?

Yes, muito obrigado 😃