node-red-contrib-i2c
node-red-contrib-i2c copied to clipboard
does not works with zigbee2mqtt
Hello, I have installed and used node-red-contrib-i2c version 0.9.0 on Raspberry Pi4 for a long time and with different i2c devices without any problems. Now I installed the zigbee2mqtt package and the library no longer works. zigbee2mqtt required updating node.js to 10.2.4 and npm to 20.11.0. what could be the reason? Are there any known compatibility issues with these versions of node.js and npm? Has anyone else had the same problem as me? how can it be solved? thank you
If you have updated the version of nodejs - have you rebuilt the i2c binary using npm rebuild ?
If you have updated the version of nodejs - have you rebuilt the i2c binary using npm rebuild ?
thank you for the suggestion. I first rebuild then I remove the palette and install it again. The result is still the same: i2c nodes appear as "unsupported".
Has anyone else had the same problem?
thank you