softwarecrash / Daly2MQTT

ESP8266 Connector to get Daly / XENES / HI-BMS / BullTron BMS Data into MQTT systems
Other
149 stars 32 forks source link

How to set SOC by http command when login is activated? #154

Closed crazy-ahmet closed 10 months ago

crazy-ahmet commented 10 months ago

A clear and concise description of what the problem is.

I have blockly script which should set the SOC with a command like: http://ipadress:/set?soc=1

It doesn´t work. I think because i´ve activated the weblogin with username and password. I guess the link need to contain the authentification details also. How should the command look like?

Additional context

No response

softwarecrash commented 10 months ago

it follow the htaccess syntax just use http://user:pass@ipadress:/set?soc=1