Page 1 of 1

Domoboard - Windows installation

Posted: Friday 25 August 2017 9:17
by JvdBosch
Could anybody give me some pointers on installing domoboard on a Windows based Domoticz installation?

Re: Domoboard - Windows installation

Posted: Tuesday 12 December 2017 13:39
by Henrik
I would like to know too.

Re: Domoboard - Windows installation

Posted: Friday 23 March 2018 10:29
by squandor
Hi Henrik,

Sorry for the late reply, but its pretty straight forward.

You can clone the github page and edit de config and set de domoticz url in the config.
When that has been done you can run domoboard by the command: python server.py -c configuration.conf -d

It should work like that

Re: Domoboard - Windows installation

Posted: Friday 19 October 2018 18:04
by moengiant
If you want it to be windowless - no command line window open - rename the script to server.pyw and then run it. Use the cd command to go into the directory where you have the script and then run python server.pyw -c configuration.conf -d

This all assumes you already have installed python on your Windows box - hope this helps.