Page 20 of 32

Re: Domoboard - General Discussions

Posted: Sunday 22 January 2017 22:11
by wez3
Awst6000 wrote:Hi,
I only get Internal Server errors (500) even with an almost empty configfile:

* Running on http://localhost:80/ (Press CTRL+C to quit)
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET / HTTP/1.1" 302 -
[2017-01-22 21:58:14,157] ERROR in app: Exception on /dashboard [GET]
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\flask\app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Python27\lib\site-packages\flask\app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "C:\Python27\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Python27\lib\site-packages\flask\app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "C:\Python27\lib\site-packages\flaskext\auth\auth.py", line 186, in decorator
return func(*args, **kwargs)
File "server.py", line 52, in generatePage
branch = webconfig.getCurrentBranch(),
File "C:\domoboard-master\domoboard-master\modules\webconfig.py", line 26, in getCurrentBranch
repo = git.Repo('.')
File "C:\Python27\lib\site-packages\git\repo\base.py", line 156, in __init__
raise InvalidGitRepositoryError(epath)
InvalidGitRepositoryError: C:\domoboard-master\domoboard-master
127.0.0.1 - - [22/Jan/2017 21:58:14] "GET /dashboard HTTP/1.1" 500 -

What went wrong?
See the message of snowtiger (make sure to install domoboard by performing a git clone). That should fix the issue. Domoboard uses git in the new release to check whether there are new versions available.
I've created in issue to check what we can do to fix the issue; https://github.com/wez3/domoboard/issues/83

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 13:58
by felix63
squandor wrote:Guess on which feature i am working at :D ;)
:D :lol: 8-) :!:

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 14:28
by squandor
Here are an couple of pictures with the new features in it :)

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 14:30
by squandor
and the scenes and dimmer adjustments are new in the master branch.
The adjustments on the dimmers are that you can click on the label of the dimmer to switch him on and off and if the dimmer is on the slider will be green.

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 15:25
by sincze
This is really nice. I use a custom frontpage on my tablet and I was just wondering what the advantages would be if I use Domoboard.
So I thought.. why not implement it and see for myself.

I tried it saturday and had it operational with the example.conf and this forum thread in 60 minutes with a part of my devices.
Currently only one problem.
domoboard.JPG
domoboard.JPG (16.63 KiB) Viewed 2610 times
The values of Countertoday (seems to me the current counter value, not counter today) for Gas and Elektra. Maybe I should select a different field?
I could not find the exact solution on the forum. sorry. any suggestions??

and by the way. keep up the good work.

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 15:33
by squandor
if its the case of value/key you could try another field by adding it to you're config.

Code: Select all

Stroomverbruik TV = 13, plug, Usage, Watt
here is Usage the key value of the json api of domoticz. so here you could use any key which is available in the domoticz response.

Re: RE: Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 15:40
by woody4165
squandor wrote:Here are an couple of pictures with the new features in it :)
Hi squandor
Really nice!
To have dimmer and thermostat do i need to use any special word in the config?
What about blinds that have On/Sto op/Off position? Do you think can be implemented?
Thanks

Re: RE: Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 15:43
by squandor
woody4165 wrote:
squandor wrote:Here are an couple of pictures with the new features in it :)
Hi squandor
Really nice!
To have dimmer and thermostat do i need to use any special word in the config?
What about blinds that have On/Sto op/Off position? Do you think can be implemented?
Thanks
Jep there in the example config. for the setpoint slider you need the following config:
therm = 71, setpoint_slider, 16, 26

16 is the minimum value of the slider and 26 the maximum so you can set this on anything you want.

For the dimmer config you need the config:
dimmer = 123, dimmer

thisone can also be found in the example.conf

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 15:46
by sincze
Ok, tnx. I'll try later.

Just did the git pull to retrieve the latest release. :D worked like a charm only needed to rename my example.conf en remove the readme :lol:

