Search found 36 matches

by Jufo
09 Nov 2019, 11:25
Forum: ESP Easy: Hardware
Topic: Blitzwolf BW-SHP6
Replies: 16
Views: 30761

Re: Blitzwolf BW-SHP6

Eehm, how did you add a 4M Winbond to a 8285 which is as far as I know the chip of the Blitzwolf? Do you have something like a picture? Disassembly process: https://github.com/arendst/Tasmota/wiki/BlitzWolf-SHP6 Replacing memory process: 1. Remove old memory http://icebox.pl/esp/1.jpg Old memory: h...
by Jufo
16 Mar 2019, 09:24
Forum: ESP Easy: Hardware
Topic: Blitzwolf BW-SHP6
Replies: 16
Views: 30761

Re: Blitzwolf BW-SHP6

kimot wrote: 03 Mar 2019, 22:30 @Wiki
You can use normal ESP8285 bin file.
but in this file you do not have the HWL8012/BL0937 module
by Jufo
03 Mar 2019, 17:38
Forum: ESP Easy: Hardware
Topic: Blitzwolf BW-SHP6
Replies: 16
Views: 30761

Re: Blitzwolf BW-SHP6

I changed the flash from 1MB to 4 MB (Winbond)
I used a new flash for SonOFF (ESP_Easy_mega-20190301_hard_SONOFF_POW_4M.bin)
And it works :)
Image
Image
Image
by Jufo
05 Feb 2019, 18:23
Forum: ESP Easy: Hardware
Topic: Blitzwolf BW-SHP6
Replies: 16
Views: 30761

Re: Blitzwolf BW-SHP6

Something can move forward in this topic? Is there a chance for a dedicated ESP Easy firmware?

There is only the hard_SONOFF_POW version, but you need 4 mb of flash. BW-SHP6 has only 1 mb :(

Best Regards,
Robert
by Jufo
21 Aug 2018, 21:07
Forum: ESP Easy: Software
Topic: Relay recovery last state after power failure
Replies: 3
Views: 8604

Relay recovery last state after power failure

Hi,

How to read the status of relays from Domoticz during booting ESP Easy ? and set the relay in ESP Easy ?

Best Regards,

Robert
by Jufo
08 Jul 2018, 11:16
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

Ok, in that case, use two wemos d1 mini.
by Jufo
08 Jul 2018, 09:40
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

Is it planned to extend the number of tasks?
If it can not be extended normally?
by Jufo
07 Jul 2018, 21:25
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

Then you need to study the wiki and try to resolve the issue with self compile. We do not have the time to support self compilers, sorry. Okay, I read Arduino's instructions: https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload What next do I need to do to change the range ...
by Jufo
07 Jul 2018, 21:15
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

I got a little lost in all this.
What do I have to do to extend from 12 to 15 devices?
Help, please.

Best Regards
Robert
by Jufo
04 Jul 2018, 19:57
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

I have never used an IDE (PlatformIO or Arduino) but will adapt to the instructions.
I always flash a ready bin file.

Best Regards,
Robert
by Jufo
04 Jul 2018, 13:44
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

can I ask for more details, I will do it for the first time I need to change from 12 to 15 tasks.
by Jufo
04 Jul 2018, 11:17
Forum: ESP Easy: General Discussion
Topic: Number of Devices / Tasks limited to 12 ?
Replies: 36
Views: 30586

Re: Number of Devices / Tasks limited to 12 ?

I tried to find the parameter in ESPEasy.ino:
#define TASKS_MAX 12 // max 12!"

but unfortunately I do not see it in the version ESPEasy_mega-20180625.

Please help.

Best Regards
Robert
by Jufo
26 Mar 2017, 19:14
Forum: ESP Easy: Hardware
Topic: Pulse Counter 3-pin fan PC
Replies: 4
Views: 4792

Pulse Counter 3-pin fan PC

Hi,

Will this solution work? Use a pulse counter to measure the speed of the PC fan:
Image
by Jufo
25 Mar 2017, 10:19
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

Re: conecting to diode - check state

It works (on GPIO 3), thank you :)
by Jufo
22 Mar 2017, 12:08
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I use toggle switch (on/off) for example:
Image
by Jufo
20 Mar 2017, 23:07
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I'm sorry for my mistake
I use the physical bistable button/switch (press this button in this position)
by Jufo
20 Mar 2017, 22:49
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

Re: conecting to diode - check state

if i may suggest anyways.... Replace the LED with an optocoupler. It separates the ESP from your circuit reliably and can be read with a standard GPIO input. Regards Shardan Can I ask for an example of an optocoupler that would be suitable for use in this case? Is the output needed for a control tr...
by Jufo
20 Mar 2017, 22:30
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I try as I can :) Domoticz allows remote control buttons with Easy ESP, commands, respectively: Amp / Speakers A On Action: http://192.168.3.120/control?cmd=GPIO,16,0 Off Action: http://192.168.3.120/control?cmd=GPIO,16,1 Amp / Speakers B On Action: http://192.168.3.120/control?cmd=GPIO,12,0 Off Act...
by Jufo
20 Mar 2017, 22:16
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

