Stefan S

Results 43 comments of Stefan S

I pushed my current code here https://github.com/Phunkafizer/pilight/tree/rewrite I added the callback-mimik in the libgpio.c in the test folder. Then I tried to call wiringXIOCTLCallback from my raspyrfm unittest. While compiling...

But when I use the steps from travis-script.sh, isn't the unittest compiled using libgpio?

I see, this means later also wiringX has to be extended?

This would have been my next question, but you were faster :-) This means pilight-unittest is compiled with libgpio now using the new cmakescript?

This PR ist just for show the problem here: https://forum.pilight.org/showthread.php?tid=3514 It is not finished yet

I resolved some of the issues. Of course running `./pilight-send -p fs20` still causes `pilight-send: ERROR: this protocol is not supported or doesn't support sending` It seems fs20 is not...

I forced push the current code.

YES! That's it! I just successfully controlled the first FS20 switch with this new protocol module! Another question: I can read the received pulses with pilight-raw and pilight-debug, but the...

> > > Does the `validate` succeed? Nope, this was the solution. The FS20 protocol should now be completly implemented. Sending and receiving is working.

Is it OK to insert the hardware- and protocolmodule in the same PR?