Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions #5

Open
justinladwig opened this issue Dec 1, 2019 · 5 comments
Open

Questions #5

justinladwig opened this issue Dec 1, 2019 · 5 comments

Comments

@justinladwig
Copy link

justinladwig commented Dec 1, 2019

Hi, I have a few questions.

  1. How do I connect the paristaltic pumps and
  2. which specifications should these pumps have.
  3. Does this project also work with Raspberry Pi Zero W?

Thank you for this nice project.
Justin

@justinladwig justinladwig changed the title Hi, I have a few questions Questions Dec 1, 2019
@justinladwig justinladwig reopened this Dec 1, 2019
@MimbaMonkeyHouse
Copy link

I also would love to know the answers for questions 1 & 2. @segalion can you please chime in.

For question 3: Nope, I would not recommend using a Pi Zero to host any Home Assistant instance. It is actually not recommended on the documentation for Home Assistant...

@justinladwig
Copy link
Author

Hello again,

could you tell me how you connect the second atlas scientific sensor to the Raspberry Pi? On the sensor connection shema you connect it to Pins 36 and 37, i.e. GPIO 16 and 26.
As far as I know, the Raspberry Pi should only have a UART on pins 8 and 10, i.e. GPIO 14 and GPIO 15, which the other sensor is already connected.

I hope you'll reply.
Justin

@Jackk16
Copy link

Jackk16 commented Jun 3, 2020

Hi Segalion,

Very promising solution!
I am getting prepared to try your solution for a automated pool control. Like the other questions its hard to find how to connect the peristaltic pumps. Could you point out how that works, perhaps add it to the connection diagrams?

Regards,
Jack

@segalion
Copy link
Owner

segalion commented Oct 7, 2020

Sorry, I think too I have to work more on documentate the injection part.

Even more, I think I have to make a global rewrite of all project. Could be great to include some hard-internal-parts passed to a custom component core, to change the illegible jinga2 parts for elegant python code.

About some questions:
The peristaltic:
I am working with cheap 12V peristaltic pumps, but I have to advert about muritatic acid, that can damage things. Two recomendations:

  1. Put the peristaltic muriatic injection pump ( and all tubes) in a place that any leakage can damage any more.
  2. Dilutes the acid in half to extend the life of the products more years

The Raspberry Pi Zero W:
I think Its more than enough to run HA and all important parts (EZO and wifi). Take into account that HA dont recommend Pi Zero for "general purpose", but for run only this project I think is more than enough. My first versions was with RPI1!!!, and takes a long to start, and low speed web-browsing, but worked perfect.
Now, I am running a RPI3-1Gb, that has so low CPU and memory usage that its a pitty not to use for more things...

@segalion
Copy link
Owner

segalion commented Oct 7, 2020

Hello again,

could you tell me how you connect the second atlas scientific sensor to the Raspberry Pi? On the sensor connection shema you connect it to Pins 36 and 37, i.e. GPIO 16 and 26.
As far as I know, the Raspberry Pi should only have a UART on pins 8 and 10, i.e. GPIO 14 and GPIO 15, which the other sensor is already connected.

I hope you'll reply.
Justin

RPI2-3 has a second "limited" UART. To enable it, you have to...

Edit rpi config file with:
sudo nano /boot/config.txt

including this:

force_turbo=1
enable_uart=1
dtoverlay=pi3-disable-bt
# sencond UART1 /dev/ttyS0 
dtoverlay=uart1,txd1_pin=32,rxd1_pin=33

Take into account that with rpi3, bluetooth uses the UART, so you have to disable it.

I think tha RPI4 has even 4 complete UARTs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants