Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.8.3 - Control APIs #83

Merged
merged 9 commits into from
Apr 14, 2024
Merged

V0.8.3 - Control APIs #83

merged 9 commits into from
Apr 14, 2024

Conversation

jasonacox
Copy link
Owner

# Set Mode
curl http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET&value=self_consumption

# Set Reserve
curl http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET&value=20

# Omit Value to Read Settings
curl http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET
curl http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET

@jasonacox jasonacox merged commit f5afa54 into main Apr 14, 2024
24 checks passed
@jasonacox jasonacox deleted the v0.8.3 branch April 14, 2024 16:19
@jasonacox
Copy link
Owner Author

04/14/2024 09:32:27 AM [proxy] [INFO] pyPowerwall [0.8.3] Proxy Server [t54] - HTTP Port 8675
04/14/2024 09:32:27 AM [proxy] [INFO] pyPowerwall Proxy Started
04/14/2024 09:32:27 AM [proxy] [INFO] pyPowerwall Proxy Server - Local Mode
04/14/2024 09:32:28 AM [proxy] [INFO] Connected to Energy Gateway x (Tesla Energy Gateway)
04/14/2024 09:32:28 AM [proxy] [INFO] Control Commands Activating - WARNING: Use with caution!
04/14/2024 09:32:29 AM [proxy] [INFO] Control Mode Enabled: Cloud Mode Connected
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] 404 Powerwall API not found at https://x/api/devices/vitals
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] 404 Powerwall API not found at https://x/api/devices/vitals
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] 404 Powerwall API not found at https://x/api/devices/vitals
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] 404 Powerwall API not found at https://x/api/devices/vitals
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] Firmware 240400 detected - Does not support vitals API - disabling.
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] Firmware 240400 detected - Does not support vitals API - disabling.
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] Firmware 240400 detected - Does not support vitals API - disabling.
04/14/2024 09:32:30 AM [pypowerwall.local.pypowerwall_local] [ERROR] Firmware 240400 detected - Does not support vitals API - disabling.
04/14/2024 09:33:18 AM [proxy] [INFO] Control Command: Set Reserve to 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set Reserve via Proxy API
1 participant