Proscenic-M7-PRO
Proscenic-M7-PRO copied to clipboard
`getEquips` URL not working
I am able to get the access token and equipment count as 1
but when I send the getEquips
rest it returns empty content
and hence I am unable to get the SN
PLease help.
Hi, same problem for me. Please help
Same for me maybe it is changed the API someone can check by sniffing the packet under ufficial APP? I have Packet Capture under my mobile phone but it isn't working.
Instead of GET you now have to use POST.
curl -X POST "https://mobile.proscenic.com.de/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"
i have tried again and nothing are found
Hi, same problem here both with curl GET and POST option. Any recommendation how to solve this? Thanks.
same here, any suggestion? thanks
Use this one now. It seems to work.
curl
"https://mobile.proscenic.tw/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"``
Use this one now. It seems to work.
curl
"https://mobile.proscenic.tw/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"``
no, it's still not working, with the same result as before.
Use this one now. It seems to work.
curl
"https://mobile.proscenic.tw/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"``no, it's still not working, with the same result as before.
Hmm where are you in the world? There are three different endpoints when you signup for an account in the ProscenicHome app. Also are you replacing both $LOGINUSER with the email you used to sign up to proscenic with? (I'm working on making a hacks integration that will do all this automatically, but it's not quite done yet. And know why you have this issue could help!)
I'm in Hungary. I've tried it with e-mail, but it's the same result.
I'm in Hungary. I've tried it with e-mail, but it's the same result.
What app do you use to control the robot? "Proscenic Home" or "Proscenic"
I'm in Hungary. I've tried it with e-mail, but it's the same result.
What app do you use to control the robot? "Proscenic Home" or "Proscenic"
I'm using "Proscenic".
That makes sense then. The m7 ships with two different firmwares one that only works with ProscenicHome and one that only works with Proscenic. The two apps use completely different APIs to control the robot. I’ve tried scraping the commands from Proscenic but don’t have a robot that uses it so haven’t had a lot of luck. So these commands won’t work for you. I’ll let you know if manage to scrape the other commands.
That makes sense then. The m7 ships with two different firmwares one that only works with ProscenicHome and one that only works with Proscenic. The two apps use completely different APIs to control the robot. I’ve tried scraping the commands from Proscenic but don’t have a robot that uses it so haven’t had a lot of luck. So these commands won’t work for you. I’ll let you know if manage to scrape the other commands.
Great, thank you!
@JuliusBlueTek what's the status of your hacks integration? Is it available and / or working?
@LukeTowers
Edit: Should work with hacks if you add it as a custom repository.
I have an integration working! Though I haven't set it up the the hacks config to auto install it yet, so it's a manual install. But if you want to take a look it's here . It can hook into the lovelace-xiaomi-vacuum-map-card with some manual setup. I'll you again when it has automaic setup for xiaomi and hacks. You can add your device from procenic home though the integration page in HA with it. Also I'd recommend making a second account in the procenic home app and sharing the vacuum with that second account then log in with that second account into the integration.