- Joined
- Nov 28, 2018
- Messages
- 74
- Reaction score
- 80
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[Unit]
Description=raspberry pi based reef tank controller
After=network-online.target
Wants=network-online.target
[Service]
ExecStartExecStartPre=/bin/sh -c 'until ping -c1 192.168.1.3; do sleep 1; done;'
ExecStart=/usr/bin/reef-pi daemon -config /etc/reef-pi/config.yaml
WorkingDirectory=/var/lib/reef-pi
Restart=always
RestartSec=90
StartLimitInterval=400
StartLimitBurst=10
[Install]
WantedBy=multi-user.target
Thanks for checking the file.Your unit file looks ok. The dual WiFi MAC address for same pi is concern. Are you changing hostname? Is it possible you have two pi with same name ?
Thanks for your replyThe next three images should help also.
Mine are switched off right now as my return pump has conked off
Thanks for your reply
I have the doser only in Jacks and non in outlets
It is working fine, however i wanted to turn the channel off for extra security while not in use and then turn it on just before the next dose time using macros and times
There is a doser option in the Macros so i though it would work but it seems that i need to add it to outlet for that to work
regard
Has anyone messed around with ngrok or thought about making a reefpi plugin for it? I was setting up my octopi and ran across an article for accessing it from outside the network. Rather than forwarding ports ngrok establishes a secure tunnel. A single session account is free and you don’t have to forward any ports in your router. You access it from their cloud account. It was easy to setup in octopi because it has a plug-in.
ngrok | API Gateway, IoT Device Gateway, Secure Tunnels for Containers, Apps & APIs
ngrok is a secure ingress platform that enables developers to add global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress to applications and APIs.ngrok.com
Octopi is raspbian OS derivative with baked in octoprint (3d printer web UI). I prefer to use octoprint straing on whatever the current raspbian/raspberry os is.ngrok works great. I'm not familiar with octopi though?
Personally, I use wireguard tunnels to bridge networks together, but it still takes a bit of network planning to get that setup.
You can use ngrok out of band (i.e you have to set it up by yourself) with reef-pi but nothing I am aware of that makes it work straight from reef-pi. reef-pi is way smaller in terms of features compared to octopi. Gina (octopi author) is a gifted programmer who dedicated his full-time work on octoprint. Its an amazing piece of software and one of the inspirations for reef-pi. reef-pi does not have the plugin like design that octopirnt has. One day.....Has anyone messed around with ngrok or thought about making a reefpi plugin for it? I was setting up my octopi and ran across an article for accessing it from outside the network. Rather than forwarding ports ngrok establishes a secure tunnel. A single session account is free and you don’t have to forward any ports in your router. You access it from their cloud account. It was easy to setup in octopi because it has a plug-in.
ngrok | API Gateway, IoT Device Gateway, Secure Tunnels for Containers, Apps & APIs
ngrok is a secure ingress platform that enables developers to add global server load balancing, reverse proxy, firewall, API gateway and Kubernetes Ingress to applications and APIs.ngrok.com
Octopi is raspbian OS derivative with baked in octoprint (3d printer web UI). I prefer to use octoprint straing on whatever the current raspbian/raspberry os is.
Sorry for the confusion. I will have to play with it some more. I was having issues installing it on my reefpi. I discovered ngrok while I was installing octopi for my printer.
I haven't gotten to this part yet, but my understanding is for the temp sensors, there is ground, power (3 or 5 volt), and a data gpio. 2 power cables would have no data pin to send the temp to.Hello Reef-Pi folks,
I am running Reef-Pi 4.0 on a Robo-tank board and I am having trouble with my temp sensors. I have 5V at the 5V pin, and 3.25V at the Data pin on all temp sensors, but when I connect a sensor it is not detected? When I go to the temperature page and try to add a new temp sensor nothing is available under sensors. I have tried 3 different kinds of sensors, all of which I have seen work on other setups. Any suggestions?
Thanks
Sorry if I was unclear. I have a three wire sensor, with ground , 5V, and data. And when I put a meter on my board pins, I Have 5V on the 5V pin, 3.25V on the data pin (expected as I understand it) and then the ground pin. I use this to verify that my soldering is good and that the board is operating correctly. I am trying to get it to recognize a sensor but nothing is showing up?I haven't gotten to this part yet, but my understanding is for the temp sensors, there is ground, power (3 or 5 volt), and a data gpio. 2 power cables would have no data pin to send the temp to.
If you swap the 3v to gpio 17 or any of the gpio pins per the mapping below, it should work. The open gpio pins (non power/ground) are for sending data.Sorry if I was unclear. I have a three wire sensor, with ground , 5V, and data. And when I put a meter on my board pins, I Have 5V on the 5V pin, 3.25V on the data pin (expected as I understand it) and then the ground pin. I use this to verify that my soldering is good and that the board is operating correctly. I am trying to get it to recognize a sensor but nothing is showing up?