Hi Dan,
thanks for your answer. I have modified value location adding "=" in both , lat and lon ,now it seems works but there are other errors:
For the MQTT plugins:
I was having problems with mqtt plugins but I have reinstalled the plugins and now seems that are working excluding plugging mqtt slave , I have this error:
any idea?
---
For plugin weather level:
I'm getting the following error:
--
the error doesn't always appear but the plugin seems to stop working when this error is triggered
thanks for your answer. I have modified value location adding "=" in both , lat and lon ,now it seems works but there are other errors:
For the MQTT plugins:
I was having problems with mqtt plugins but I have reinstalled the plugins and now seems that are working excluding plugging mqtt slave , I have this error:
Code:
Traceback (most recent call last):
File "/home/user/SIP/web/application.py", line 289, in process
return self.handle()
File "/home/user/SIP/web/application.py", line 280, in handle
return self._delegate(fn, self.fvars, args)
File "/home/user/SIP/web/application.py", line 530, in _delegate
return handle_class(cls)
File "/home/user/SIP/web/application.py", line 508, in handle_class
return tocall(*args)
File "/home/user/SIP/plugins/mqtt_slave.py", line 44, in GET
return template_render.mqtt_slave(settings, "") # open settings page
File "/home/user/SIP/web/template.py", line 1139, in template
return self._base(t(*a, **kw))
File "/home/user/SIP/web/template.py", line 986, in __call__
return BaseTemplate.__call__(self, *a, **kw)
File "/home/user/SIP/web/template.py", line 897, in __call__
return self.t(*a, **kw)
File "templates/mqtt_slave.html", line 46, in __template__
<td style='text-transform: none;'>$_(u'First station number'):</td>
KeyError: 'control_topic'
---
For plugin weather level:
I'm getting the following error:
Code:
Weather-based water level encountered error:
Traceback (most recent call last):
File "/home/user/SIP/plugins/weather_level_adj.py", line 124, in run
forecast = forecast_info(self, options, today)
File "/home/user/SIP/plugins/weather_level_adj.py", line 679, in forecast_info
data = get_data(name, request, u"forecast", options)
File "/home/user/SIP/plugins/weather_level_adj.py", line 490, in get_data
req = urlopen(url + u"&appid=" + options[u"apikey"])
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 0] Error>
--
the error doesn't always appear but the plugin seems to stop working when this error is triggered