Search found 7 matches

by gazier20
20 Oct 2016 15:47
Forum: Discussions in English
Topic: Read out Z-Wave device on razberry
Replies: 3
Views: 5730

Re: Read out Z-Wave device on razberry

You're my booster. I found the solution in this forum : https://forum.z-wave.me/viewtopic.php?f=3419&t=22778 To do this from the command line you need to authenticate first and save a session cookie... wget -q --header "Accept: application/json" --header "Content-Type: application...
by gazier20
20 Oct 2016 15:45
Forum: Discussions in English
Topic: wget doesn't work
Replies: 2
Views: 4923

Re: wget doesn't work

I found the solution. It's a cookie issue. We need a "login" cookie to run command line. Here is the solution : https://forum.z-wave.me/viewtopic.php?f=3419&t=22778 Thanks to viper384 To do this from the command line you need to authenticate first and save a session cookie... wget -q -...
by gazier20
20 Oct 2016 15:13
Forum: Discussions in English
Topic: Read out Z-Wave device on razberry
Replies: 3
Views: 5730

Re: Read out Z-Wave device on razberry

Hi, I'm not expert. I'm currently doing the setup of my crontab in my Raspberry pi. Here is a french website : http://www.magdiblog.fr/domotique/controle-de-leclairage-avec-le-module-z-wave-razberry/ At the end there is some examples of script like : wget -o ./z-way.api -O ./z-way.api http://127.0.0...
by gazier20
19 Oct 2016 22:43
Forum: Discussions in English
Topic: wget doesn't work
Replies: 2
Views: 4923

wget doesn't work

Hi, When I navigate to this url with my browser, it works : http://192.168.1.54:8083/ZWaveAPI/Run/devices[3].instances[0].Basic.Set(0) I want to do the same from my terminal in raspberry pi (to schedule a cron) : I tried : sudo wget -o ./z-way.api -O ./z-way.api http://127.0.0.1:8083/ZWaveAPI/Run/de...
by gazier20
14 Oct 2016 22:08
Forum: RaZberry
Topic: Not possible to login
Replies: 9
Views: 17447

Re: Not possible to login

Found the solution :

- go to /opt/z-way-server/automation/storage/configjson-xxxx
- search for the word login
Then I saw my password in uppercase instead of lowercase.


The login is admin
by gazier20
14 Oct 2016 22:07
Forum: Discussions in English
Topic: v2.2.2 --> User Not found
Replies: 2
Views: 4533

Re: v2.2.2 --> User Not found

yes thank you.
I don't know why but my password was written in clear and in UPPERCASE.... I used a lowercase password

Thanks for the help
by gazier20
14 Oct 2016 21:37
Forum: RaZberry
Topic: Not possible to login
Replies: 9
Views: 17447

Re: Not possible to login

Hi,

I have the same issue on RPI3. I can't log into it.

Is there a way to find the login on the RPI ? or to reset login and password ?

Thank you