I am trying to compile Domoticz on Windows using Visual Studio. Compiling gives no problems and I can start Domoticz afterward, but as soon as I try to connect with a browser I get
I just wrote a patch that deals with this (on FreeNAS myself) by falling back to parsing ifconfig output if the default approach with boost asio does not work. The patch may work for you as well.
I am trying to get the Hue status check script to work on FreeBSD for which I need LuaSocket. The Philips Hue wiki page refers to another wiki page that details how to install luasocket library files that have been precompiled for the Pi. Those don't work on FreeBSD :( And neither does the FreeBSD ...
I have installed Domoticz in a jail on my FreeNAS that runs FreeBSD 11.1 Most seems to work fine, however when I try the simple dzVents test script from the wiki I am getting this in the log: Status: dzVents: Error (2.4.6): .../home/domoticz/domoticz/dzVents/runtime/EventHelpers.lua:304: 'popen' not ...
Is there someone who can give a brief overview of the steps to take to setup a development environment? I've tried this so far (on Windows): installed VS Community edition cloned the project (Using VS) installed Python3 extracted the extra Windows libraries in the MSBuild directory (as stated at the ...