Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 190 online users. » 0 Member(s) | 190 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
|
|
|
24 VAC valves not being activated |
Posted by: elongo - 2017 May 13, 02:17 PM - Forum: Report a problem
- Replies (5)
|
|
Hi Dan!
I have implemented your SIP library for the OSPI. Usually (with previous OSPI boards) it worked really well. Now I am setting up a new OSPI but with no luck now. Although sip.py runs without problem, the 24 VAC valves stations are not being activated by the sip.py script. And it seems that is an issue with the SIP library because I have tried the Unified Firmware deployed by OpenSprinklers, written in C++, and that software is able to control de valves. However I prefer your python library. Also using the multimeter, there is not voltage in the station when it is supposed to be ON. (and as I said it doesn't seem to be hardware related or a bad connection, or lack of power supply, as the Unified firmware was able to turn open and close the valves!!)
Have you experience this before and have a clue how to solve it?
Many thanks for your help.
elongo
|
|
|
[SOLVED] Log information not visible in timeline at homepage |
Posted by: Zapp - 2017 May 04, 12:04 PM - Forum: Report a problem
- Replies (4)
|
|
Hi!
Woke up my SIP in April as usual and upgraded to the latest version(3.2.2) and things started to work as normal. A few days later I noticed that activation of my zones are not shown on the timeline in the bottom of the homepage, but I can find the correct information under the LOG button.
I can not see either future nor past events in the timeline, it's just empty.
Any idea on how to troubleshoot this and what might be the problem?
/Jonas...
|
|
|
Stations tab causing "Internal Server Error" |
Posted by: jgmtfia - 2017 Apr 25, 02:55 AM - Forum: Report a problem
- Replies (5)
|
|
Just updated my install from GIT. Everything seems to work ok - except when selecting the "stations" tab. On the browser I get an "Internal Server Error". When running SIP from the command line I get:
Traceback (most recent call last):
File "/home/pi/sip/web/application.py", line 239, in process
return self.handle()
File "/home/pi/sip/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/home/pi/sip/web/application.py", line 423, in _delegate
return handle_class(cls)
File "/home/pi/sip/web/application.py", line 399, in handle_class
return tocall(*args)
File "/home/pi/sip/webpages.py", line 254, in GET
return template_render.stations()
File "/home/pi/sip/web/template.py", line 1020, in template
return self._base(t(*a, **kw))
File "/home/pi/sip/web/template.py", line 881, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/home/pi/sip/web/template.py", line 808, in __call__
return self.t(*a, **kw)
File "templates/stations.html", line 120, in __template__
<input type="checkbox" ${"checked" if gv.sd['mo'][bid]&(1<<s) else ""} id="mc${sid}">
IndexError: list index out of range
192.168.2.29:40015 - - [24/Apr/2017 20:52:45] "HTTP/1.1 GET /vs" - 500 Internal Server Error
On a hunch I peeked at data/snames.json and everything looks reasonable (no sign of corruption):
["Front lawn", "Cherry Tree", "Flower Bed", "Northside Strip", "Rear Center Lawn", "Patio", "Rhubarb", "North Fence", "West Fence", "South Inside Fence", "South Outside Fence", "South Front", "S13", "S14", "S15", "S16"]
How can I help debug this bug?
|
|
|
cannot run sip.py |
Posted by: mrbeezer@gmail.com - 2017 Apr 14, 04:44 AM - Forum: Installation and set up questions
- Replies (8)
|
|
Trying to run sip.py. Install appeared to be fine. here is the terminal output.
sudo python sip.py
ALARM from Example_Sender!: Just and example!
plugins loaded:
mobile_app
plugin_manager
signaling_examples
system_update
zones changed
[0, 0, 0, 0, 0, 0, 0, 0]
Starting timing loop
http://0.0.0.0:80/
Traceback (most recent call last):
File "sip.py", line 240, in <module>
app.run()
File "sip.py", line 186, in run
return web.httpserver.runsimple(func, ('0.0.0.0', port))
File "/home/pi/SIP/web/httpserver.py", line 157, in runsimple
server.start()
File "/home/pi/SIP/web/wsgiserver/__init__.py", line 1753, in start
raise socket.error(msg)
socket.error: No socket could be created
I have tried different ports etc. but I always get this error. Running on a PI2 with noobs raspbian.
|
|
|
|