Skip to content

Commit

Permalink
Add automatic route script for persistent route setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Oct 3, 2024
1 parent fd6a64f commit 8335299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8335299

Please sign in to comment.