-
Notifications
You must be signed in to change notification settings - Fork 1
Control over Webhook
ManuA edited this page Apr 18, 2024
·
1 revision
Control the BMS over webhooks
URL | Description |
---|---|
http://<DEVICE_IP>/set?dischargefet=1 |
Switch discharge fet on |
http://<DEVICE_IP>/set?dischargefet=0 |
Switch discharge fet off |
http://<DEVICE_IP>/set?chargefet=1 |
Switch charge fet on |
http://<DEVICE_IP>/set?chargefet=0 |
Switch charge fet off |
http://<DEVICE_IP>/set?soc=50 |
Set SOC to (e.g.) 50% |
http://<DEVICE_IP>/set?relais=1 |
Switch output relais on |
http://<DEVICE_IP>/set?relais=0 |
Switch output relais off |
http://<DEVICE_IP>/set?bmsreset=1 |
Reboot BMS |
http://<DEVICE_IP>/set?bmswake=1 |
Wake BMS |
when using username and password for protect the webUi use http://<USER>:<PASSWORD>@<DEVICE_IP>/set...
If you don't have the willingness to tinker and learn... TURN BACK!
This project is not a commercial product and support is limited. You have to be willing to research and solve potential problems yourself.