That one is not over WiFi, but is controlled over 433Mhz (by RFXCOM).
However, i prefer building Quindor' version, much more fun!

Moderator: leecollings
The boards come per 10, nothing you can do there. And they actually turn into 20 with the new v2 board. But it's " only" 14$.thecosmicgate wrote:Maybe it's an idea te sell some complete sets ?
Or is there somebody interested tot buy the needed parts together with me, i dont need 10 PCB's or 20 voltage regulators for example
If there are people interested , they can send me an PMQuindor wrote:
Of course, if people want to buy the boards together with someone, be my guest!
Code: Select all
commandArray = {}
DomDevice = 'LEDstrip'
IP = '192.168.4.184'
Port = '43333'
LEDtarget = 'LED1_Target='
Fadetimer = 'Fadetimer1='
Waittime = '2'
FadeTime1 = '2000'
if devicechanged[DomDevice] then
if(devicechanged[DomDevice]=='Off') then DomValue = 0;
print ("Turning off " .. DomDevice);
runcommand = "echo " .. (Fadetimer) .."" .. (FadeTime1) .. "," .. (LEDtarget) .. "0 | telnet " .. (IP) .. " " .. (Port) .. " ";
print (runcommand);
os.execute(runcommand);
return commandArray
else
DomValue = (otherdevices_svalues[DomDevice]);
end
CalcValue = DomValue * 33;
print ("Value received from Domoticz was " .. (DomValue) .." ");
print ("Calculated value for ESP is " .. (CalcValue) .." ");
print ("Dimming " .. (DomDevice) .. " to " .. (CalcValue) .. " ");
runcommand = "echo " .. (Fadetimer) .."" .. (FadeTime1) .. "," .. (LEDtarget) .. "" .. (CalcValue) .. " | telnet " .. (IP) .. " " .. (Port) .. " ";
print (runcommand);
os.execute(runcommand);
end
return commandArray
No clue, I have several that have been running for months now, without a reboot or problem whatsoever? Odd? What are you using to deliver power, is that stable?ThinkPad wrote:It seems the unit becomes unresponsive after a while (a day or so). I'm not sure if it responds to ping.... unplugging power and plugging it back in again gets it working again.
Any tips for this? Maybe it would be possible to create a .sh script (to be called from cron at the Raspberry) to reboot the unit every night at 4:00 ? (and then also go to brightness 0).
thecosmicgate wrote:If there are people interested , they can send me an PMQuindor wrote:
Of course, if people want to buy the boards together with someone, be my guest!
Users browsing this forum: No registered users and 1 guest