Search found 77 matches

by timsson
23 Aug 2016, 00:24
Forum: ESP Easy: General Discussion
Topic: SOLVED (since r111) BUG -> RFID-ID different in RULES vs. MQTT
Replies: 11
Views: 11549

Re: SOLVED (since r111) BUG -> RFID-ID different in RULES vs. MQTT

If i switch on the NFC on both devices (mobilphone+tablet, the pn532 scan the same tag?!
Is it possible to change the NFC/RFID from the sony phones? How can i dedect the right one to open my door?
by timsson
22 Aug 2016, 21:25
Forum: ESP Easy: General Discussion
Topic: SOLVED (since r111) BUG -> RFID-ID different in RULES vs. MQTT
Replies: 11
Views: 11549

Re: SOLVED (since r111) BUG -> RFID-ID different in RULES vs. MQTT

Hello,
only a question...
I ve got 2 sony devices (z3 and z4) and both have the same rfid (id=1690xxxx) :shock:
Is this correct???
Thanks
by timsson
22 Aug 2016, 10:02
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

Hello,
please can you add this:?
MQTTclient.publish(LWTTopic.c_str() , "connected", true);
Thanks!
by timsson
19 Aug 2016, 19:25
Forum: ESP Easy: Software
Topic: Enhanced OLED plugin
Replies: 5
Views: 7754

Re: Enhanced OLED plugin

Hi, your changes works with R121 :) If i use this: https://github.com/squix78/esp8266-oled-ssd1306 it also works with the "frame" version ... :) changes are: _P205_FrameOLED.ino #include "SH1106.h" SH1106 display(0x3c, SDA-Pin-D2, SCL-Pin-D1); //WemosD1mini display.init(); and th...
by timsson
17 Aug 2016, 17:26
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 175518

Re: OLED Scrolling Display

Hi,
is it possible that somebody integrate an other driver?
I have several 1.3oled with SH1106.. who can help me
http://www.esp8266.nu/forum/viewtopic.p ... 8650#p8650
by timsson
16 Aug 2016, 20:05
Forum: ESP Easy: Software
Topic: Enhanced OLED plugin
Replies: 5
Views: 7754

Re: Enhanced OLED plugin

by timsson
15 Aug 2016, 15:13
Forum: ESP Easy: Software
Topic: Enhanced OLED plugin
Replies: 5
Views: 7754

Re: Enhanced OLED plugin

Hi,
how can i use this with R121 and the framedOled?
Thanks
by timsson
15 Aug 2016, 14:17
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 175518

Re: OLED Scrolling Display

@timsson ...Instead you will simply have to send the strings directly to the display Hope this helps N Ok, now i use openhab and send this via http - it works :D - rename displayname: 03_oled and send: http://ip/tools?cmd=03_oled%2C1%2CWindows+open%3A http://ip/tools?cmd=03_oled%2C2%2C4 Delay:6 Tha...
by timsson
09 Aug 2016, 20:20
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 175518

Re: OLED Scrolling Display

@timsson,I think the above should satisfy all requirements - what is it exactly that you want? I would like import/send mqtt messages to the oled, but it is a mqt-plugin "problem"... like this: Oled: Floor: open/closed (MQTT-plugin Name: Window1 -- Topic 1:/ESP_03/window1 -- Value Name 1:...
by timsson
08 Aug 2016, 18:01
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 175518

Re: OLED Scrolling Display

Is there any chance of being able to send the OLED string values to display?
yes:
http://www.esp8266.nu/index.php/OLEDDisplay
--> oled,1,1,test
but we need a change on _P210_MQTTImport.ino ;)
by timsson
06 Aug 2016, 12:46
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 72372

Re: MQTT Import

Thank you Neil! For me it works with ESPEasy118.. It is possiible to import a string or On/OFF with the mqtt-plugin? I need it to write the state in my oled... ----- mosquitto_sub -t /# -v /ESP_03/window1/state open /ESP_03/window2/state OFF /Alarmsytem/state disarm --- MQTT-plugin Name: Window1 -- ...
by timsson
25 Jul 2016, 13:19
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

maybe: ESPEasy.ino ------------------------- #define MQTT_TOPIC_LAST_WILL "/ESP_01/lwt" // Setup MQTT Client byte ProtocolIndex = getProtocolIndex(Settings.Protocol); if (Protocol[ProtocolIndex].usesMQTT) MQTTConnect(); MQTTclient.publish(MQTT_TOPIC_LAST_WILL, "connected", true);...
by timsson
21 Jul 2016, 21:10
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

... oh i see a new pubsubclient version by martinus!
great work!
Who can integrale lwt?
by timsson
29 Apr 2016, 18:33
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

tozett wrote:so it is/could be feature-request for r106 ...?
sorry, yes - i send you a pm
by timsson
29 Apr 2016, 18:04
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

i am on r105, did you implement the LWT with rules? could you post your working example? I use also r105, fantastic projekt! but for lwt i take my one ino file with exactly this syntax and it works fine: #define MQTT_TOPIC_LAST_WILL "/ESP_02/lwt" mqttClient.connect("ESP_02", MQT...
by timsson
28 Apr 2016, 15:21
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

Hello tozett, i use it to check the status in openhab/mqtt. If the battery or the wifi are down, lastwill change to "disconnectet" For me is this a good and fast indicator... openhab item: String ESP_04kalive "keep alive_4: [%s]" {mqtt="<[localbroker:/ESP_04/lwt:state:defaul...
by timsson
18 Apr 2016, 20:26
Forum: ESP Easy: Software
Topic: Bug Report V101, autoconfig
Replies: 4
Views: 5580

Re: Bug Report V101, autoconfig

yes, same problem!
by timsson
18 Apr 2016, 20:18
Forum: ESP Easy: Hardware
Topic: SOLVED: Wemos D1 and DHT22 high values - formula needed?
Replies: 4
Views: 6883

Re: Wemos D1 and DHT22 high values - formula needed?

Hi,
i use also a wemos mini v1 - the same port D4/gpio2(10k Pull-up) without resistors and a dht22..
and everything is ok!
dht.jpg
dht.jpg (49.18 KiB) Viewed 6857 times
by timsson
17 Apr 2016, 12:56
Forum: ESP Easy: Software
Topic: LastWill mqtt?
Replies: 24
Views: 20979

Re: LastWill mqtt?

Hi, can you explain the Command.ino with connect? Maybe we can use lwt??? ??On System#Boot do connect("ESP_02", MQTT_TOPIC_LAST_WILL, 1, true, "disconnected"); publish(MQTT_TOPIC_LAST_WILL, "connected", true); ?? Thanks P.S. Thx for this, it works great! On <event> do p...
by timsson
11 Apr 2016, 14:52
Forum: ESP Easy: Software
Topic: R98 oled mqtt problem
Replies: 2
Views: 3066

Re: R98 oled mqtt problem

Hi, ... so please download these again from the playground along with the Extra_Utilities and then try again. Sorry, i waste your time - R98+mqtt+extra+oledf works fine... but 2 of my wemos-mini shows: pid wrong and erase at 98 99 100. How can i do a full clean/r? Wich files can i wrote to my wemos...
by timsson
10 Apr 2016, 19:53
Forum: ESP Easy: Software
Topic: R98 oled mqtt problem
Replies: 2
Views: 3066

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: 20979

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: 175518

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: 20979

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: 16167

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: 10510

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: 10510

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