Domoboard won't install (Rasp PI 3 with Jessie image)

Domoboard is a dashboard for Domoticz based on Python Flask.

Moderators: leecollings, wez3

Forum rules
Before posting here, make sure you are using the latest Beta or Stable version.

In order to fix issues or add features these have to be reported on the Domoboard Github pages.
This makes it possible to keep track of issues/features on a centralized place.

Refer to the issue of the github tracker when possible.

This subforum is meant to discuss issues and/or feature requests, or anything else related to Domoboard.
Post Reply
CaptainSlow
Posts: 60
Joined: Thursday 08 December 2016 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bussum
Contact:

Domoboard won't install (Rasp PI 3 with Jessie image)

Post 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
____________________________________________________________________
Raspberry PI 3 Model B with USB stick, Domoticz Stable, OTGW LAN with ESP wifi-bridge and Isense Thermostat using the Outside Temp from Buienradar via Domoticz, Milight Ibox-2(V6)
CaptainSlow
Posts: 60
Joined: Thursday 08 December 2016 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bussum
Contact:

Re: Domoboard won't install (Rasp PI 3 with Jessie image)

Post 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
____________________________________________________________________
Raspberry PI 3 Model B with USB stick, Domoticz Stable, OTGW LAN with ESP wifi-bridge and Isense Thermostat using the Outside Temp from Buienradar via Domoticz, Milight Ibox-2(V6)
CaptainSlow
Posts: 60
Joined: Thursday 08 December 2016 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bussum
Contact:

Re: Domoboard won't install (Rasp PI 3 with Jessie image)

Post 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.
____________________________________________________________________
Raspberry PI 3 Model B with USB stick, Domoticz Stable, OTGW LAN with ESP wifi-bridge and Isense Thermostat using the Outside Temp from Buienradar via Domoticz, Milight Ibox-2(V6)
CaptainSlow
Posts: 60
Joined: Thursday 08 December 2016 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bussum
Contact:

Re: Domoboard won't install (Rasp PI 3 with Jessie image)

Post 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
____________________________________________________________________
Raspberry PI 3 Model B with USB stick, Domoticz Stable, OTGW LAN with ESP wifi-bridge and Isense Thermostat using the Outside Temp from Buienradar via Domoticz, Milight Ibox-2(V6)
CaptainSlow
Posts: 60
Joined: Thursday 08 December 2016 21:07
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Bussum
Contact:

Re: Domoboard won't install (Rasp PI 3 with Jessie image)

Post by CaptainSlow »

ok........forget the above...I got it up and running. Typo in the local IP-address...my mistake :| :| :| :|
____________________________________________________________________
Raspberry PI 3 Model B with USB stick, Domoticz Stable, OTGW LAN with ESP wifi-bridge and Isense Thermostat using the Outside Temp from Buienradar via Domoticz, Milight Ibox-2(V6)
wez3
Posts: 49
Joined: Friday 30 December 2016 12:54
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard won't install (Rasp PI 3 with Jessie image)

Post 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
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests