Search found 116 matches

by mkotek
18 Dec 2015, 14:36
Forum: ESP Easy: Software
Topic: Fallback AP connection (request)
Replies: 2
Views: 3558

Re: Fallback AP connection (request)

Not to dive into details, for specific reasons, they are kept separate and need to be recognizable.
by mkotek
18 Dec 2015, 07:42
Forum: ESP Easy: Hardware
Topic: ESP-12E not able to memorize WiFi AP data
Replies: 22
Views: 19372

Re: ESP-12E not able to memorize WiFi AP data

I have analysed your post, but I think, my situation is a bit different. The issue with Incorrect PID or version according to some other posts can be resolved by flashing R20 or R30 and then proceed with loading never one (discussion has been around R39). Mine has been flashed a couple of times and ...
by mkotek
17 Dec 2015, 22:53
Forum: ESP Easy: Software
Topic: Fallback AP connection (request)
Replies: 2
Views: 3558

Fallback AP connection (request)

I have quite a large house and as a result, I am using 2 different Access Points for my network, covering ground and basement and top floor. AS a result, I have 2 SSIDs on my network and programming ESP I need to make selection, which SSID it will connect to. Would it be possible to add a sort of fa...
by mkotek
17 Dec 2015, 20:56
Forum: ESP Easy: Hardware
Topic: ESP-12E not able to memorize WiFi AP data
Replies: 22
Views: 19372

ESP-12E not able to memorize WiFi AP data

I have decided to open a new topic to describe issue I am facing. The upload of Easy ESP to my 12E module has been totally fine and the device works. Now I only need to solve the issue that it does not remember the configuration related just to WiFi (save to flash is successful according to log file...
by mkotek
16 Dec 2015, 23:01
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45148

Re: Domoticz Dimmer and how to setup

What type of dimmer do you use? I use type "Lightning 2" subtype "AC". With my earlier post script I collect the value "On" and set it to value "16". for i, v in pairs(devicechanged) do if (i == DomDevice) then if(v == 'Off' ) then DomValue = 0 elseif(v == 'O...
by mkotek
16 Dec 2015, 22:58
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Re: Garage door control - emulate push button - how?

I have tested the relays and all is working great. Now I only need to solve the issue with ESP-12E that does not remember the configuration (save to flash is successful according to log file, but after restart, it does not remember it), because it displays u9x as my SSID and works only in AP mode as...
by mkotek
16 Dec 2015, 19:35
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45148

Re: Domoticz Dimmer and how to setup

What type of dimmer do you use? I use type "Lightning 2" subtype "AC". With my earlier post script I collect the value "On" and set it to value "16". for i, v in pairs(devicechanged) do if (i == DomDevice) then if(v == 'Off' ) then DomValue = 0 elseif(v == 'O...
by mkotek
16 Dec 2015, 10:35
Forum: ESP Easy: Projects / Applications
Topic: Driving Relay using esp8266-01
Replies: 23
Views: 20430

Re: Driving Relay using esp8266-01

This would definitely help, but in some cases, even this tiny moment could be dangerous. But this is the design issue then.
by mkotek
16 Dec 2015, 09:47
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Re: Garage door control - emulate push button - how?

I have briefly tested this in the morning and it seems to be working as expected. It seems, the default state is high, so I need to pulse it low to get the expected behaviour and not to worry about garage opening in case the power is lost. Will test it further on the actual hardware in my garage and...
by mkotek
15 Dec 2015, 23:22
Forum: ESP Easy: Projects / Applications
Topic: Domoticz Dimmer and how to setup
Replies: 24
Views: 45148

Re: Domoticz Dimmer and how to setup

There is one problem with dimmer I cannot solve. When setting dimmer to Off, all works fine. When setting dimmer to a specific value, all works fine. But when setting dimmer to On, the current value of DomValue is not retrieved and dimmer does not turn on. One needs to change the percentage in order...
by mkotek
15 Dec 2015, 22:43
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Re: Garage door control - emulate push button - how?

From DMZ I control through ESP EASY 4 relays which are working fine. You have to take care you preferable not use the OPTO coupler versions as they cant always sink the relay into ON state as the 3.3 volt is then on the edge of the tolerance of openeing the transistor into a correct conduction stat...
by mkotek
15 Dec 2015, 21:16
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Re: Garage door control - emulate push button - how?

What should be done to effectively invoke the same action as ordinary push button does to control my garage door? A relay? http://www.esp8266.nu/index.php/Relais - Jan Isn't it an overkill to user relay to close the circuit? I have also seen on the forum, there are still problems with reliable stee...
by mkotek
15 Dec 2015, 21:15
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Re: Garage door control - emulate push button - how?

How do you want to control the ESP pulse signal? By an other switch or Domoticz... or? Paco Yes, I was refering to something similar to what you've posted and yes, I would like to be able to invoke opening and closing of my garage door from Domoticz. I imagine, I send a short pulse like suggested h...
by mkotek
15 Dec 2015, 19:58
Forum: ESP Easy: Projects / Applications
Topic: Garage door control - emulate push button - how?
Replies: 9
Views: 14145

Garage door control - emulate push button - how?

I am trying to use ESP Easy to control my garage door. My garage door is controlled by a controller with a momentary push button that invokes the acrion to open, stop and close door when pushed in sequence. This button is a standard push button running from Momentary Switch pin to COM(ground) pin on...
by mkotek
15 Dec 2015, 11:26
Forum: ESP Easy: Projects / Applications
Topic: Driving Relay using esp8266-01
Replies: 23
Views: 20430

Re: Driving Relay using esp8266-01

BertB wrote:...
I still think making an output device is the simplest way to overcome this problem, since it allows for presetting a pin to 0 at boot.
Martinus, would you be able to create such output device for us?
by mkotek
15 Dec 2015, 11:03
Forum: Introduce yourself
Topic: Hello from Poland
Replies: 1
Views: 2281

Hello from Poland

Hi all, warm welcome from cold Poland. My main area of interest is home automation with Domoticz. Not directly related to Easy ESP, but to ESP8266 itself, I have succesfully built a couple of great Quindor dimmers for LEDs. Orignal thread: http://blog.quindorian.org/2015/04/esp8266-wifi-led-dimmer-p...