Re: conecting to diode - check state

paxi wrote: 20 Mar 2017, 22:05 Are you aware that ADC is designed for 1V max?
Thanks for the information. I thought the range is up to 3.3V.
What resistor to reduce the voltage to increase the range to 1.74V, what current is needed for the GPIO-ADC?
by Jufo
20 Mar 2017, 21:54
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

Re: conecting to diode - check state

Thanks for the response,
I decided to leave on the ADC, I did not use it for anything, and here it works fine (for 1,74V shows 1024):
Image
Image
Image
by Jufo
20 Mar 2017, 21:43
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I tested this version, but I only manage to turn on the relay, I can not turn it off.
by Jufo
20 Mar 2017, 17:14
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

Re: conecting to diode - check state

Problem solved i use ADC.
by Jufo
20 Mar 2017, 11:40
Forum: ESP Easy: Hardware
Topic: conecting to diode - check state
Replies: 11
Views: 8896

conecting to diode - check state

Hi,I would like to check the status LEDs on the "other system" (common ground) when it is turned on and when it is turned off. How to connect and configure? Voltage when it is switched on = 1,74 V Voltage when it is switched off = -0,60V (meter error?) I would like to plug in to GPIO09 or ...
by Jufo
20 Mar 2017, 11:33
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

paxi wrote: 20 Mar 2017, 01:20 "inversed" setting for SpeakersA switch is the culprit: value is 0 with gpio high and vice versa - this way the rules can't work. ;)
yes, but I have to be Inversed (Domoticz get the flag 0 is off)
by Jufo
19 Mar 2017, 15:53
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

Rules based on your code: On SwitchA#switch do If [SpeakersA#state]=0 Gpio 16,1 Else Gpio 16,0 Endif Endon On SwitchB#switch do If [SpeakersB#state]=0 Gpio 12,1 Else Gpio 12,0 Endif Endon Configuration ESP Easy: http://icebox.pl/espeasy/espeasy_Diora1.png http://icebox.pl/espeasy/espeasy_Diora2.png ...
by Jufo
18 Mar 2017, 15:25
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I tested again, and unfortunately for me does not work :(
by Jufo
17 Mar 2017, 23:02
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

But I have already tested this configuration and it does not work. Maybe something is wrong, tomorrow it will analyze ...
by Jufo
17 Mar 2017, 13:44
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I use bistable switch
by Jufo
17 Mar 2017, 08:56
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

Your script (Rules) only works properly when you turn on the relay. It does not work turn off (another change of state the switch).
by Jufo
17 Mar 2017, 00:08
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I lost me at all, use remotely from domoticz and two physical buttons to control two relays. Can you give me the full code for Rules?

Thx
Robert
by Jufo
16 Mar 2017, 23:59
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I've tested, unfortunately, it does not work properly. He falls into a loop when, they try to turn off.
by Jufo
16 Mar 2017, 23:45
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Re: Switch rules

I do not quite understand, my configuration:
GPIO-14 = SwitchA
GPIO-16 = RelayA
GPIO-13 = SwitchB
GPIO-12 = RelayB
by Jufo
16 Mar 2017, 22:56
Forum: ESP Easy: Software
Topic: Switch rules
Replies: 26
Views: 23151

Switch rules

Hi, I'm currently using this configuration: on SwitchAOn do gpio 16,0 inputswitchstate 14,1 endon on SwitchAOff do gpio 16,1 inputswitchstate 14,0 endon on SwitchBOn do gpio 12,0 inputswitchstate 13,1 endon on SwitchBOff do gpio 12,1 inputswitchstate 13,0 endon on SwitchA#switch do if [SwitchA#switc...
by Jufo
15 Mar 2017, 22:50
Forum: ESP Easy: Hardware
Topic: Problem with GPIO16 (D0) in ESP-12E
Replies: 4
Views: 10238

Re: Problem with GPIO16 (D0) in ESP-12E

Problem solved, small changes to the PCB:
GPIO-14 = Switch
GPIO-16 = Relay (only working out!)
GPIO-13 = SwitchB
GPIO-12 = RelayB

Best Regards
Robert
by Jufo
14 Mar 2017, 22:18
Forum: ESP Easy: Hardware
Topic: Problem with GPIO16 (D0) in ESP-12E
Replies: 4
Views: 10238

Re: Problem with GPIO16 (D0) in ESP-12E

First check: Is the "Sleep Mode" box checked in the ESPEasy "config" tab? It should not be checked. Then check the "hardware" Tab, the GPIO16 (D0) should be set to "default". Yes, I checked is correctly (unchecked Sleep Mode, and GPIO16 (D0) is set to default...
by Jufo
12 Mar 2017, 14:12
Forum: ESP Easy: Hardware
Topic: Problem with GPIO16 (D0) in ESP-12E
Replies: 4
Views: 10238

Problem with GPIO16 (D0) in ESP-12E

Hi, I have a problem I connected the switch to GPIO14 1 and 2 to GPIO16. The first works fine, the second (GPIO16) physically works well, but ESP disconnects from the WiFi network, no access to the web interface, just restart helps. Everything works fine when the first button is pressed (GPIO14, Inv...