Page 1 of 1

Remote Pi GPIO

Posted: 10 Jan 2021 15:17
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

Re: Remote Pi GPIO

Posted: 11 Jan 2021 06:08
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.