Search found 3 matches
- 19 Nov 2014 16:17
- Forum: RaZberry
- Topic: Razberry HA Module & WiringPi gpio
- Replies: 3
- Views: 4449
Re: Razberry HA Module & WiringPi gpio
That made it work. Thanks for the help.
- 19 Nov 2014 15:48
- Forum: RaZberry
- Topic: Razberry HA Module & WiringPi gpio
- Replies: 3
- Views: 4449
Re: Razberry HA Module & WiringPi gpio
So that script seems to be explicitly specifying the path to the binary instead of relying on the user's bash path. I assumed the system() wrapper would still be on the same path as root (which is the user account the z-way server is running under). Eitherway, I'll change it to that and give it a sh...
- 19 Nov 2014 03:04
- Forum: RaZberry
- Topic: Razberry HA Module & WiringPi gpio
- Replies: 3
- Views: 4449
Razberry HA Module & WiringPi gpio
Hello all, Has anyone tried calling WiringPi from inside a HA module? I seem to be having some troubles. Empirically it's as if my calling of the gpio command just "doesn't happen." Example: var test = system("gpio readall"); debugPrint("Test: "+test); Returned this: [2...