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
Remote Pi GPIO
Re: Remote Pi GPIO
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.