Search found 49 matches
- Wednesday 14 June 2017 19:16
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
why am i getting these errors? pi@raspberrypi:~/domoboard $ /home/pi/domoboard/bin/python /home/pi/domoboard/server.py -d -c /home/pi/domoboard/example2.conf -d Error when starting the Flask server: [Errno 13] Permission denied and if i run it like this pi@raspberrypi:~/domoboard $ python /home/pi ...
- Saturday 27 May 2017 12:51
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Hi Janvier, Why dont you start developing on the current project on github. We've developed a framework that makes it easy to add functionalities to Domoboard. The development is going slow sometimes because we are busy people :). But we decided to share the source code so people could use it, but ...
- Friday 12 May 2017 21:36
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Got a 2nd RPI and i wanted to install domoboard, however it didnt work i used: 2017-04-10-raspbian-jessie-lite (Minimal Install) So after installing over and over again, ive made a list that allowes you to install it without any issues. So please update the install script to the following? PLEASE ...
- Wednesday 10 May 2017 19:56
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
[statistics] [[display_components]] components = domoticz_temp_charts[1], domoticz_temp_charts[2] [[domoticz_temp_charts]] [[[1]]] Temperatuur = 13, day, temp [[[2]]] Temperatuur2 = 14, day, temp This does not seem to work, i see 2 blocks, but only the bottom one (2) is working, the first one is ...
- Tuesday 09 May 2017 12:42
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
How can I make the domoboard run at startup? Previously I used pm2 (on another RPi) On my new RPi I have to run domoboard via the virtualenv, and setting it up on pm2 has not worked so far. I have also tried putting the following commands in my rc.local: cd domoboard/bin source activate cd ...
- Sunday 07 May 2017 12:46
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
I've created a script to easier install Domoboard. Domoboard can be installed in the current folder with the following command:
curl -L https://www.domoboard.nl/install | bash
curl -L https://www.domoboard.nl/install | bash
- Friday 05 May 2017 22:19
- Forum: Domoboard
- Topic: Domoboard won't install (Rasp PI 3 with Jessie image)
- Replies: 5
- Views: 6016
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
When having trouble installing Domoboard, use a virtualenv:
sudo apt-get install python-virtualenv
virtualenv /home/pi/domoboard/
cd /home/pi/domoboard/bin
source activate
cd ..
pip install -r requirements.txt
python server.py -c config.conf
sudo apt-get install python-virtualenv
virtualenv /home/pi/domoboard/
cd /home/pi/domoboard/bin
source activate
cd ..
pip install -r requirements.txt
python server.py -c config.conf
- Friday 05 May 2017 22:18
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Yes it is. Soon we will start writing code to configure domoboard through the webinterface.janvier123 wrote:is this project still active?
Any updates lately?
- Saturday 29 April 2017 0:27
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
If you have some issues installing domoboard on raspbian lite or full (probably other OS's aswell) you could try to use a virtualenv. I've tested this on lite and full, both seem to work flawless (change the path /home/pi if domoboard is located somewhere else): sudo apt-get install python ...
- Saturday 04 March 2017 19:54
- Forum: Domoboard
- Topic: Domoboard - Configuration issues
- Replies: 51
- Views: 22997
Re: Domoboard - Configuration issues
Hi, First off all thiz iz a superb frontend 2 use, far nicer than the other frontendz ive seen!!! Keep up tha good work. It maybe me doing something wrong i can add tempgraph's but i dont know how to put voltage graph's. If i use temp or something else the graph remains enpty. Thx for your time, P ...
- Friday 27 January 2017 22:21
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Hi, this looks really good! just out of interest is possible to create a dark theme, black background etc...? can i do this by editing the css file? many thanks Changing the theme colours is possible by changing the CSS files. Mainly this will be custom.css. If you created some cool theme, feel ...
- Wednesday 25 January 2017 14:59
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Hi Squandor, Which dutch board? This board: https://gathering.tweakers.net/forum/list_messages/1741015/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 ...
- Sunday 22 January 2017 22:11
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
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 ...
- Saturday 21 January 2017 17:43
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard - General Discussions
Hi all, Would it be possible to install domoboard on my NAS and use the data from domoticz which is installed on a raspberrypi? Verstuurd vanaf mijn XT1562 met Tapatalk Yes this is possible. Someone (read previous messages in this thread) is running Domoboard on a synology nas. You just have to ...
- Friday 20 January 2017 22:55
- Forum: Domoboard
- Topic: Domoboard - Configuration issues
- Replies: 51
- Views: 22997
Domoboard - Configuration issues
Hi,
This topic is used to discuss issues during configuration of Domoboard.
wez3
This topic is used to discuss issues during configuration of Domoboard.
wez3
- Friday 20 January 2017 22:46
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard a New Dashboard using Domoticz as backend
Hi, A subforum is created by the Domoticz forum administrators (thanks!) for Domoboard. This allows us to use more then one topic, which makes it easier to discuss things. The subforum can be found: http://www.domoticz.com/forum/viewforum.php?f=66 I already created some topics which can be used for ...
- Friday 20 January 2017 22:44
- Forum: Domoboard
- Topic: Domoboard - Plugin requests
- Replies: 5
- Views: 6972
Domoboard - Plugin requests
Hi, This topic is used to discuss plugin requests.In order to fix issues or add features/plugins these have to be reported on one of the the Domoboard Github pages: https://github.com/wez3/domoboard https://github.com/wez3/domoboard-plugins This makes it possible to keep track of issues/features on ...
- Friday 20 January 2017 22:43
- Forum: Domoboard
- Topic: Domoboard - Feature requests
- Replies: 11
- Views: 7669
Domoboard - Feature requests
Hi, This topic is used to discuss feature requests.In order to fix issues or add features these have to be reported on one of the the Domoboard Github pages: https://github.com/wez3/domoboard https://github.com/wez3/domoboard-plugins This makes it possible to keep track of issues/features on a ...
- Friday 20 January 2017 22:43
- Forum: Domoboard
- Topic: Domoboard - Bug reports
- Replies: 35
- Views: 13671
Domoboard - Bug reports
Hi, This topic is used to discuss bug reports.In order to fix issues or add features these have to be reported on one of the the Domoboard Github pages: https://github.com/wez3/domoboard https://github.com/wez3/domoboard-plugins This makes it possible to keep track of issues/features on a ...
- Tuesday 17 January 2017 21:31
- Forum: Domoboard
- Topic: Domoboard - General Discussions
- Replies: 633
- Views: 145446
Re: Domoboard a New Dashboard using Domoticz as backend
Hi, don't know if it's legit, but here is a workaround for the need to login at startup. Since I don't want to have a keyboard on the rpi+7 ' touchscreen, I'd rather do without the login page. The workaround is to pre-fill the login form. Tip: use a chrome extension which enables a virtual keyboard ...