Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 222 online users. » 0 Member(s) | 222 Guest(s)
|
Latest Threads |
SIP Stopped Working After...
Forum: Report a problem
Last Post: dan
2024 Dec 16, 04:19 PM
» Replies: 6
» Views: 220
|
Master keeps resetting to...
Forum: Report a problem
Last Post: DavidCNZ
2024 Dec 04, 08:57 PM
» Replies: 12
» Views: 239
|
installation fails
Forum: Installation and set up questions
Last Post: dan
2024 Nov 20, 06:52 PM
» Replies: 4
» Views: 83
|
Allow plugins ability to ...
Forum: Feature requests
Last Post: jonathan
2024 Aug 11, 10:56 PM
» Replies: 11
» Views: 485
|
Tank Fill Function
Forum: Feature requests
Last Post: dan
2024 Jul 12, 03:07 PM
» Replies: 3
» Views: 266
|
Curl Method Menu
Forum: Installation and set up questions
Last Post: astrogerard
2024 Jun 22, 03:15 PM
» Replies: 4
» Views: 331
|
Module i2c relay.
Forum: Feature requests
Last Post: litronas
2024 Jun 22, 12:45 PM
» Replies: 5
» Views: 381
|
problem after upgrade to ...
Forum: Installation and set up questions
Last Post: Darek
2024 May 19, 08:54 PM
» Replies: 2
» Views: 256
|
Monthly Adjust per Statio...
Forum: Writing plugins
Last Post: cdesouza
2024 Apr 18, 06:33 AM
» Replies: 17
» Views: 869
|
MQTT Plugin initialised b...
Forum: Report a problem
Last Post: cdesouza
2024 Mar 25, 03:56 PM
» Replies: 2
» Views: 233
|
|
|
Weather based water level bug? |
Posted by: marcoo624 - 2022 Jun 22, 10:44 PM - Forum: Plugin questions
- Replies (6)
|
|
Wondering if what I think I'm experiencing is accurate and if so this seems like a bug.
My watering schedule is early morning and it takes the 4 day history and a 3 day forecast. Seems in the morning the watering % will be much lower than say at noon when it gets hotter. At the moment the weather has been pretty stable (ie. Same night lows and day highs, not much variance) so I would have expected the watering % to also be pretty stable but not seeing that.
The plugin appears to be using the sprinkler turn on times to adjust the watering schedule and not accounting for the whole day. I'm in San Diego so currently morning temps are around 65 or less but during the day closer to 95.
Anyone seeing similar results?
|
|
|
More Weather-Based Questions |
Posted by: PolarBear56 - 2022 Jun 22, 06:18 AM - Forum: Plugin questions
- Replies (6)
|
|
I've seen some strange behavior from this plugin lately, most notably that the history and rain aren't being updated. Last week I watched my system mowing my lawn in the rain, and it had been raining the 3 days prior. Reading the plugin status, I had received 0mm of rain. I reinstalled everything and the forecast files update regularly but the history file hasn't updated in almost 3 days, but it created 4 files in just over an hour (including 2 barely 30secs apart). Now I`m curious about when/how the history file gets updated and how it determines rainfall.
Cheers!
Dammit...
tried inserting a clip of my file list
|
|
|
web interface bot working for Chrome |
Posted by: MRNegPants - 2022 Jun 16, 01:44 AM - Forum: Report a problem
- Replies (1)
|
|
web interface bot working for Chrome, but will work in Firefox (windows 10)
When doing an inspectionof page I find errors like this:
schedule.js:235 Uncaught ReferenceError: baseUrl is not defined
at displayProgram (schedule.js:235:18)
at Object.updateStatus [as success] ((index):263:13)
at c (jquery-3.4.1.min.js:2:27742)
at Object.fireWith [as resolveWith] (jquery-3.4.1.min.js:2:28487)
at l (jquery-3.4.1.min.js:2:78789)
at XMLHttpRequest.<anonymous> (jquery-3.4.1.min.js:2:81117)
|
|
|
Weather Plugin Error - |
Posted by: kenden - 2022 Jun 13, 09:31 PM - Forum: Installation and set up questions
- Replies (6)
|
|
Below is the output the status box for the Weather-based water level plug in. Seems to me that it is a python issue with my setup but I do not know. I am using a Rp3 with a new 64bit install of Raspi OS (debian?). SIP is running via python3. Any suggestions are appreciated.
Also has anyone made an ICON of the Sip Tree?
TIA
Ken
Code: [code]Weather-based water level encountered error:
Traceback (most recent call last):
File "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/usr/lib/python3.9/http/client.py", line 1417, in connect
super().connect()
File "/usr/lib/python3.9/http/client.py", line 921, in connect
self.sock = self._create_connection(
File "/usr/lib/python3.9/socket.py", line 822, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/sip/SIP/plugins/weather_level_adj.py", line 123, in run
today = today_info(self, options)
File "/home/sip/SIP/plugins/weather_level_adj.py", line 636, in today_info
data = get_data(name, request, u"weather", options)
File "/home/sip/SIP/plugins/weather_level_adj.py", line 504, in get_data
req = urlopen(url + u"&appid=" + options[u"apikey"])
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
[/code]
|
|
|
Regenerate? |
Posted by: jerryk - 2022 Jun 02, 02:24 AM - Forum: Report a problem
- Replies (5)
|
|
Hello,
I have been using SIP for some years now. It runs on a RPI 3B, using the "Opensprinkler PI" hardware. This evening, my wife said "My plants are dry!". OK, I tried to access the SIP web page on the PI. Whups, nothing there. Going up to the shed where the computer is, I popped it out of its grey PVC box, hooked it up to a keyboard, mouse & display, and .... Whoo. It's really slow & unresponsive. High load averages. Something is borked. No WLAN IP address either - at least no valid one. I do have command line access via the Linux console.
Looks like I need to regenerate the system. Honestly, I forget how to do that. I guess I can download an image from the raspberry pi website... And is there any way to get the configuration out of the SIP program so I don't have to figure out all the station names & schedules again?
As a fallback - just for now - I am clipleading each station to the 24VAC for 20 minutes on the kitchen timer....
|
|
|
Problem Viewing UI via Browser |
Posted by: Graham O - 2022 Apr 15, 09:15 AM - Forum: Installation and set up questions
- Replies (1)
|
|
Hi,
While trying to put together my irrigation control system, I came across SIP and it looks ideal. Thanks for making it available.
I think I have a solution the problem below. The Pi was sitting there for about 15 minutes when it suddenly produced a long list of URls and now I can access the SIP UI on the remote pc. Presumably it was waiting for something to happen. I've left the problem description below in case someone else has the same problem.
Hopefully I can get it going in the next week in the real world.
Thanks
Graham
-----------------------------------------------------------------------------------------------------------------
I am going through the installation process on a Pi2B connected to a monitor etc, so no SSH or VNC to get in the way. All seems to install okay and when I run it, it gets to the URL:80 line and stops at that point. I assume it is running correctly.
I then go to another pc and try to access the SIP homepage via Firefox but get a message of:
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
I also tried to run it after rebooting the Pi, (in case something needed to be changed on boot) but get the same message.
Any ideas, help or suggestions would be much appreciated.
Thanks
Graham
(Sunny Portugal)
|
|
|
Home Assistant plugin available |
Posted by: dan - 2022 Feb 15, 03:33 PM - Forum: Announcements
- Replies (1)
|
|
A user has contributed a plugin that allows SIP integration with Home Assistant.
It is called mqtt_hass and requires SIP to be running under Python 3.
Home Assistant integration using MQTT autodiscovery. Requires SIP version 4.1.25 or later, and base mqtt plugin Run "python3 -m pip install python-slugify --upgrade" before installing this plugin.
|
|
|
Reverse Engineering a Hunter PRO-C 300? |
Posted by: RKMason - 2022 Feb 06, 05:14 PM - Forum: Installation and set up questions
- Replies (3)
|
|
Hi, I have an older (2009 vintage) operating Hunter PRO-C 300 (10 circuit max) sprinkler controller. My interest is to replace the control/display panel section of this controller with a DIY SIP installation to add wifi accessibility and more intelligent realtime weather adaptability. After a quick inspection of my Hunter system I'm wondering if it might be possible to utilize the valve driver section of this commercial controller combined with a near-standard SIP control system build. To determine if this idea has any merit I think I need to reverse engineer how Hunter controls their valve driver modules. The obvious place to do this is at the 11pin flat cable coming off the controller board and over to the valve drivers.
Since my system is still operational it limits how risky I can get with it doing the reverse engineering, so I thought I would ask whether anyone here has already done anything like this. My controller is a very low-end but quite common Hunter home system. From my visual inspection, it appears that the individual valve drivers may be operated directly from mpu i/o pins. Inspection of the 11pin flat cable signals during circuit operation should tell the tale.
|
|
|
|