Search found 77 matches

by timsson
10 Apr 2016, 19:53
Forum: ESP Easy: Software
Topic: R98 oled mqtt problem
Replies: 2
Views: 3069

R98 oled mqtt problem

Hello, i have proplems with delay - build R98 and oled framed+mqtt_import+extra_utilities If i start in device with oled framed with: http://10.1.1.188/devices?index=1&page=1 than reboot my wemos-mini? Who can help - Thanks Exception (28): epc1=0x4000df60 epc2=0x00000000 epc3=0x00000000 excvaddr...
by timsson
10 Apr 2016, 10:53
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20998

Re: LastWill mqtt?

Unfortunately, me is as noob the implementation not possible, but i can wait in this great project!
Thanks alot
by timsson
09 Apr 2016, 16:45
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 177504

Re: OLED Scrolling Display

mayby
#define PLUGIN_COMMAND 999
by timsson
04 Apr 2016, 09:51
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20998

LastWill mqtt?

Hi,
is somethink like that possible?

Code: Select all

#define MQTT_TOPIC_LAST_WILL "/ESP_02/lwt"
mqttClient.connect("ESP_02", MQTT_TOPIC_LAST_WILL, 1, true, "disconnected");
mqttClient.publish(MQTT_TOPIC_LAST_WILL, "connected", true);
by timsson
29 Mar 2016, 16:54
Forum: ESP Easy: Software
Topic: Tutorial ESPEasy / OpenHAB problem
Replies: 12
Views: 16197

Re: Tutorial ESPEasy / OpenHAB problem

Hi, something is wrong in R93 or me... I set gpio15 at ON, 1 or 255 via openhab/mgtt -> it works but after reboot ESP, gpio15 starts with 0 -> and goes not to ON, 1 or 255. I would like the same state before reboot... How can i fix that? should i set gpio15 as switch? Thanks Mar 29 16:45:58 10.1.1.1...
by timsson
26 Mar 2016, 11:52
Forum: ESP Easy: Software
Topic: R91 Bugs
Replies: 11
Views: 10705

Re: R91 Bugs

Thanks, it works at R92 :lol:
by timsson
25 Mar 2016, 22:04
Forum: ESP Easy: Software
Topic: R91 Bugs
Replies: 11
Views: 10705

Re: R91 Bugs

Hi,
switch input send via (openhab) mqtt _1 or _0 (blank _)
How can I fix that?

Thanks!

Code: Select all

/ESP_01/dht/temp 22.00
/ESP_01/dht/humi 59.20
/ESP_01/pir/pir  1           --> _1
/ESP_01/pir/pir  0           --> _0
/ESP_01/pir/pir  1           --> _1
/ESP_01/lumi/lux 267.00