Hi guys,
I have some problems with setting up homeduino. I don´t receive signals. That a little bit strange, because I can receive signals with pilight.
I use in pilight also the gipo pins. So my connections to the pins works.
Has anybody an idea, why I dont´t receive signals with the pimatic setup?
Here my pilight config
"hardware": {
"433gpio": {
"sender": 0,
"receiver": 1
}
},
Here my pimatic config:
{
"plugin": "homeduino",
"driver": "gpio",
"driverOptions": {},
"receiverPin": 1,
"transmitterPin": 0,
"active": true,
"enableReceiving": true,
"debug": true
}
Sebastian