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.
[general_settings]
[[server]]
url = 192.168.0.51:8081 # IP-address of Domoticz backend
flask_url = 192.168.0.51:8090 # Please note: this is the internal IP-address including port of the Domoboard server
user = username # Username for Domoticz (if required)
password = password # Password for Domoticz (if required)
secret_key = <secret key> # A random secret key used for Python authentication. Change to anything random.
[[users]]
user1 = password1 # Add users for Domoboard here. In this case login with username "username" and password "password"
user2 = password2
[[domoboard]]
time = True # True/False: show time in top bar
date = True # True/False: show date in top bar
language = "sv" # Change this to display date/time in local language and format
#google_maps_api_key = <api key> # Google Maps Embed API key
autologon = True # True/False: enable autologon
[[wunderground]]
api = <api key>
language = en
I have found the error!
The switch in Domoticz was called "Ljusträd" and it seems like it's the same error I reported on before (for temperature sensor) that the script can't handle Swedish letters when receiving info from Domoticz. When renaming the switch to "Light Tree" it started working again
Nice work with this frontend.
I setup Domoboard and it is working but i noticed that with klikaanklikuit dimmers the sliders only work within the 1 to 16%. The dimmers don't support dimming in % only in steps (16 in this case). Is there a fix for?
Keep up the good work.
sander815 wrote:Just got my HDMI display and second rpi. One question, do i install this on a fresh rpi with raspbian? Or on the rpi that runs domoticz
It is both possible. If you run domoboard on an fresh rpi you can change the config settings like this:
[general_settings]
[[server]]
url = url of you're domoticz server like 192.168.1.2:8080
flask_url = the ip adres of you're fresh rpi
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-virtualenv
virtualenv /home/pi/domoboard/
cd /home/pi/domoboard/bin
source activate
cd ..
pip install -r requirements.txt
python server.py -c config.conf
Please let me know if this works for you guys, so i can modify the installation instructions on the github page .
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
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 ..
python server.py -c domo.conf
but this also didn't work
bbos wrote: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 ..
python server.py -c domo.conf
but this also didn't work
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 NOTE: that i did not use the NOOBS install, so it can be that some lines are not needed
janvier123 wrote: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 NOTE: that i did not use the NOOBS install, so it can be that some lines are not needed
XML Parsing Error: syntax error Location: moz-nullprincipal:{d9dde203-ba69-4cea-9122-1f27dcdde6b5} Line Number 1, Column 1:
1.0.16,1.0.18
^
------------------------------------------------------------------------------------------------- 2nd one
Instellingen => Plugins
When clicking install, it just keeps loading but nothing changes
(Using FF latest version)
Hi janvier123 which plug-in did you try to install And does this happen with every plugin you try to install? And do you have you're server running in debug mode? For the first error I must ask wez3 to check so I'll get back on that one