Search found 6 matches

by Whiskey
Thursday 18 October 2018 16:45
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Compiling and running on Windows -> html files not found
Replies: 0
Views: 330

Compiling and running on Windows -> html files not found

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

Code: Select all

Error: Webserver: File '/index.html': No such file or directory (2)
What step am I missing?
by Whiskey
Friday 27 July 2018 1:14
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Installation of Domoticz in jail on NAS4Free
Replies: 6
Views: 1901

Re: Installation of Domoticz in jail on NAS4Free

What's the output from

Code: Select all

ifconfig
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.
by Whiskey
Tuesday 12 June 2018 0:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How compile/get Luasocket to work on FreeBSD with Domoticz
Replies: 2
Views: 1533

How compile/get Luasocket to work on FreeBSD with Domoticz

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 ...
by Whiskey
Saturday 09 June 2018 1:02
Forum: dzVents
Topic: 'popen' not supported - dzVents on FreeBSD [Solved]
Replies: 1
Views: 1068

Re: 'popen' not supported - dzVents on FreeBSD [Solved]

Yep, turned out that was indeed the solution. I added FreeBSD as a build target for LUA and now it works. Created a pull request for it: https://github.com/domoticz/domoticz/pull/2475
by Whiskey
Tuesday 05 June 2018 22:26
Forum: dzVents
Topic: 'popen' not supported - dzVents on FreeBSD [Solved]
Replies: 1
Views: 1068

'popen' not supported - dzVents on FreeBSD [Solved]

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 ...
by Whiskey
Monday 07 May 2018 21:19
Forum: Other questions and discussions
Topic: Visual Studio (or other IDE) setup instructions
Replies: 21
Views: 4108

Visual Studio (or other IDE) setup instructions

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 ...