Search found 2 matches

by Foxdesign
Tuesday 05 April 2016 0:39
Forum: Other questions and discussions
Topic: Domoticz on windows and os.execute command
Replies: 1
Views: 646

Domoticz on windows and os.execute command

Hi there,

below is a snippet of code I've copied from a linux Domoticz installation:


runcommand = "echo " .. (Fadetimer) .."" .. (FadeTime1) .. "," .. (LEDtarget) .. "" .. (CalcValue) .. " | nc -w " .. (Waittime) .. " " .. (IP) .. " " .. (Port) .. " ";
print (runcommand);
os.execute(runcommand ...
by Foxdesign
Wednesday 30 March 2016 6:39
Forum: Other questions and discussions
Topic: Dimming LEDs with ESP8266 and Domoticz
Replies: 0
Views: 764

Dimming LEDs with ESP8266 and Domoticz

Hi all,
I've recently achieved the dimming of LED's over a network (using someone's previous project here :

http://blog.quindorian.org/2015/03/esp8266-wifi-led-dimmer-part-7-of-x.html)

but i'm having an issue with interfacing this and Domoticz. I attached a screenshot PNG file to show what I mean ...