Search found 9 matches

by marci
26 Sep 2018, 13:48
Forum: ESP Easy: Software
Topic: use of switches to manage lights in the house
Replies: 3
Views: 6313

Re: use of switches to manage lights in the house

Tks David for the answer. Yes I have Node-red and MQTT running on a Linux Ubuntu box... My issue is the TIME it takes to have a inter-controller communication. When one event happen on ControllerONE (a button is pressed) and this message needs to go to ControllerTWO to execute an action (a relay is ...
by marci
25 Sep 2018, 15:40
Forum: ESP Easy: Software
Topic: use of switches to manage lights in the house
Replies: 3
Views: 6313

use of switches to manage lights in the house

Hello, I'm using ESP8266 to mange sensors and light in my new house under remodeling. All the lighting and sensors are managed directly by batteries powered by Solar. So the 220v is now only in the power plugs. Everything else is DC low voltage. I thought the manage of lights on-off was very trivial...
by marci
14 Apr 2018, 22:10
Forum: ESP Easy: Software
Topic: LOOP after installation
Replies: 11
Views: 7771

Re: LOOP after installation

SOLUTION FOUND !! During the week-end I had a bit of time to spend to debug this problem..... It could not be a SW problem because no one else was screaming! It could not be a HW problem because I had the same problem with three chips! The problem was in the way the firmware was loaded... and this c...
by marci
02 Apr 2018, 14:51
Forum: ESP Easy: Software
Topic: LOOP after installation
Replies: 11
Views: 7771

Re: LOOP after installation

I don't see any PUYA mark on the Chip !!
by marci
02 Apr 2018, 08:54
Forum: ESP Easy: Software
Topic: LOOP after installation
Replies: 11
Views: 7771

Re: LOOP after installation

It's a 16mbyte i.e. 4MB the standard ESP8266 with 4 Megabyte memory. I Buy the chip only from Ali and then I solder it to the base. I have done it many time. The strange is that I installed the old 147 version and it works perfectly ! I tried a V2-dev12 and it doesn't work and the same apply for the...
by marci
01 Apr 2018, 11:09
Forum: ESP Easy: Software
Topic: LOOP after installation
Replies: 11
Views: 7771

LOOP after installation

Hello, I'm not new to the ESP8266 world, and I have few controllers installed, Sonoff on all the heating units and few 8266 managing security. I was planning to do something very simple.... A fresh 8266F12 to be attached to a single relay ... simple and easy. I took one new 8266F12 and soldered to t...
by marci
19 Aug 2017, 13:04
Forum: ESP Easy: Software
Topic: Rules GPIO state and toggle
Replies: 43
Views: 76832

Re: Rules GPIO state and toggle

Define your switch as "Switch Button Type: Push Button Active Low". The write the rule: on Button#Value do if [Button#Value] = 1 EXTGPIO,16,1 else EXTGPIO,16,0 endif endon Just tried it, works as a toggle button. I tried the use of EXTGPIO command inside a rule with a recent version (Mega...
by marci
18 Aug 2017, 21:30
Forum: ESP Easy: Software
Topic: EXTGPIO in rules
Replies: 1
Views: 2131

EXTGPIO in rules

I use an espeasy MEGA dev10 attached to an Arduino Promini with the PROMINIEXTENDER option on IC2. The reason to use the promini is that it is able to drive more current on the GPIO and it is better to drive Relays Configuration works great and I'm able to switch my relays using web command "ht...