Hey Guys,
i have an issue with the Debug Modus.
I had add this to my Config
{
"plugin": "homeduino",
"driver": "serialport",
"driverOptions": {
"serialDevice": "/dev/ttyUSB0",
"baudrate": 115200
},
"receiverPin": 0,
"transmitterPin": 4,
"dstSearchAddressPin": 12
},
and this
settings": {
"debug": true,
"logLevel": "debug",
"httpServer": {
"enabled": true,
"port": 80
},
But i have no debug output. The Reciever works with Arduino 433Mhz Sniffer and i see RF input when i open the “make Monitor”
Have anybody an idea?
MFG
ck2003