- To access Mitsubishi Outlander Remote Control module via the Internet, you need a mikrotik lte wireless access point for example ltap mini lte kit
- You also need a mikrotik router at home or anywhere else with a WHITE IP (Public Ip) or Cloud with a white IP(a cheap cloud can be bought for example here.
- The main idea of project is access to outlander phev Wifi module through VPN tunnel, and then control the vehicle through a modified native application.
- control vehicle through 3g,4g,lte
- simultaneous access to the internet and car network via a separate WiFI SSID
- works through the cloud or through another microtik with a public ip
- Can be used as a Wi-Fi extender
- example working with scaleway cloud
- example working with hetzner cloud
- docker images include phevctl
- docker images include Smartthings application server
- smartthings works on android and apple
- support unlimited number of registered devices
- all vehicle settings are visible.
- you can change the MAC address that the app sends to the EV Remote.
- installed as a separate application (GSM Remote Ctrl)
- Smartthings application configuration
- Smartthings application configuration
- Smartthings entry point:
http://<CLOUD_HOST>:8080
- Login: admin
- Default password: admin
Modified application https://play.google.com/store/apps/details?id=com.inventec.iMobile2
What changed:
- Removed Wi-Fi connection requirement.
- The ability to change MAC address.
- The ability to change the Ip address and port of EV module.
- The ability to share registrations between devices
- changed name of application (GSM/Cloud Remote Ctrl)
- copy /storage/emulated/0/phev folder from registered device to a new device
- install app on new device
- run application and use it
- Setup java JDK on computer.
- Create your own key for signing the application (once) ''' ./generateKey.sh '''
- Build and signing application ''' ./buildAndSign.sh '''
- setup OUTLANDER_PHEV.apk on smartphone
interface wireless set MitsubihiWiFI station-bridge-clone-mac="XX:XX:XX:XX:XX:XX" mac-address="XX:XX:XX:XX:XX:XX"
- Change mac-address in the file on Phone storage
/storage/emulated/0/phev/mac.txt
from 6C:C7:EC:2B:00:00 to XX:XX:XX:XX:XX:XX Where XX:XX:XX:XX:XX:XX is new Mac address - on Device
/storage/emulated/0/phev/mac.txt
- Ip (default is 192.168.8.46):
/storage/emulated/0/phev/ip.txt
- Port(default is 8080):
/storage/emulated/0/phev/port.txt