Control over Webhook - softwarecrash/Daly2MQTT GitHub Wiki
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...
for using the api over http/php use this fix