HomeAssistant-PeugeotIntegration
HomeAssistant-PeugeotIntegration copied to clipboard
What IP address do I need to use????
Maybe I am too stupid to find it in the description....
Is the "IPAdressofyoursystem" = IP address of HomeAssistant? Or the IP address from the log file of the PSA car controller? Or ....?
I do not really get it working...
It's the IP/Hostname where Psa_car_controller is reachable from HomeAssistant.
Set the setting that way in your addon settings and it's the IP of HA. That is what I recommend. The one in the log will change from time to time.
If you're using the Home Assistant HACS add-on, try using localhost as the hostname, or 127.0.0.1 as IP address.
I can't get it to work. I have tried using all kinds of IP addresses, but none of them work for me... Are you sure it's 127.0.0.1? I can see the identities, but they don't work (they don't get the values), so the only problem is the URL. I'm going crazy. I have managed everything: PSA CAR CONTROLLER works OK, I have created the sensors and I can see them in identities, but they don't work! I know it's a problem with the URL, but I don't know which one to use or where to look. I have tried 127.0.0.1, I have tried localhost, I have tried the internal IP, I have tried a URL that appears in the PSA CAR CONTROLLER logs, but nothing works. The VIN is correct.
Similar issue.. any hints?
Summary, trips etc are shown, so connection is ok. But I'm not able to load http://homeassistant.local:5000/get_vehicleinfo/YourVIN?from_cache=1
and yes, yourvin is replaced with my VIN ;-)
The solution is changing IPofTheSoftware
with the hostname of the component (in my case is b9f12d83-psacc
). You can find it here:
Result using it:
I've tried the following address without success:
-
192.168.178.2
which is the IP of my Home Assistant -
127.0.0.1
-
localhost
-
homeassistant.local
-
0.0.0.0
Hope this help ❤️