Hi everyone,
i was abled to install the new version of pimatic today.
Now i’m getting stucked with this problem:
23:09:26.833 [pimatic] error: Could not initialize the plugin "homeduino": Cannot find module '/home/pi/pimatic-app/node_modules/pimatic-homeduino/node_modules/homeduino/node_modules/serialport/build/Release/node-v46-linux-arm/serialport.node'
My config looks like this:
{
"plugin": "homeduino",
"driver": "serialport",
"driverOptions": {
"serialDevice": "/dev/ttyUSB0",
"baudrate": 115200
},
"receiverPin": 0,
"transmitterPin": 4,
"active": true
}
is there anybody out there with the same problem?
cheers kai