August 16, 20251 yr I've got a Geyserwala and its integrated with Home Assistant. Works great. But I'm struggling to use the API (for non-HASS features). Has anyone had success to log into the API with cURL commands?I tried with my token and password, according to Manual:curl -X POST "http://192.168.1.xxx/api/session" -H "Authorization: Bearer xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -H "Content-Type: application/json" -d '{"username":"admin","password":"xxxxxxx"}'but I get return:{"success":false,"code":401,"message":"Bad username or password"}I've confirmed the UN and PW, by visiting the local WebGUI in my browser Edited August 16, 20251 yr by cvschalk
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.