Re: Domoboard - General Discussions
Posted: Thursday 26 January 2017 21:53
sorry. I did, but couldn't find it
Open source Home Automation System
https://forum.domoticz.com/
The config file is in the the Domoboard directory - the same directory as the server.py is in, make a myconf.conf file as a copy of example.conf, fill in the settings part - delete the rest and start building your own config file, using the example.conf as reference materialdesertdog wrote:Maybe someone can also include how to place the config file and where. I understand the example file, but still no idea of and where to place this on the rasberry. Extensive search of the web hasnt given me the answer.
Actually it doesn't matter where to put the config if you give the path after the -c for example if you put the config in the home directory of you're user you can do the following:Snowtiger wrote:The config file is in the the Domoboard directory - the same directory as the server.py is indesertdog wrote:Maybe someone can also include how to place the config file and where. I understand the example file, but still no idea of and where to place this on the rasberry. Extensive search of the web hasnt given me the answer.
Code: Select all
sudo python server.py -c /home/pi/test.conf
I know but I tried to keep it simplesquandor wrote:Actually it doesn't matter where to put the config if you give the path after the -c for example if you put the config in the home directory of you're user you can do the following:Code: Select all
sudo python server.py -c /home/pi/test.conf
you could fix it by let it running in the background or creating an service.anconakip wrote:up and running. But only when i have open my telnet. When i close the telnet link, the webpage isnt reacheable anymore.
And how do i do that?squandor wrote:you could fix it by let it running in the background or creating an service.anconakip wrote:up and running. But only when i have open my telnet. When i close the telnet link, the webpage isnt reacheable anymore.
Because we are still developing we have it running under screen so the process will be active when we logout.
if you haven't installed screen you can runanconakip wrote:And how do i do that?squandor wrote:you could fix it by let it running in the background or creating an service.anconakip wrote:up and running. But only when i have open my telnet. When i close the telnet link, the webpage isnt reacheable anymore.
Because we are still developing we have it running under screen so the process will be active when we logout.
Code: Select all
sudo apt-get install screen
Code: Select all
screen
Code: Select all
screen -d -r
Depends which setpoint the slider or the arrows?jhenrikb wrote:Hi Squandor.
Seems the .css editing worked fine, I just noticed Chrome doesnt update design when refreshing the page, but Microsoft edge does.
Now I have huge buttons for scenes, on-off and dimmer slider which is really comfortable when using it on the tablet with the finger.
Do you know where the setpoint style is located? For thermostats.
John
Changing the theme colours is possible by changing the CSS files. Mainly this will be custom.css. If you created some cool theme, feel free to share it.thenecroscope wrote: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
Great I will give it a try and report back if I make anything good. Thanks for the help!wez3 wrote:Changing the theme colours is possible by changing the CSS files. Mainly this will be custom.css. If you created some cool theme, feel free to share it.thenecroscope wrote: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
Unfortunately I'm not a coder. But I hope you guys take the time needed and work something out that works intuitive.squandor wrote:Hi,
...if anyone has any idea's they are always welcome...