Skip to content

Instantly share code, notes, and snippets.

@asiletto
Created September 23, 2020 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asiletto/c395f6cce36279fbd5a782c4e94c1b1b to your computer and use it in GitHub Desktop.
Save asiletto/c395f6cce36279fbd5a782c4e94c1b1b to your computer and use it in GitHub Desktop.
read Laica Home Wellness export on a pc
# export settings from smartphone
# decode base64 export
base64.exe -d laicaSettings.laica > laicaSettings.decoded
# decode file (password is: "laica.oca.key")
openssl.exe enc -des -d -in laicaSettings.decoded -out laicaSettings.plain
#laicaSettings.plain contains a json with all the data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment