Remco1250
Remco1250

Reputation: 85

login to zwave from python


I've been trying to login to the zwave module from python, but so far it hasn't worked.
So far I've used:

I've noticed that the zwave goes through 'app/views/auth/auth_login.html' to log you in, but I just can't seem to get it.
I hope you guys have any tips on how I (might) login via python :D

Upvotes: -1

Views: 239

Answers (1)

Remco1250
Remco1250

Reputation: 85

Ok, so it turns out I was an idiot. I can access it by going to the website with requests and use the auth=('login','password') with it.

Upvotes: 0

Related Questions