Page 1 of 1

Some general auth questions

Posted: 08 Jul 2015 22:40
by fabiobruna
Hi,

I'm trying to use suncron to turn a light on and off via my pi.

http://stenarson.com/projects/suncron/

Suncron generates cron calls, in this case with wget

From the FAQ:
HTTP auth FAQ
HTTP auth FAQ
Schermafdruk 2015-07-08 21.00.03.png (31.02 KiB) Viewed 3894 times
Wget from my pi:
wget
wget
Schermafdruk 2015-07-08 21.00.34.png (66.12 KiB) Viewed 3894 times
From my settings via 8083
Settings
Settings
Schermafdruk 2015-07-08 21.05.18.png (17.32 KiB) Viewed 3894 times
But I guess this is for the phone app?

Am I missing a crucial point here? Calls(on/off/status) from my browser succeed, which is not a surprise, because I'm logged in. Can I disable authentication? It worked for a while, just stopped working after a few days.

Regards,
Fabio

Re: Some general auth questions

Posted: 09 Jul 2015 00:35
by PoltoS
"Allow public access" if for /ZWaveAPI/ API
For /ZAutomation you need to add Anonymous user or do authentication.

Thanks for pointing out on the old description about no authentication in Z-Way. We will change it.

Re: Some general auth questions

Posted: 13 Jul 2015 13:07
by fabiobruna
Thanks, wil look into ZWaveAPI.