Search found 4 matches

by apt80
Monday 09 January 2017 18:43
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 143197

Re: Domoboard a New Dashboard using Domoticz as backend

try install the Auth python moduel : pip install auth Yeah, thanks for the advice. I did so. At first auth wouldn't install because of errors, not sure what exactly I tried > sudo easy_install auth Then > sudo pip install auth which failed as well. Then I figured I need to install the python build ...
by apt80
Sunday 08 January 2017 22:15
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 143197

Re: Domoboard a New Dashboard using Domoticz as backend

I have made an new installation of raspbian jessie, and when I try to install domoboard do I get this when I try to start: Traceback (most recent call last): File "server.py", line 4, in <module> from flaskext.auth import Auth, AuthUser, login_required, logout ImportError: No module named auth I ...
by apt80
Monday 02 January 2017 15:46
Forum: Show your projects
Topic: Domoticz controlling an Global Cache IP2IR using Wire
Replies: 7
Views: 4313

Re: Domoticz controlling an Global Cache IP2IR using Wire

Great find indeed. I created a virtual amplifier using a virtual selector switch (dummy selector switch switch). The different levels are named after the different inputs of my amp. On selecting an input an action is performed and each actions contains a reference to a shell script. E.g: #!/bin/bash ...
by apt80
Saturday 31 December 2016 10:04
Forum: PHP and all others
Topic: 2 hours heating after movement detection
Replies: 4
Views: 1508

Re: 2 hours heating after movement detection

Look at the wiki example: http://domoticz.com/wiki/Event_script_examples.
There is a 30 minute time out script that you can adapt for your purpose.

I'm not a LUA programmer but I managed to adapt it to my needs...