Writing info from expert UI to text file?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Writing info from expert UI to text file?

Post 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!!
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Writing info from expert UI to text file?

Post by PoltoS »

You can use the HTTP API - this is much easier than text files.
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: Writing info from expert UI to text file?

Post 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?
randy54
Posts: 14
Joined: 05 Jan 2019 02:19

Re: Writing info from expert UI to text file?

Post 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.
tin921
Posts: 14
Joined: 26 Apr 2019 04:59

Re: Writing info from expert UI to text file?

Post by tin921 »

if the communicating devices are within the same local network, then the use of z-way http api does not require internet.
Post Reply