Not an issue since it's solved and not worth updating the documentation for such an edge case! But I believe it's worth having the information show up in google and github searches.
The package is compatible with the embedded version of Node Red on Victron's Cerbo GX, it just requires to install the 2 following packages with opkg once root access is enabled : libusb-1.0-dev and eudev-dev (since libudev-dev is not available in Victron's repos)
They're part of the system partition that will be wiped on every OS upgrade it might be necessary to reinstall them (in addition to the udev rules config file) after those to keep it working.
Not an issue since it's solved and not worth updating the documentation for such an edge case! But I believe it's worth having the information show up in google and github searches.
The package is compatible with the embedded version of Node Red on Victron's Cerbo GX, it just requires to install the 2 following packages with
opkg
once root access is enabled :libusb-1.0-dev
andeudev-dev
(since libudev-dev is not available in Victron's repos)They're part of the system partition that will be wiped on every OS upgrade it might be necessary to reinstall them (in addition to the udev rules config file) after those to keep it working.