Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 762
» Latest member: johnsonfe
» Forum threads: 298
» Forum posts: 1,683

Full Statistics

Online Users
There are currently 155 online users.
» 0 Member(s) | 155 Guest(s)

Latest Threads
SIP Stopped Working After...
Forum: Report a problem
Last Post: dan
2024 Dec 16, 04:19 PM
» Replies: 6
» Views: 221
Master keeps resetting to...
Forum: Report a problem
Last Post: DavidCNZ
2024 Dec 04, 08:57 PM
» Replies: 12
» Views: 250
installation fails
Forum: Installation and set up questions
Last Post: dan
2024 Nov 20, 06:52 PM
» Replies: 4
» Views: 92
Allow plugins ability to ...
Forum: Feature requests
Last Post: jonathan
2024 Aug 11, 10:56 PM
» Replies: 11
» Views: 489
Tank Fill Function
Forum: Feature requests
Last Post: dan
2024 Jul 12, 03:07 PM
» Replies: 3
» Views: 267
Curl Method Menu
Forum: Installation and set up questions
Last Post: astrogerard
2024 Jun 22, 03:15 PM
» Replies: 4
» Views: 334
Module i2c relay.
Forum: Feature requests
Last Post: litronas
2024 Jun 22, 12:45 PM
» Replies: 5
» Views: 390
problem after upgrade to ...
Forum: Installation and set up questions
Last Post: Darek
2024 May 19, 08:54 PM
» Replies: 2
» Views: 257
Monthly Adjust per Statio...
Forum: Writing plugins
Last Post: cdesouza
2024 Apr 18, 06:33 AM
» Replies: 17
» Views: 874
MQTT Plugin initialised b...
Forum: Report a problem
Last Post: cdesouza
2024 Mar 25, 03:56 PM
» Replies: 2
» Views: 236

 
  SIP in the Bay Area
Posted by: jerryk - 2021 Feb 08, 10:35 PM - Forum: User installations - Replies (1)

I've been running this for a couple of years.  Here's the setup:  There is a 19th-century dug well in my side yard.  In it, I have a 24V submersible pump.  The pump runs off a pair of 12V 26-AH lead acid batteries, which are kept charged with 2 100W solar panels and an MPPT Morningstar controller.  The pump is activated by a 24V DC relay fed by a full wave bridge rectifier.    24VAC
comes from the opensprinkler pi, is rectified by the bridge, and runs the relay.  The pump itself draws about 3A at 24V.  It lifts the water clear up to the top of the hill, about 70 feet above the well.

  Up the hill behind the house is our "exercise room" shed.  In it, a grey PVC box containing an Rpi 3, and an "Opensprinkler Pi" board.  It reliably connects to our home wifi.   At this time, there are four stations.  The irrigation control wire from the opensprinkler pi goes  50 feet from the shed to the fence.  Then it goes 100 feet up the fence to the  top of the hill.  The another 80 feet
across the top of the hill.  Then down the other side of the hill another 300 feet, where it arrives at the well station.  It's a lot of wire.

  I had the bright idea of making the wire colors match the standard resistor color code.  So station 1 = brown, 2=red, etc.

  Am in the process of stringing out a second cable to get more stations.  The original cable - each color ends at its station.  So if I bring a second cable up to the middle or so, I can regain
some of those wires...as I said, it's a LOT of wire.

  To do some software maintenance on that unit, I just had to take it apart, pull out the memory chip, stick it in another Linux box, and modify /etc/sudoers so I could get root access.

Print this item

  Activated plug-ins do not show under plug-in dropdown menu
Posted by: vandex - 2021 Jan 07, 01:35 PM - Forum: Installation and set up questions - Replies (3)

After installing and enabling (with restart) plug-ins, they do not show under the drop down menu under plug-ins. They are in the plug-in list with an activated mark. Especially SSD1306 and lcd_adj plug-in
Running latest version 4.1.10



Attached Files Thumbnail(s)
   
Print this item

Lightbulb Multiple Master stations (pump sources) possible?
Posted by: dpd - 2020 Dec 27, 01:44 AM - Forum: Installation and set up questions - Replies (12)

Hello!

I am looking at different open source sprinkler options for an irrigation/fertigation installation, for an indoor growing facility.
SIP looks pretty awesome, and the MQTT integrations and data logging etc. make it look a lot more flexible than commercial controllers.
And I am an RPI enthusiast so it's a big win Wink

I have plants at different growth stages at the same time, with different nutrient formulations for different zones.

So I will have around 6 "master" stations that will be triggered for pump activation, for around 16 zones. Each zone will have a single master (source tank).

