Search found 21 matches

by jackwan1
24 Jan 2018, 16:32
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77315

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

Has anyone figured out which gpio controls the led ?
by jackwan1
22 Jan 2018, 04:32
Forum: ESP Easy: Hardware
Topic: Sonoff WiFi espEasy is dead
Replies: 6
Views: 5915

Re: Sonoff WiFi espEasy is dead

I found the same with one of my sonoff basic. My electricity had a brief abnormal cutoff and one of the 4 sonoffs went dead. However, when I supply it with 3.3v using FTDI, the esp8266 is still working, it is the high voltage side that is fried.
by jackwan1
21 Jan 2018, 01:53
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77315

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

Here is my rules for Domoticz, I guess gpio 13 in the rule did nothing.

"on lamp_on do
gpio,12,1
gpio,13,0
endon

on lamp_off do
gpio,12,0
gpio,13,1
endon

on SW_1#Switch do
if [SW_1#Switch]=1
gpio,12,1
gpio,13,0
else
gpio,12,0
gpio,13,1
endif
endon"
by jackwan1
21 Jan 2018, 00:05
Forum: ESP Easy: Hardware
Topic: What can I repurpose with a broken Sonoff Basic?
Replies: 1
Views: 2138

What can I repurpose with a broken Sonoff Basic?

I have an old Sonoff Basic the relay or the High voltage portion is broken, but the ESP is still working fine. When its connected with High Voltage, nothing happened, no ip, no switching. When its connected with 3.3v, I can access the ESPeasy firmware. I even flashed it with V2.0! What I can repurpo...
by jackwan1
20 Jan 2018, 23:25
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77315

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

OK OK, Here is what I found, the GPIO13 on the sonoff is no longer and I do not know what it is. I configured the device without Hardware wifi led set as GPIO13 and it works. However, I can no longer turn on/off the switch with the black push button on the switch. I have to rely on software to contr...
by jackwan1
20 Jan 2018, 20:34
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77315

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

Thanks all, I was able to log onto the sonoff and change ip address of my desire and proceed to configure this for domoticz. When I reach the "HARDWARE" section, as usual, since I had many sonoff, I change the wifi status led to GPIO 13(D7), as soon as I did that, the led on sonoff goes on...
by jackwan1
20 Jan 2018, 05:30
Forum: ESP Easy: Hardware
Topic: Sonoff Basic - AP not apearing on first boot with pre-built BIN
Replies: 59
Views: 77315

Re: Sonoff Basic - AP not apearing on first boot with pre-built BIN

@alphons I received the NEW sonoff basic from itead today. I followed your instruction to flash the Espeasy normal v2.0 with the flashing tools from Espressif per your instruction. I was successful and reboot the sonoff and on the Wifi ssid, I see ESP_Easy_0, but I cannot logon because it requires a...
by jackwan1
26 May 2017, 22:37
Forum: ESP Easy: Software
Topic: Erase Espeasy from ESP8266
Replies: 1
Views: 2774

Erase Espeasy from ESP8266

I bought a relay that comes with ESP01 and I have successfully flash it with Espeasy. However, that relay does not accept commands from GPIO, they accept a series of HEX commands. The manual instruct me to use the original AT commands. I tried to flash it with AT command bins without success because...
by jackwan1
26 May 2017, 22:28
Forum: RFLink: Hardware Related discussions
Topic: SONOFF
Replies: 2
Views: 3576

Re: SONOFF

All my Sonoff (Basic, wifi only) devices are using R147 and they all working either with MQTT or Domoticz. Right now, I have 4.

Hope this help.
by jackwan1
21 May 2017, 18:52
Forum: ESP Easy: Software
Topic: How to have espeasy send out serial commands in Hex?
Replies: 0
Views: 1576

How to have espeasy send out serial commands in Hex?

I bought a ESP01+RELAY board, I flashed the ESP01 with Espeasy. But the relay is not controlled by GPIO, it is described in the document that you need to send a series of hex code via "Serial Command" at 9600 baud N81. Does anyone know how to do it in Espeasy? Is it using rules? I tried to...
by jackwan1
14 Apr 2017, 23:00
Forum: ESP Easy: General Discussion
Topic: How to set Espeasy when 2 switches are using the same broker
Replies: 6
Views: 5237

Re: How to set Espeasy when 2 switches are using the same broker

actually I found out if you put a / in the espeasy name, you can subscribe and publish with a /# qualifier For example, I name each sonoff switch as sonoff/1.....x instead of sonoff1....x The benefit of that is in subscribe, I only need to subscribe: sonoff/# and one MQTT client will receive the inf...
by jackwan1
12 Apr 2017, 10:27
Forum: ESP Easy: General Discussion
Topic: How to set Espeasy when 2 switches are using the same broker
Replies: 6
Views: 5237

Re: How to set Espeasy when 2 switches are using the same broker

Nvm
I saw the unit number entry in the config menu. Never thought it is significant
Thank you
by jackwan1
12 Apr 2017, 09:56
Forum: ESP Easy: General Discussion
Topic: How to set Espeasy when 2 switches are using the same broker
Replies: 6
Views: 5237

Re: How to set Espeasy when 2 switches are using the same broker

Thank you
Where can I give them a unique unit number? The name of each unit is different, i.e. Sonoff1/# and sonoff2/#
by jackwan1
12 Apr 2017, 06:35
Forum: ESP Easy: General Discussion
Topic: cannot connect to MQTT broker.
Replies: 20
Views: 40915

Re: cannot connect to MQTT broker.

Ok, now after reboot the conventions seem corrected themselves

So the templates

subscribe : %sysname%/
publish : %sysname%/%tskname%/%valname%

Then the clients need

subscribe: sonoff1/#
publish: sonoff1/gpio/0 or 12

no more / in the publish phase
by jackwan1
12 Apr 2017, 06:29
Forum: ESP Easy: General Discussion
Topic: How to set Espeasy when 2 switches are using the same broker
Replies: 6
Views: 5237

How to set Espeasy when 2 switches are using the same broker

I have two sonoff switches. When I set one switch, I have no problem to control it with node-red through mosquitto broker. But when I add another identical switch, I have mqtt connection lost and re connect alternatively between the two switches and lost control on GPIO 12 of one switch. In the log,...
by jackwan1
12 Apr 2017, 00:24
Forum: ESP Easy: General Discussion
Topic: cannot connect to MQTT broker.
Replies: 20
Views: 40915

Re: cannot connect to MQTT broker.

Ok Ok its all good it turned out that while subscribe you cannot have a / , publish you need a / it is weird So the templates subscribe : %sysname%/ publish : %sysname%/%tskname%/%valname% But the clients need subscribe: sonoff1/# publish: /sonoff1/gpio/0 or 12 minor difference, but major headache. ...
by jackwan1
12 Apr 2017, 00:11
Forum: ESP Easy: General Discussion
Topic: cannot connect to MQTT broker.
Replies: 20
Views: 40915

Re: cannot connect to MQTT broker.

Hi all, I am new here and needs all the help. I am using Ubuntu 16.10 default mosquitto installation on a local host, the MQTT clients can log on to it without any problem. Flashed sonoff device with R147 ESPeasy This thread is of great help, so I set in the "advanced" tool section of the ...
by jackwan1
11 Apr 2017, 07:54
Forum: ESP Easy: Software
Topic: How to config ESP easy with Ubuntu mosquitto
Replies: 2
Views: 2810

Re: How to config ESP easy with Ubuntu mosquitto

Btw
My ESP easy version is 147 I tried to use 120 and it did not work
by jackwan1
11 Apr 2017, 05:58
Forum: ESP Easy: Software
Topic: How to config ESP easy with Ubuntu mosquitto
Replies: 2
Views: 2810

How to config ESP easy with Ubuntu mosquitto

I have a computer that is running Ubuntu 16.10 and I am trying to install mosquitto to be the broker for ESP Easy. I have flashed the sonoff (esp8266 device) with Espeasy and have no problem to use commercial MQTT brokers such as cloudmqtt and mqtt-dashborad. My configuration "Name" is son...
by jackwan1
11 Apr 2017, 05:46
Forum: Introduce yourself
Topic: Hello from good old USA
Replies: 1
Views: 2392

Hello from good old USA

I have been playing with sonoff, node red, Arduino, Ubuntu and esp easy. I am a novice, so help me.