-
Notifications
You must be signed in to change notification settings - Fork 5
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
The URLs for the APIs have changed. The following should work. #13
Comments
I've created a Repo for the M7 that works on Proscenic home. (It may work with other vacuums form the Proscenic Home app). That can be installed via hacks. It's still rough around the edges, but it lets you get the map view (and updates while the vacuum moves around) and do all the commands. Check it out here. Also thanks to @andker87 for the work here! It sent me down a rabbit hole I've had fun working on! |
I cant get your repo to work with my M7 Pro... It installs fine, but after i always get configuration failed |
Mine has been working until a couple of days ago, so i looked into this, i fane get token etc, but nothing when i run the rest_commands... I even created a new account at Proscenic, and both .tw and .com.de gives SN and token, but nothng works in HA... |
curl -v -k -X POST -H "os: i" -H "Content-Type: application/json" -H "c: 338" -H "lan: en" -H "Host: mobile.proscenic.tw" -H "User-Agent: ProscenicHome/1.7.8 (iPhone; iOS 14.2.1; Scale/3.00)" -H "v: 1.7.8" -d "{\"state\":\"欧洲\",\"countryCode\":\"49\",\"appVer\":\"1.7.8\",\"type\":\"2\",\"os\":\"IOS\",\"password\":\"$(echo -n $PASSWORD | md5sum)\",\"registrationId\":\"13165ffa4eb156ac484\",\"language\":\"EN\",\"username\":\"$LOGINUSER\",\"pwd\":\"$PASSWORD\"}" "https://mobile.proscenic.tw/user/login"
The SN number can be gotten from:
curl "https://mobile.proscenic.tw/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"
The rest_commands.yaml needs to be changed to ->
The text was updated successfully, but these errors were encountered: