Hi,
I just installed domoboard and it is working perfectly.
I do have 2 questions:
1. I have a RGBWW Milgiht led tube. This one is a switch, dimmer and RGBWW adjustable.
How can i add this in domoboard together? I only can add 1 section. Dimmer, switch or RGB and not all together?
2. How does the weatherunderground works on the dashboard? I have set the following settings:
Code: Select all
[general_settings]
[[wunderground]]
api = xxxxxxxxxxxxxxxx
Dashboard:
Code: Select all
[dashboard]
[[display_components]]
components = top_tiles, switches, domoticz_temp_charts, wunderground[condition], wunderground[forecast]
and the information:
Code: Select all
[[wunderground]]
[[[forecast]]]
location = Amsterdam, NL
[[[condition]]]
location = Amsterdam, NL
It results in:
Code: Select all
[2017-02-07 14:18:07,483] ERROR in app: Exception on /api [POST]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python2.7/dist-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python2.7/dist-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python2.7/dist-packages/Flask-0.12-py2.7.egg/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/usr/local/lib/python2.7/dist-packages/Flask_Auth-0.85-py2.7.egg/flaskext/auth/auth.py", line 186, in decorator
return func(*args, **kwargs)
File "/home/pi/domoboard/modules/api.py", line 43, in gateway
result = call(request.args)
File "/home/pi/domoboard/plugins/wunderground.py", line 59, in getData
_language = config['general_settings']['wunderground']['language']
KeyError: 'language'