Smartthings Remote control for Outlander PHEV
10K+
docker run --name=smartthings-phevctl -p 8080:8080 -p 8099:8099 vassio/smartthings-phevctl
sudo touch /bin/phevctl
sudo echo "docker run papawattu/phevctl $*">/bin/phevctl
sudo chmod +x /bin/phevctl
wget -qO- https://getpm2.com/install.sh | bash
sudo env PATH=$PATH:/usr/bin pm2 startup systemd -u ${currentUser} --hp ${HOME}
sudo npm i smartthings-phevctl -g
sudo pm2 start `npm root -g`/smartthings-phevctl/smartthings-phevctl.js
sudo pm2 save
















http://<IP>:8080




restart Application
Content type
Image
Digest
Size
464.1 MB
Last updated
over 4 years ago
docker pull vassio/smartthings-phevctl