Remote I/O erro on reading data from I2C bus on Raspberry Pi

  1. Node-RED version 3.0.2, node.js 16.20.0
  2. i use the node-red-contrib-i2c version 0.9.0
  3. it is really minimal:
[{"id":"a01ae621.1c4478","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"e91d8a63.52b4e8","type":"i2c scan","z":"a01ae621.1c4478","name":"","busno":"1","x":280,"y":160,"wires":[["5dcadecb.32e18"],[]]},{"id":"5a21f0f9.321c6","type":"inject","z":"a01ae621.1c4478","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":160,"wires":[["e91d8a63.52b4e8"]]},{"id":"d91a51db.bdd6d","type":"debug","z":"a01ae621.1c4478","name":"temp","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1090,"y":140,"wires":[]},{"id":"534357d3.ac6e78","type":"i2c out","z":"a01ae621.1c4478","name":"reset","busno":"1","address":"64","command":"254","payload":"1","payloadType":"num","count":"1","x":890,"y":140,"wires":[["d91a51db.bdd6d","3743aa6a.dff0e6"]]},{"id":"713f489a.e3d4d8","type":"inject","z":"a01ae621.1c4478","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":680,"y":140,"wires":[["534357d3.ac6e78"]]},{"id":"5dcadecb.32e18","type":"debug","z":"a01ae621.1c4478","name":"1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":430,"y":140,"wires":[]},{"id":"8e00c349.0cc13","type":"i2c out","z":"a01ae621.1c4478","name":"trigger temp","busno":"1","address":"64","command":"243","payload":"1","payloadType":"num","count":"1","x":930,"y":260,"wires":[["753fef2e.3e514","2b4eff6b.4413f"]]},{"id":"ce42c8db.ff46f8","type":"i2c in","z":"a01ae621.1c4478","name":"","busno":"1","address":"64","command":"1","count":"2","x":1250,"y":380,"wires":[["6ea3affa.4f397"]]},{"id":"753fef2e.3e514","type":"debug","z":"a01ae621.1c4478","name":"trigger","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1130,"y":240,"wires":[]},{"id":"3743aa6a.dff0e6","type":"delay","z":"a01ae621.1c4478","name":"","pauseType":"delay","timeout":"15","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":930,"y":200,"wires":[["8e00c349.0cc13"]]},{"id":"2b4eff6b.4413f","type":"delay","z":"a01ae621.1c4478","name":"","pauseType":"delay","timeout":"25","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1130,"y":300,"wires":[["ce42c8db.ff46f8"]]},{"id":"6ea3affa.4f397","type":"debug","z":"a01ae621.1c4478","name":"read","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1390,"y":380,"wires":[]}]