SK
Signal K5mo ago
Ben

B&G Performance Plugin "Error while creating channel at Object.createRawChannel"

I am trying to use the B&G Performance plugin but I am getting the following error! any suggestions? "Error while creating channel at Object.createRawChannel (/home/pi/.signalk/node_modules/socketcan/dist/socketcan.js:73:12) at SimpleCan.start (/home/pi/.signalk/node_modules/@canboat/canboatjs/lib/simpleCan.js:19:33) at plugin.start (/home/pi/.signalk/node_modules/signalk-bandg-performance-plugin/index.js:795:17) at doPluginStart (/usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:311:20) at doRegisterPlugin (/usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:488:13) at registerPlugin (/usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:258:13) at /usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:209:13 at Array.forEach (<anonymous>) at startPlugins (/usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:208:85) at Object.start (/usr/lib/node_modules/signalk-server/lib/interfaces/plugins.js:46:13) at /usr/lib/node_modules/signalk-server/lib/index.js:503:50 at /usr/lib/node_modules/signalk-server/node_modules/lodash/lodash.js:4967:15 at Function.forIn (/usr/lib/node_modules/signalk-server/node_modules/lodash/lodash.js:13018:11) at startInterfaces (/usr/lib/node_modules/signalk-server/lib/index.js:481:22) at Server.<anonymous> (/usr/lib/node_modules/signalk-server/lib/index.js:329:17) at Generator.next (<anonymous>)"
8 Replies
Scott Bender
Scott Bender5mo ago
Do you have a socketcan device?
Ben
BenOP5mo ago
I am using the Yacht devices YDNU-02
Scott Bender
Scott Bender5mo ago
That plugin currently only works with socketcan devices. Although I think YD device support may be coming. https://discord.com/channels/1170433917761892493/1170454794708717568/1371258954579050506
Ben
BenOP5mo ago
Can you recomend another device we can use in the mean time?
Scott Bender
Scott Bender5mo ago
Hat Labs
Waveshare 2-Channel Isolated CAN HAT for Raspberry Pi: NMEA 2000 Compa
Upgrade your Raspberry Pi project with the Waveshare 2-Channel Isolated CAN HAT, providing the computer with an NMEA 2000 interface. This expansion HAT provides a reliable and secure connection to CAN Bus networks and features multiple onboard protection circuits to ensure stable and safe communication. MCP2515 CAN con
Scott Bender
Scott Bender5mo ago
Openlight Labs
CANable Pro 1.1: Isolated USB to CAN adapter
The CANable Pro 1.1 is a fully isolated open-hardware CAN to USB adapter manufactured in the USA. Connect to any CAN2.0A/B network without worrying about common mode offset, ground noise, or damaging your computer! Note: the Pro 1.1 is equivalent to the original Pro but has increased isolation voltage (5kV vs the orig
From An unknown user
From An unknown user
From An unknown user
Aswin
Aswin5mo ago
Be aware that you need to have signalk running on unix to use can devices.
Ben
BenOP5mo ago
Yes I’m using a Pi

Did you find this page helpful?