Make your old iPad a home assistant remote
5.0K
Give Your Old iPad a New Life as a Home Assistant Remote!
Old iPads come with an outdated version of Safari, which makes them incompatible with modern Home Assistant dashboards.
VNC-iPad allows you to repurpose your old iPad as a remote control for Home Assistant. Since the outdated Safari browser on older iPads isn’t suitable for this purpose, VNC-iPad provides a better solution.
docker run -d -p 5900:5900 --name vnc-ipad -e VNC_PASSWORD="mypassword" -e STARTING_WEBSITE_URL="HOMEASSISTANT_IP:8123" ddayb/vnc-ipad
services:
vnc-ipad:
container_name: vnc-ipad
image: ddayb/vnc-ipad
ports:
- "5900:5900"
environment:
VNC_PASSWORD: "mypassword"
STARTING_WEBSITE_URL: "HOMEASSISTANT_IP:8123"
restart: unless-stopped
Content type
Image
Digest
sha256:10800ec38…
Size
379.8 MB
Last updated
over 1 year ago
docker pull ddayb/vnc-ipad