Page 1 of 1
Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 03 February 2017 9:00
by CaptainSlow
Gents,
I want to try domoboard but it won't even install on my rasp pi 3 withe jessie image and beta domoticz.
There isn't even a directory created.....
From the commandline I've followed all the instructions from github....
Is there something I should know?
thx for any help
willem
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 03 February 2017 9:38
by CaptainSlow
Update: Ok I got to the point where i get this:
Code: Select all
root@domoticz:/home/pi/domoboard# python server.py -c config.conf
Device and/or scene with IDX 13 is not available in Domoticz
root@domoticz:/home/pi/domoboard# sudo nano config.conf
root@domoticz:/home/pi/domoboard# python server.py -c config.conf
Device and/or scene with IDX 13 is not available in Domoticz
root@domoticz:/home/pi/domoboard#
In the browserI go to the filled out IP address but nothing happens. Page won't load. Domoticz itself is running fine.
any advise?
willem
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 03 February 2017 10:31
by CaptainSlow
Ok...search for some more info on the topic and if I got it right you have to specify the exact IDX numbers from your devices list in domoticz and specify them in the config file of Domo?
w.
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 03 February 2017 16:31
by CaptainSlow
Ok...1 step further. Cleaned up the config file and only added known IDX's from domoticz. No I get this:
Code: Select all
pi@domoticz:~/domoboard $ python server.py -c config.conf
Error when starting the Flask server: [Errno 99] Cannot assign requested address
any advice?
willem
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 03 February 2017 16:50
by CaptainSlow
Re: Domoboard won't install (Rasp PI 3 with Jessie image)
Posted: Friday 05 May 2017 22:19
by wez3
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