Search found 3 matches

by stedew
Wednesday 24 February 2016 21:29
Forum: LUA
Topic: LUA dimmer resend last setpoint
Replies: 2
Views: 1644

Re: LUA dimmer resend last setpoint

Hello simonrg,

The code i wrote is zero,zip,nada....the work is (being) done by these guy's:
http://www.esp8266.nu/index.php/Main_Page
I use a ESP-12 breakout (original loaded with lua)
First i tested with curl the commands...helps before you start coding.
The ESP is not my main target for ...
by stedew
Tuesday 23 February 2016 22:40
Forum: LUA
Topic: LUA dimmer resend last setpoint
Replies: 2
Views: 1644

LUA dimmer resend last setpoint

Hello Experts,

I am toy-ing with a ESP8266 and want to set the PWM functionality from Domoticz.
After a few hours (ahum) i scratched this lua script together:

local Url_espdimmer ='192.168.0.107'



commandArray = {}

if (devicechanged['Virtual2']~=nil) then --Test for checking only this device ...
by stedew
Sunday 29 November 2015 16:25
Forum: Blockly
Topic: Push on/off impuls switch (teleruptor) light in blockly
Replies: 0
Views: 1382

Push on/off impuls switch (teleruptor) light in blockly

Hello,
I have searched the forum and didn't find a easy solution for this:
You know this things: teleruptors you connect a (group off) lamps on it and a (bunch off )switches. Then you push on the button the lamp goes "ON", push again lamp goes "OFF"
Problem is that it is not easy to implement this ...