From 8335299b09a52d699e8f727cf5ee7a53ca9151ed Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Wed, 2 Oct 2024 20:54:46 -0700 Subject: [PATCH] Add automatic route script for persistent route setup --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d6daa16f..a944afd3 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ With version v4.4.0+, pypowerwall can be set to access the TEDAPI API on the Gat ```bash # Example - Change 192.168.0.100 to the IP address of Powerwall Gateway on your LAN +# Automatic - Route Script - Detect OS and setup persistent route. +./add_route.sh + # Linux / RPi - Add to netplan, /etc/rc.local or /etc/network/if-up.d/static-route for persistence sudo ip route add 192.168.91.1 via 192.168.0.100