Welcome to r2r, thank you for considering reef-pi.
Use the adafruit tutorial to get started.
There is nothing specific about tentacle board in reef-pi. Tentacle boards uses ezo chip for ph probed, which is what reef-pi understands.
- First use the atlas scientific library to convert the ezo chip to wok in i2c mode from uart , in case you have not done it already
- Once thats done, head over to reef-pi -> configuration -> drivers and add a ph driver (ph-ezo type) with the i2c address (in decimal). Note i2c-detect shown i2c address in hexadecimal, while reef-pi expects it in decimal. Please do the converion (e.g. 0x40 in hexadecimal is 64 in decimal, we can help with these). Once the driver is addedd, you will be able to follow the ph guide (tldr, add an analog input with pin 0 of the newly created driver, and then add a ph probe with that analog input, and you are done).
Let us know if you have any more questions