#Reset HA password
1 messages · Page 1 of 1 (latest)
Always share the command you used and what it puts out. Let me look over your shoulder basically.
Ran -> :~# docker exec -ti homeassistant bash
Shows -> :/config#
Please use code blocks. I shared how earlier. Try my jq commands now.
That would be awesome, looking over my shoulder, I feel like im only giving you half the info, and im not sure which half
jq - commandline JSON processor [version 1.7.1]
Usage: jq [options] <jq filter> [file...]
jq [options] --args <jq filter> [strings...]
jq [options] --jsonargs <jq filter> [JSON_TEXTS...]
jq is a tool for processing JSON inputs, applying the given filter to
its JSON text inputs and producing the filter's results as JSON on
standard output.
The simplest filter is ., which copies jq's input to its output
unmodified except for formatting. For more advanced filters see
the jq(1) manpage ("man jq") and/or https://jqlang.github.io/jq/.
Example:
$ echo '{"foo": 0}' | jq .
{
"foo": 0
}
For listing the command options, use jq --help.
Salter-Cloud:/config#
No I mean the three commands I shared here: #general-archived message
Just simply jq will not do much.
can you resend that for me?
Just click the link to the message.
just to verify, i had to scroll up to find it
Discord can be buggy sometimes but clicking that link there should take you to the message.
jq . /config/.storage/auth_provider.homeassistant
jq .data.credentials[].data /config/.storage/auth
So does running these return anything useful?
sorry, had to take a phone call
I will run them now
first command gives me and "id" and "name"
I assume that is my login?
I think so.
second command gives me "key": "auth_provider.homeassistant"
long iwth username and encrypted password
Username should be the same. Don't you recognize it?
If not you can now try the password reset command.
Im back in now
🎉