I haven't had a chance to set up SIP yet, I'm still planning the system. So forgive me if this is an easy question to answer once browsing the app, but I couldn't see the feature in the documentation....

- Is it possible to have more than one master station, and to select the master station for a zone in the UI?
- If it's not explicitly supported, has this challenge come up before, with a reasonable workaround?

I am not planning on using any hardware, just MQTT plugin to control PLCs around the facility that will work valves. So physical relays aren't a limitation.

Thank you, and great work developing this platform!!!

Print this item

  "Internal Server Error" on Programs page after update
Posted by: tvwebguy - 2020 Dec 05, 03:12 AM - Forum: Report a problem - Replies (26)

Hi all,

After updating to 4.1.10, I get an Internal Server Error when clicking on the Programs tab.  When I look at the programs.json page, I get the following.

Code:
[
    [
        0,
        84,
        0,
        240,
        282,
        42,
        300,
        147,
        123,
        [
            180,
            180,
            0,
            0,
            180,
            0,
            0,

Am I looking in the right place?  Any guidance would be appreciated.

Print this item

  Associate pins to stations? (newbie Q)
Posted by: noequus - 2020 Nov 26, 11:34 PM - Forum: Installation and set up questions - Replies (9)

Hi:

I'm obviously missing something basic as I try to set things up for the first time. SIP seems to be running fine on my pi-4 and I can create new programs and assign them to stations. But I cannot figure out how to assign a GPIO pin to a station. I was assuming I could do something like:

  1. Assign any BPIO pin to a station (eg, say...pin 7/GPIO4 to S1)
  2. Connect that pin to a relay
  3. Connect that relay to the valve for S1
Then, when the SIP scheduler turns S1 on, pin 7 goes high (or low, depending on relay), which activates the relay and opens the valve.

I can't find info on that anywhere....

Eventually, by trial and error I tried adding the relay_board plugin; using the figures in its wiki I got the SIPs scheduler to turn an LED on and off (didn't bother adding a relay). But since that uses an optional plugin, that's probably not the normal way to do things.

I have lots of available pins so don't think I need a shift register (I've never used one of those...though the figure there indicates pins 7, 11, 13, and 15 are important...)

In any case, can someone tell me what obvious thing I am missing? I've studied the wiki and searched the Forum but have found nothing, and nobody else seems to have this problem so I am feeling pretty dumb!

Thanks for any guidance.

Print this item

  Installation broken after latest update
Posted by: DavidCNZ - 2020 Sep 13, 10:01 PM - Forum: Installation and set up questions - Replies (7)

Hi Dan,

First of all thank you very much for all your work on this. I've been using it for many years.

I updated to the latest using the system update plugin yesterday. Now most of the GUI buttons don't work and scheduled runs aren't working. The home page doesn't show today's schedule but clicking the 'Next day' button (one of the few that works now) shows tomorrows schedule correctly.

The only other buttons that work for me now are the Plugins button and the System on, Normal, Active and Auto switches.

I last updated 1-2 months ago (I think) and everything was running fine. How can I force a reinistall and retain settings?

Cheers
David

Print this item

Photo Migration
Posted by: RWoerz - 2020 Sep 06, 08:50 PM - Forum: User installations - No Replies

First off I'd like to say I've always thought sprinkler controller designers have no clue how to design a system that normal people could make any logic of. So thanks to Dan for a simple and easy to understand Human interface. Also being able to turn a zone on/off from my phone without having to run back and forth from the control box to troubleshoot a problem is huge although I do get a lot wetter than I used to. Big Grin I'm in the process of migrating from a rPi 2 to a 3B, for some reason I ran out of memory. I'm not much of a Linux person but I am looking forward to using MQTT. 

I gutted the original Rain Bird box but saved their 24VAC transformer to run the sprinkler valves. There is a 5VDC wall wart behind the thin piece of plywood. I'm currently running 9 zones.



Attached Files Thumbnail(s)
   
Print this item

  Migration
Posted by: RWoerz - 2020 Sep 06, 08:09 PM - Forum: Installation and set up questions - Replies (2)

I'm moving my SIP system from a rPi 2 to a 3B. I would like to know which files I need to move to my new system so I don't have to redo the config? I found a few promising files in the data folder but I'd like to know for sure. Thanks for the help.

Print this item

  Sip Arived to my house
Posted by: DrLabel - 2020 Sep 05, 07:48 PM - Forum: User installations - Replies (2)

My installation to control 4 stations :



Attached Files Thumbnail(s)
   
Print this item

  MQTT commands
Posted by: DrLabel - 2020 Sep 05, 06:30 PM - Forum: Plugin questions - No Replies

I want to be able to run a program through openhab which mqtt command do I have to send? and for what topic?

thanks in advance

Print this item