Replies: 1 comment 5 replies
-
Hi Ian, Although the shift register interface does not require a software plugin, the I2C interface is easier to set up, less expensive, and more reliable. A flow plugin would be a great addition to SIP. There was a flow plugin created some time ago but the author kept it as a separate fork and not part of the regular SIP plugin collection. You may find some of the code useful for your project. It can be found at: Some of the modifications to the core SIP software that were required for that project have been incorporated into the main branch of SIP. That includes the option to display real time flow data on the home page timeline. Examples of how to use that feature can be found in the proto plugin that is shipped with SIP. I use drip for all my home irrigation. With the severe drought here in California there are restrictions on outdoor irrigation. The use of drip for food gardens has been exempt from the restrictions so far. Looking forward to your flow plugin. Dan |
Beta Was this translation helpful? Give feedback.
-
Hi Dan-in-CA,
Looking at the relay interface diagram, it shows 5v going to the shift register. Given that the raspi operates on 3.3v logic levels, that can create some flaky behavior with the register (which I've experienced). I'd suggest that the register be powered at 3.3v (RasPi pin 1). My relays, powered at 5v, seem to work fine with a 3.3v logical signal output from the shift register.
This is great software and I'm planning on using it to run drip irrigation in my garden. I'm also in the process of writing a flow plugin. It's about 80% done and I'm looking forward to sharing it with this community in the next 6-8 weeks.
Ian
Beta Was this translation helpful? Give feedback.
All reactions