-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Atlas Scientific Tentacle T3 #23
Comments
Hi |
Hi @danielegger1 As a matter of fact I abandoned this project mostly because of the (really) bad performance and stability of HA on the RPi! This simply connects with MTTQ (also running on the "macbuntu") to update the sensor readings and I did some hardware mods to control a relais for my pool pump, light and some extra sensors to read internal/external temperatures. But to answer your real question: nope, I still have not connected the pumps... |
Hi thanks for the quick reply :) so thank you, you really helped me a lot! |
Hi! |
Hi @CrociStrike030, But the basic code provided by Atlas (https://github.com/Atlas-Scientific/Ezo_I2c_lib/tree/master/Examples/IOT_kits/pool_kit) reads the sensors you've attached (pH, ORP and RTD) and published the values to thingspeak.com using MQTT. In my setup I replaced thingspeak with my own local Mosquitto server, and beside the PUB channel I added a SUB channel so I can send commands back to the Huzzah instead of just using serial commands (clearly just a demo from Atlas). To be able to control my pump and light I slightly modified the board to have enough I/O ports for what I want. TL;DR version: you will need to do some hardware mods and write your own sketch to control everything. |
Has anyone tried using this RPi HAT (Tentacle T3) https://atlas-scientific.com/electrical-isolation/whitebox-labs-tentacle-t3/# from Atlas Scientific? I haven't yet explored if the connections are conflicting with the Relay Board or if the code would have issues. It would make for a cleaner installation, and add an additional EZO location.
The text was updated successfully, but these errors were encountered: