Remote Pi GPIO

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
timb
Posts: 101
Joined: 03 Jan 2015 00:10

Remote Pi GPIO

Post by timb »

I would like to send a message from Zway to a remote Pi.

My thoughts were to somehow write a script to call Remote GPIO
Does anyone have any ideas or experience or pointers?

Thanks
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: Remote Pi GPIO

Post by PoltoS »

check the manual for system(). You can also use sockets.tcp() and http.request(). CodeDevice is also a nice tool to combine with JS code mentioned here.
Post Reply