[APP][Pro] Polestar

Send me a new diagnostic report please

Sent! 16118edb-fe08-40ea-af2b-d1ef10b44dcd

Same Error problem as Robjo

It finds the car in the account but after adding it, it says: “Missing.parameter: device.data”

I just released a new update that should fix this issue. I remove the no linger available images from the api in the previous version, but I referenced it somewhere. Removed that now.

It works and now sees my car. Thanks!!

Works - nicely done!

Hi,

Great app but Is there any chance when you issue a new version that you could add an Miles/Mph option switch to the app for us Polestar fans/owners across the pond, much appreciated :slight_smile:

I was under the impression Homey translates those values for me, so a bit surprised it is not.
Can you give me a screenshot where you see the wrong values?

I looked for localisation in the settings but other than language and location I can’t see anyway of setting it

Desktop screenshot attached (Odometer, Range and Distance till service)

thanks

Edit: in the meantime I’ve wrote a HomeyScript that converts the KM to Miles that is triggered by battery percentage changes and outputs it to a new card using Device Capabilities, works well for now but It would be nice to have it in a single card :slight_smile:

/ Scott

Almost done with my update of the Govee official app, just some minor things there, then ill update this one with the localization bugs. Also I will check if I can make a different widget deisgn for P3/P4 devices. Since I drive a P4 now intead of the P2 :smiley:

Latest version now has an app setting to switch. Should switch the values of the capabilities and the units. Let me know if it does what you want it to do.

P4 here too, software a little glitchy but overall I’ve had no issues :slight_smile:

Works great apart from the odometer, not rounding to whole numbers in the apple mobile app,

Reads 4833 on the pc but reads 4833.023638 in the mobile app, I can live with it but thought I would give you a little feedback as you put the time in changing it

Many thanks for making the changes :slight_smile:

Small update with these roundings (actually I made them floor).

Worrks a treat, many thanks :slight_smile:

Hi, in the last couple of weeks (or months) I run into two issues with the Polestart app.

  1. The CarStatViewer connection doesn’t seem to update location anymore. Location is always “Unknown road”.

  2. The normal connection doesn’t seem to update connection status. It always shows that the car is not connected, even while charging. All the other indicators, inclusing SoC, update without an issue. I’ve check the official Polestart app. There the connection status updates perfectly.

I tried to remove and af the Polestar device to fix the issues. Now I get a credentials error, while I’m 100% sure my password is correct. Any suggestions on what to try?

@Koen_Crijns
Can you try the new test version?
Is it a P2 or another?

Polestar | Homey

For everyone:

This new 3.0.1 version is a major upgrade of the app.
It is now build on the gRPC api of Polestar that is also used by their mobile apps.
That means we can finally do true control of the car and get much more details from it. You can check the test app description to view all the new feauters. But next to the return of power states and proper detection of charging states, this includes lock/unlock car etc.
Also a lot more sensors like window state and tire pressure.

and very happy to announce climate control and measurements :slight_smile:

I tested it with my Polestar 4.
I need people to confirm if it works for their cars and what features do and dont work.

Happy testing.

Amazing! I was able to connect my Polestar 2 again with the new app. I’ve tried a couple of new features (including climate control), all seems to work. Will test more in the next couple of days. Great work, thanks!

Nice! This opens for so much stuff, like location based climate schedules.

I just installed the testing version now, and at first glance it works fine with my Polestar 3. I will try out some of the new features when I have time, but something I’m noticing now is that the values for days and distance until service, the tire pressure values and the tire pressure warning are all “-”.

I’m also noticing that the charging status is set as paused, while in reality it’s finished as it hit the charging limit at 90% (the phone app also states that it is finished).

The find-my-car flow card is without any text other than the dropdown, which can make it hard to see what it’s about in the list. Perhaps add a preface to the drop down like “Find my car by/through (…)”?

Not sure if the API allows it, but the phone app distinguishes between parked and driving states. Maybe that would be a useful base for some flow cards – “WHEN car parks/starts driving”, “AND car is parked/driving”. Maybe even a “WHEN car has been parked/driving for (…) minutes” (though this can also be solved with timer apps). Possible use-case: When car has been parked for N minutes, and location is home, and charging port not plugged in, send push notification. Or when car parks, and location is home, unlock (house) door and turn on living room lights. Or when car starts driving, and location is home, open the garage door.

Another request, is it possible to also have a simpler version of the start climate flow card, which just uses the default values? Similar to just tapping the climate button in the phone app.

Also a question. There is a capability with the location coordinates, and there is a flow card for getting the location (coordinates and address). Does that mean that the capability can be outdated, or is the flow card just for convenient tokenization?