I2c node help. Anyleaf pH sensor. Help with data

I apologize if this has been answered. I am bleary eyed reading all the posts.

I am new to the node red world. I am likely a little over my head.

I have a pH probe from Anyleaf. It funtions properly. I can run a scrpit on the rpi and get data.

Can someone explain to me how the NodeRed i2c nodes work?

They allow you to send and receive data via the i2c ports, that’s it.
Exactly what you need to send and how to interpret what you receive is up to you :wink:

There doesn't seem to be a node for your specific device, so you would need to read up on the device protocols to find out how to communicate with it. You may glean something from the script you have.

Alternatively you could call the script from node red using exec node then make use of the output from that.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.