Skip to content
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

getEquips URL not working #6

Open
jayeshgarg opened this issue Feb 6, 2022 · 16 comments
Open

getEquips URL not working #6

jayeshgarg opened this issue Feb 6, 2022 · 16 comments

Comments

@jayeshgarg
Copy link

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.

@dmartella
Copy link

Hi, same problem for me. Please help

@michelebossa
Copy link

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.

@mohoo
Copy link

mohoo commented Oct 23, 2022

Instead of GET you now have to use POST.
curl -X POST "https://mobile.proscenic.com.de/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"

@michelebossa
Copy link

i have tried again and nothing are found
image

@boci29
Copy link

boci29 commented Nov 11, 2022

Hi, same problem here both with curl GET and POST option. Any recommendation how to solve this? Thanks.

@musimarc
Copy link

same here, any suggestion? thanks

@JuliusBlueTek
Copy link

JuliusBlueTek commented Feb 1, 2023

Use this one now. It seems to work.
curl "https://mobile.proscenic.tw/user/getEquips/$LOGINUSER" -d "username=$LOGINUSER"``

@boci29
Copy link

boci29 commented Mar 15, 2023

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.

@JuliusBlueTek
Copy link

JuliusBlueTek commented Mar 16, 2023

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!)

@boci29
Copy link

boci29 commented Mar 16, 2023

I'm in Hungary. I've tried it with e-mail, but it's the same result.

@JuliusBlueTek
Copy link

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"

@boci29
Copy link

boci29 commented Mar 19, 2023

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".

@JuliusBlueTek
Copy link

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.

@boci29
Copy link

boci29 commented Mar 19, 2023

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!

@LukeTowers
Copy link

@JuliusBlueTek what's the status of your hacks integration? Is it available and / or working?

@JuliusBlueTek
Copy link

JuliusBlueTek commented Jul 29, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants