Hello! I'm trying to read a Lux Sensor in my RPi4 with the i2c node, but the "i2c in" node is showing the error "Error: Invalid I2C bus number 1", but if I use the node "i2c scan", I can see the adress of all my devices pluged.
I think that the BME280 node and BH sensor are trying to read at the same time and that are is a collision or something like that on the i2c bus.
Place a delay node in front of the BH Sensor node to test and remove the i2c scan.
Mind publishing the complete flow? I have about 10 separate i2c devices I am going to build flows for, and your flow would be a great example to learn from.