Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 41 online users. » 0 Member(s) | 41 Guest(s)
|
Latest Threads |
SIP Stopped Working After...
Forum: Report a problem
Last Post: dan
2024 Dec 16, 04:19 PM
» Replies: 6
» Views: 214
|
Master keeps resetting to...
Forum: Report a problem
Last Post: DavidCNZ
2024 Dec 04, 08:57 PM
» Replies: 12
» Views: 227
|
installation fails
Forum: Installation and set up questions
Last Post: dan
2024 Nov 20, 06:52 PM
» Replies: 4
» Views: 81
|
Allow plugins ability to ...
Forum: Feature requests
Last Post: jonathan
2024 Aug 11, 10:56 PM
» Replies: 11
» Views: 474
|
Tank Fill Function
Forum: Feature requests
Last Post: dan
2024 Jul 12, 03:07 PM
» Replies: 3
» Views: 262
|
Curl Method Menu
Forum: Installation and set up questions
Last Post: astrogerard
2024 Jun 22, 03:15 PM
» Replies: 4
» Views: 326
|
Module i2c relay.
Forum: Feature requests
Last Post: litronas
2024 Jun 22, 12:45 PM
» Replies: 5
» Views: 375
|
problem after upgrade to ...
Forum: Installation and set up questions
Last Post: Darek
2024 May 19, 08:54 PM
» Replies: 2
» Views: 251
|
Monthly Adjust per Statio...
Forum: Writing plugins
Last Post: cdesouza
2024 Apr 18, 06:33 AM
» Replies: 17
» Views: 848
|
MQTT Plugin initialised b...
Forum: Report a problem
Last Post: cdesouza
2024 Mar 25, 03:56 PM
» Replies: 2
» Views: 228
|
|
|
Wi-Fi relays for more flexibility and PUMPs |
Posted by: pedrosantos009 - 2022 Sep 26, 03:14 PM - Forum: Installation and set up questions
- Replies (14)
|
|
Hi,
SIP is a very interesting software because it can create an professional irrigation system from a raspery pi.
My idea is to become SIP even more versatile. If the number of output could be variable.
Each output it would be interesting to be configurable:
- use http command for example for SHELLY or an SONOFF device in the local network
- MQQT command to activate the valve.
- more industrial irrigation need to activate pumps, for example in my case i have an shelly 1 device to activate pups.
- same other valves must be activate to have weather in the valve´s NODE.
- possible same implementation could be done in an Linux machine, no GPIO no be needed. Add possibility to disable GPIO at all.
I am a programmer, my question is how interesting for the community of this feature?
To do this I need to change the core on the program or an plugin solve the problem?
Thanks,
Pedro Santos
|
|
|
How to delay - Weather, Rain, or Soil Moisture? |
Posted by: nanogeek - 2022 Sep 09, 08:31 AM - Forum: Installation and set up questions
- Replies (1)
|
|
Hi,
I'm neew to Python and RPi
I was looking for a way to replace my garden watering computer and decide to try using RPi
I started writing my own code and then found SIP. It meets my needs perfectly.
I successfully set up SIP on a Zero W. (I haven't actually connected the relays yet - still waiting for them to arrive, but it runs my LEDS just fine.)
The web interface is fantastic.
Thank you so much.
I live in a region with a rainy and a dry season. During the height of the rainy season (which sadly is getting shorter and shorter) the watering system is simply off. During the dry season it is on. I am looking for a way to modulate the system during transitions between seasons.
I noticed that there is an option for a rain sensor. I assume that is to delay watering.
I see there is a weather plugin as well.
Two questions:
Can I use a soil moisture sensor in place of a rain sensor?
Where can I read about the weather plugin?
Thanks again for all your kind help
Nanogeek
|
|
|
MQTT sending run once problem |
Posted by: badhairday - 2022 Aug 30, 08:38 PM - Forum: Plugin questions
- Replies (3)
|
|
Hi, I am trying to send an MQTT message to run once and having no luck and out of ideas. I have tried variations of the following and not getting anywhere.
mosquitto_pub -d -h localhost -p 1883 -t SIP/schedule -m '{"S01":0, "S02":5, "S03":0, "Drip":5}'
Client mosqpub|376-otis sending CONNECT
Client mosqpub|376-otis received CONNACK
Client mosqpub|376-otis sending PUBLISH (d0, q0, r0, m1, 'SIP/schedule', ... (37 bytes))
Client mosqpub|376-otis sending DISCONNEC
My zones are being published, so SIP is talking to my broker. But no logs that I can find to give me hints on what is wrong.
So my question is, if I want to execute a run once from MQTT, what am I doing wrong.
Please help.
Thanks,
Chris
|
|
|
sip_email not only gmail |
Posted by: astrogerard - 2022 Jul 26, 07:49 AM - Forum: Plugin questions
- No Replies
|
|
The documentation of the sip_email plugin might suggest that only Gmail can be used but any smtp server will work.
So either a self hosted or like most users have an account of their internet provider, this will work too.
--Gerard
|
|
|
SIP needs Python3 |
Posted by: dan - 2022 Jul 18, 07:46 PM - Forum: Announcements
- No Replies
|
|
In a recent update of the SIP plugin manager I used some Python 3 code. As a result the plugin manager will not load if SIP is running under Python 2
Also, the latest version of Pi OS (formally Raspbian) has only Python 3 installed.
Some of the latest plugins are Python3-only and there will be a Python3-only version of SIP released fairly soon.
Therefor it would be best at this point to consider SIP to be Python3-only.
Dan
|
|
|
A way to Run Once without shutting off whats currently running? |
Posted by: SeaBings - 2022 Jul 14, 03:36 PM - Forum: Feature requests
- Replies (1)
|
|
Good Morning to all you wonderful folks, much appreciated on the program.
Back again with another question/request. We use the Run Once feature quite frequently to hand water Rooms that need extra care. The problem is we also use the programs for many frequent watering's throughout the day. When a program is running it gets shut off if we use the run now. We found the easiest workaround to be to add the time/room of whats running to the Run once we are looking to run. The problem is we have several people here who are pretty non tech savvy and it would be much easier if we could just Stop the run once from turning off other rooms.
Is this an easy fix or would it require extensive work? Thank you kindly for any help you may be able to provide.
|
|
|
|