Search found 80 matches

by jstaffon
04 Aug 2017 07:50
Forum: Discussions in English
Topic: How to start over!
Replies: 3
Views: 5141

Re: How to start over!

Just restoring a full copy of you z-way-server folder and keeping the same shield board should do the job Sorry, I'm not familiar with "shield board". What is that? Also, I want to reset all of the indices, delete all the apps, and remove all the devices so that when I start over, the fir...
by jstaffon
03 Aug 2017 17:22
Forum: Discussions in English
Topic: How to start over!
Replies: 3
Views: 5141

How to start over!

I don't understand what happened. I was running Wheezy and Zway v2.1.1 for about a year. One day, the Raspberry Pi 3 won't boot. Reinstalled Wheezy, installed v2.1.1, and copied over the saved configuration which worked. Now none of the automation works. How do you completely start over? I suppose I...
by jstaffon
03 Aug 2017 05:00
Forum: Discussions in English
Topic: Handling POST forms and data
Replies: 5
Views: 6593

Re: Handling POST forms and data

http.request call in Z-Way JS API is a way to connect to a remote server (like you Apache). Action is method: POST or GET, location of the script is the url in http.request. OK...I got that part now. Most web servers have an index.html file in the root directory. If I'm using my web server (Apache ...
by jstaffon
02 Aug 2017 23:18
Forum: Discussions in English
Topic: Handling POST forms and data
Replies: 5
Views: 6593

Re: Handling POST forms and data

http.request uses curl. You can compare browser and Z-Way using tcpdump Not sure I follow. The code should issue an http.request to the Raspberry Pi because that's the IP I supplied in the code. My question is about a more fundamental understanding of what the file name is and what the code should ...
by jstaffon
31 Jul 2017 17:48
Forum: Discussions in English
Topic: Handling POST forms and data
Replies: 5
Views: 6593

Handling POST forms and data

I had this working at one time and something is now broken. I've modified the SecurityMode module in Zway to send data via "POST" to an Apache2 webserver running on my ZWay box (Raspbian Jessie and Zway v2.1.1) when a motion detector turns on. The modified section of the SecurityMode modul...
by jstaffon
18 Apr 2017 21:44
Forum: Discussions in English
Topic: How to reuse a device number
Replies: 15
Views: 18524

Re: How to reuse a device number

Great...thanks! That's kind of what I thought but had hoped not.
by jstaffon
18 Apr 2017 18:19
Forum: Discussions in English
Topic: How to reuse a device number
Replies: 15
Views: 18524

Re: How to reuse a device number

Does that mean you can only go up to ID 232 (even if you only have a handful of devices in your network?) or does it count the actual devices that are active?
by jstaffon
18 Apr 2017 03:54
Forum: Discussions in English
Topic: How to reuse a device number
Replies: 15
Views: 18524

Re: How to reuse a device number

There's a maximum number of devices you can add to your network... Is it possible to exceed the "number" (because of this issue) without actually having the max number of devices in the network?
by jstaffon
18 Apr 2017 00:01
Forum: Device specific
Topic: Wayne Dalton - WDHA-12R
Replies: 6
Views: 9235

Re: Wayne Dalton - WDHA-12R

Hmmm....looks like the "ControllerReplication class is not completing. Also, maybe you can also answer a question along the same subject. As I go through the process of including and excluding from the network, the element/device number is incrementing. I would have thought it would get the las...
by jstaffon
17 Apr 2017 21:55
Forum: Discussions in English
Topic: How to reuse a device number
Replies: 15
Views: 18524

How to reuse a device number

When I remove a device from the network, and then add it back in, it chooses a different number. Example: A device was added and given #22. I then removed the device from the network successfully. I re-added that device again and it incremented and gave it #24 instead of #22 which should have been a...