Have some different issues now that I will have to fix later. Need to study the new example.conf for latest changes.
Currently dashboard looks like this.
domoboard-1.JPG
domoboard-1.JPG (26.55 KiB) Viewed 2603 times

Re: RE: Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 16:29
by woody4165
squandor wrote: Jep there in the example config. for the setpoint slider you need the following config:
therm = 71, setpoint_slider, 16, 26

16 is the minimum value of the slider and 26 the maximum so you can set this on anything you want.

For the dimmer config you need the config:
dimmer = 123, dimmer

thisone can also be found in the example.conf
Really nice, thanks, I was so happy about that, that I haven't opened up the example.
Thanks
One think that I've noticed is that if I use the dimmer (also setpoint_slider) on a computer browser when I put the mouse on the circle I can see the actual value or the value I'm going to choose.
On a tablet or smartphone I cannot do it. Is there a way to have that value always visible? I know that probably is not the best thing to see, but I don't see any other way to see the actual or changing value when on a device like that.

Thanks

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 17:45
by blackdog65
Hi,
Just updated and loving the new dimmer and setpoint changes! :D
The top tile text spacing is sooo much better now too, WELL DONE!

Is there some example code for the selector switches? It'll probably obvious when I see it... but, well it's monday ;)

Sean

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 17:47
by blackdog65
Is there some example code for the selector switches? It'll probably obvious when I see it... but, well it's monday ;)
nothing as simple as just the selector switch idx DOH! :oops: :oops: :oops:

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 17:53
by squandor
Ourre motto for last weekend was keep it simple so Jep just the idx :)!!

Re: Domoboard - General Discussions

Posted: Monday 23 January 2017 21:16
by Snowtiger
Just saw an update being available - pressed the button and - voila

Re: Domoboard - General Discussions

Posted: Tuesday 24 January 2017 20:14
by jhenrikb
Hola again :)

In Domoboard, you have the minimize Menu-button in top left.
Is it possible to make the minimized version standard and use the minimize-button to increase the menu instead?

edit: when i hold the pad vertically, the big menu is standard, but when i tip it the way you would hold your phone, the minimzed version is standard.
I would like to see minimized standard when its mounted vertically on a wall.

John

Re: Domoboard - General Discussions

Posted: Tuesday 24 January 2017 22:22
by felix63
Awst6000 wrote:Hi Squandor,
After testing I will make another announcement at the Dutch Domoticz board too because I really/truly believe in a shell above Domoticz.
There's more to it than only Kaku switches, so to say, at home. Extra information presented like Toon is very welcome here.
Txs in advance.
Which dutch board?

Re: Domoboard - General Discussions

Posted: Tuesday 24 January 2017 23:05
by Awst6000
felix63 wrote:
Awst6000 wrote:Hi Squandor,
Which dutch board?
This board:
https://gathering.tweakers.net/forum/li ... 41015/last

That board is more frequently updated with new posts and it looks like there are far more readers.

Re: Domoboard - General Discussions

Posted: Tuesday 24 January 2017 23:41
by Awst6000
Thanks for the new version(s) of Domoboard.
I saw that top_tiles are sorted the correct way. Within the sections too.
Also that you can choose which plugins you want to install.
Great work.

Re: Domoboard - General Discussions

Posted: Wednesday 25 January 2017 14:59
by wez3
Awst6000 wrote:
felix63 wrote:
Awst6000 wrote:Hi Squandor,
Which dutch board?
This board:
https://gathering.tweakers.net/forum/li ... 41015/last

That board is more frequently updated with new posts and it looks like there are far more readers.
Hi Awst,

I already created a thread on tweakers, however not that many people are active on that. You might be able to link to the thread in your post:
https://gathering.tweakers.net/forum/li ... es/1744183

Re: Domoboard - General Discussions

Posted: Wednesday 25 January 2017 16:05
by Awst6000
A question about the selector:
Is this the three-way switch for the ventilation system?