vzakharchenko / remote-ctrl-gsm

Mitsubishi Outlander PHEV remote control over Mobile Network (3g, 4g, LTE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mitsubishi Outlander PHEV remote control over GSM(3g, 4g, LTE)

  • CI
  • docker
  • donate

Description

  • 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.
  • img1 img2 img4

Features

Smartthings Integration

http://<CLOUD_HOST>:8080
  • Login: admin
  • Default password: admin

What changed:

  1. Removed Wi-Fi connection requirement.
  2. The ability to change MAC address.
  3. The ability to change the Ip address and port of EV module.
  4. The ability to share registrations between devices
  5. changed name of application (GSM/Cloud Remote Ctrl)

How to move registration from one device to another

  1. copy /storage/emulated/0/phev folder from registered device to a new device
  2. install app on new device
  3. run application and use it

Build Application

  1. Setup java JDK on computer.
  2. Create your own key for signing the application (once) ''' ./generateKey.sh '''
  3. Build and signing application ''' ./buildAndSign.sh '''
  4. setup OUTLANDER_PHEV.apk on smartphone

Change Mac address

  1. Mikrotik in the car
interface wireless set MitsubihiWiFI station-bridge-clone-mac="XX:XX:XX:XX:XX:XX" mac-address="XX:XX:XX:XX:XX:XX"
  1. 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
  2. on Device /storage/emulated/0/phev/mac.txt

Change Car Gateway Ip and Port

  1. Ip (default is 192.168.8.46): /storage/emulated/0/phev/ip.txt
  2. Port(default is 8080): /storage/emulated/0/phev/port.txt

Registration

About

Mitsubishi Outlander PHEV remote control over Mobile Network (3g, 4g, LTE)


Languages

Language:Smali 99.7%Language:Shell 0.1%Language:Java 0.1%Language:Rascal 0.0%Language:Dockerfile 0.0%Language:JavaScript 0.0%