I own a Peugeot e208 and am very interested in your binding. Is it only available for Openhab 3? I operate a very complex environment with photovoltaics via modbus, zwave, irrigation and others. Thats why I am a little bit worried with upgrading to openHAB 3.
Do you know whether the upgrade from openHAB 2 to 3 with the openhabian-config tool works reliably? Is it possible to fall back to openHAB 2, like a snapshot for virtual machine?
I will try it as docker container, without an upgrade.
Currently only available for openhab 3. I run it on a virtual server next to my production openhab 2. I will take a look at making a version for OH2.5 (as I am also not yet looking forward to migrating my production system)
I installed the binding and tried to add a bridge. What username and password do I have to use for the bridge? The credentials from https://developer.groupe-psa.com?
I registered myself at https://developer.groupe-psa.com. I added an app. I got a client id and secret. I also entered the client id an secret in the binding under advanced configuration. I subscribed to āConnected Car APIā plan. But I get the following error:
HANDLER_INITIALIZING_ERROR
No enum constant org.openhab.binding.groupepsa.internal.GroupePSABindingConstants.VendorConstants.PEUGOT
I also added a Groupe PSA Car and entered my VIN. Since the bridge doesnāt work, the car doesnāt work either. But the preview of the available channels for the car are looking awesome.
Can you give me some advice or guidance, please. How can I get it working?
I indeed found a small problem causing the HANDLER_INITIALIZING_ERROR. I have updated the version at: https://github.com/arjanmels/openhab2-addons/releases/tag/v1.0 . So please download again. (I didnāt create a new tag as it was a single letter changeā¦)
Hi is this working? The issue with the Peugeot apk is that it seems that only one phone can be registered to a car. I would like to be able to access the car and turn on the heating/charging through Openhab.
Hi, yes: thanks to the testing efforts of @torsten and @MarkusThurner, the binding is starting to get in a usable state. However it can only read information from the car, not control any functions.
@Julian_Divett 2-way is not possible via the published API. (Maybe via reverse engineering of the app, but that is beyond my current scope. One of the links to github you provided contains interesting info, but requires to obtain the credentials form the app, which is a bit cumbersome.)
Hello, Iāve tested this now with openHAB 3. While the binding works really well, and setting it up was no problem at all, Iāve just removed it again because the data reported is so unreliable. Itās not a fault of the binding - itās the same in the MyPeugeot app as well.
can somone explain how to connect this? I have added the binding to Openhab 3 connected the bridge using the login and password from the my Peugeot app. In the log files it shows it is connecting to 2 cars (I only have one!) but in the UI there are no channels. What do I do next?
Iām trying this binding. I can add correctly the Bridge and I can find my car with a scan. But when I add the car I have the following error:
2021-02-15 16:56:04.235 [hingStatusInfoChangedEvent] - Thing āgroupepsa:vehicle:xxxā changed from INITIALIZING to OFFLINE (COMMUNICATION_ERROR): Unable to query the vehicle status
2021-02-15 16:56:04.235 [WARN ] [psa.internal.things.GroupePSAHandler] - Unable to query groupepsa status for: xxx. Error: Rest call failed: statusCode=404, message=Not Found: We didnāt find the status for this vehicule.
You need to add the carās that are autodetected as things. The bridge itself does not have channels.
So you add the bridge, then add a thing again. Choose the groupe psa binding and click the blue āscanā button at the top. That should detect your car.
If it doesnāt work, can you provide me the logs via private messages?