Page 1 of 1

Writing info from expert UI to text file?

Posted: 02 Jul 2019 06:13
by randy54
Hey guys, I was wondering if it is possible to write information from Z-Way's expert UI (such as if a device is on/off or temperature) to a text file? I am wondering this because I want to be able to manipulate certain devices using my z-uno and its arduino code, but some of the devices I have can only communicate with z-way. Thanks!!

Re: Writing info from expert UI to text file?

Posted: 02 Jul 2019 17:54
by PoltoS
You can use the HTTP API - this is much easier than text files.

Re: Writing info from expert UI to text file?

Posted: 02 Jul 2019 18:32
by randy54
PoltoS wrote:
02 Jul 2019 17:54
You can use the HTTP API - this is much easier than text files.
okay great! where can i find this?

Re: Writing info from expert UI to text file?

Posted: 06 Jul 2019 06:54
by randy54
PoltoS wrote:
02 Jul 2019 17:54
You can use the HTTP API - this is much easier than text files.
Well, wait; this requires internet to use right? Is there a way to accomplish using this or the the original goal without the internet? I need to make my RaZ/Z-uno/Devices be able to operate independently of the internet for a project I am working on.

Re: Writing info from expert UI to text file?

Posted: 08 Jul 2019 03:55
by tin921
if the communicating devices are within the same local network, then the use of z-way http api does not require internet.