Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 41 Guest(s) astrogerard
|
|
|
Bluetooth |
Posted by: josecorreia - 2018 Jun 06, 08:13 PM - Forum: Feature requests
- Replies (1)
|
|
I Dan
If someone use sip on a place without internet acess is possible to control SIP with bluetooth conection and use a RTC on raspi for the timer.
Best regards
Jose Correia
|
|
|
Filter flushing based on differential pressure |
Posted by: sathish - 2018 Apr 24, 05:31 PM - Forum: Feature requests
- Replies (1)
|
|
Halo Dan,
Is it possible to add a feature to the system (plugin or other wise), where in the SIP would measure differential pressure between a filter inlet pressure Vs outlet pressure. Then start a back flush sequence of the filter based on;
- a pre-set pressure difference (or)
- pre-set time duration of the system run (or)
- every time the SIP starts.
|
|
|
Sprinklers failing to start |
Posted by: kupan787 - 2018 Apr 02, 01:47 AM - Forum: Report a problem
- Replies (4)
|
|
I'm having a strange issue.
Just recently, my sprinklers are failing to start, after a couple of years with no issues. If I trigger a zone, I can hear the value start to open and water flow, but within a second it closes and the water flow stops. I tried resetting the white com wire, but didn't seem to make a difference.
I don't think it is an issue with the solenoids, because the same thing happens with every zone I try and trigger. Also, if I manual turn the solenoid on, it stays on.
Could it be the controller board? Or the power supply?
|
|
|
Keeping System Time (SIP and Rpi) |
Posted by: shapi - 2018 Mar 22, 08:36 PM - Forum: Installation and set up questions
- Replies (2)
|
|
Hi
as far as i know raspberry pi can not keep its clock up to date since it has not RTC (real time clock) !
especially when it is not connected to internet (not contacting Online NTP servers !)
here is my issues :
i will be deploying SIP on a Rpi at a remote location with the following limitations :
- no internet connection
- no stable electricity (8 hrs daily)
the first issue cannot be resolved and i can live with that (thanks for SIP program schedules )
for the second issue i have decided to install RTC (Ds3231) chip to provide accurate time to Rpi and SIP ,then scheduling auto system shutdown to avoid unexpected shutdown and cripple the entire system
am i on the right Path? since im not an expert in this area i always prefer to ask before do anything on my own is there any other solution for the time tracking ?
|
|
|
Relay board plugin - change pin connections does not work |
Posted by: bvdvoorn - 2018 Mar 14, 10:27 AM - Forum: Plugin questions
- Replies (2)
|
|
I recently found the SIP program. Really complete program with all functionalities you might wish for!
Using a raspberry B+ and connecting both a 4 and 8 relay board with relay board plugin - and wiring as instructions on https://github.com/KanyonKris/relay_board/wiki works fine.
Now I want to add a DS3231 Clock Module so SIP will also work after power cut and without internet connection. This module uses pins 1, 3, 5 and 7 - which are also used by the standard relay board wiring.
So I tried to use other GPIO ports (changes in blue):
1 – 11
2 – 12
3 – 13
4 – 15
5 – 16
6 – 18
7 – 22
8 – 24
9 – 29
10 – 31
11 – 33
12 – 35
I also adjusted in relay_board.py the mapping:
original:
# relay_pins = [11,12,13,15,16,18,22,7,3,5,24,26,29,31,32,33,35,36,37,38]
with:
relay_pins = [11,12,13,15,16,18,22,24,29,31,33,35]
When I have relay boards connected at start-up the system doesn't work - website doesn't come up.
When I connect the power lines of relay boards (pin 2 and 4) after the system has started up and website is working then the relays do work as expected.
Also when manually starting up SIP (sudo python SIP) the system works fine.
...until a software reboot.
Then webbrowser comes with error message:
SIP could not restart
Please restart from the command line
On the command screen below error message is displayed:
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 11
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 12
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 13
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 15
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 16
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 18
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 22
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 24
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 29
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 31
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 33
Problem switching relays Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM) 35
After restarting from the command line SIP works again.
Any idea what is the problem and how to resolve this issue?
Thanks
I have found a work-around.
Just discovered that there is another plugin Relay 16. This one does the same as relay_board, but doesn't use pins 1, 3, 5 and 7.
Rewiring and using this Relay 16 makes it work smoothly again.
|
|
|
Rpi + 8 channel Realy board |
Posted by: shapi - 2018 Mar 12, 07:44 PM - Forum: Installation and set up questions
- Replies (2)
|
|
Hi
while using SIP project is it okay to connect 8 channel relay directly to the raspberry pi 3 model B without power supply (will be powered via raspberry pi of course ) ? usually only one relay will be used at any given time
your kind advise .
|
|
|
|