Search found 77 matches

by timsson
15 Nov 2016, 21:26
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 72466

Re: MQTT Import

Hello,
Unfortunately I still have my problem.
Could someone help me to send a text with mqtt to the display?
Thanks
by timsson
12 Nov 2016, 23:35
Forum: ESP Easy: Software
Topic: Newbie Rules Question
Replies: 7
Views: 6608

Re: Newbie Rules Question

StephenF wrote:Several posts showing you cannot subscribe to MQTT published data on ESPEasy. ......
endon
https://github.com/ESP8266nu/ESPEasyPlu ... Import.ino
by timsson
07 Nov 2016, 23:01
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 186901

Re: Arduino Easy 2560

Ohhhh, i have also two old 2560 with ethernet shield...
And i like the concept and gui from the espeasy very much!
Please, can you share the experimental files?
...maybe i can switch 2 or 3 gpio for relays only..... :lol:
regards Tom
by timsson
03 Nov 2016, 22:44
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 709456

Re: New ESP gadget

I can only confirm that I have no issues with the 5 pin Sonoff with the RF module (i don't use RF in the moment....)
It works fine!
R142
by timsson
02 Nov 2016, 17:19
Forum: ESP Easy: Software
Topic: Openhab MQTT not set switch
Replies: 1
Views: 2910

Re: Openhab MQTT not set switch

Hi,
can you tesing 3 things?
-whats with gipio direktly: mqtt="<[mosquitto:/newdevice/gpio/2:state:MAP(onoff.map)],
-do you use the right openhab, ip and user/password at the config-site?
-whats with Tools/command: publish /newdevice/gpio/2,1?
regards Tim
by timsson
02 Nov 2016, 07:33
Forum: ESP Easy: Hardware
Topic: gizwits board - anybody has one?
Replies: 16
Views: 13056

Re: gizwits board - anybody has one?

BertB wrote:Are you sure power is ok?
If so, I think i'd try the oldest stable version First.
I had the same problem, it was only the power....
by timsson
28 Oct 2016, 10:30
Forum: ESP Easy: Software
Topic: Newbie Rules Question
Replies: 7
Views: 6608

Re: Newbie Rules Question

smathur wrote: ..MQTT message "/ESP1/aaa/bbb 1".
What is the event syntax in ESPEasy Rules that I need for the above message?
on <event> do
publish /ESP1/aaa/bbb,1
endon
by timsson
27 Oct 2016, 11:13
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 161817

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

I uploaded my basic test plugin for neopixel in the playground: https://github.com/ESP8266nu/ESPEasyPluginPlayground/blob/master/_P122_NeoPixel.ino Use rules commands to control single WS2812 leds into any color: neoPixel <led nr>,<red>,<green>,<blue> Who can change the code to use it with mqtt? it...
by timsson
26 Oct 2016, 22:36
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 70219

Re: Rules examples

iron wrote:The "not so obvious" part is that you have to declare that gpio as an input switch.
Check this thread :
http://www.esp8266.nu/forum/viewtopic.php?f=6&t=2039
ohh.... thanks!
an other question:
timerSet,1,random(120,600) possible???
by timsson
26 Oct 2016, 20:23
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 161817

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hello,
thank you very much, great work moelski!!!
I tested it, is works stabil!
Martinus your plugin is also fine - 123 rules and voala "strandtest" :D :D :D
https://youtu.be/Sir6EZxYMpc
candle1.JPG
candle1.JPG (40.04 KiB) Viewed 76561 times
candle2.jpg
candle2.jpg (32.78 KiB) Viewed 76561 times
candle3.JPG
candle3.JPG (157.71 KiB) Viewed 76525 times
Thanks
by timsson
25 Oct 2016, 20:59
Forum: ESP Easy: Software
Topic: Actuating Relays via http: Security implications?
Replies: 1
Views: 2638

Re: Actuating Relays via http: Security implications?

Hello,
do you find a way to switch your gpio from a protected easyesp?

Code: Select all

http://  admin:admin@ <ESP IP address>/control?cmd=GPIO,<pin>,1. 
dont work
Thanks
by timsson
22 Oct 2016, 19:11
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 70219

gpio in rules?

Hi,
how can i make a rule with gpios?

on gpio,2#state = 1 do // ?????
......
endon
by timsson
20 Oct 2016, 09:07
Forum: ESP Easy: Software
Topic: Wiki update Arduino IDE tutorial
Replies: 2
Views: 2693

Re: Wiki update Arduino IDE tutorial

Hello,
I ve got a ESP-07 with 1024Flash
What is the "right" SPIFFS size at Arduino 1.6.12? (1M 64k-512k SPIFFS ?)
Thanks
by timsson
19 Oct 2016, 23:31
Forum: ESP Easy: Software
Topic: simple button page?
Replies: 0
Views: 2094

simple button page?

Is it possible to integrate a simple button page? I have 2 wifinetworks without server and i toggle still with http://ip/tools?cmd=gpio,5,0 it should be nice easier clearer to have a own espeasy-site... 2 or 4 buttons are enough, perhaps a seperatly page at the top :roll: :roll: :roll: ? maybe with ...
by timsson
16 Oct 2016, 11:53
Forum: ESP Easy: Software
Topic: MLX90614 on a display
Replies: 3
Views: 3087

Re: MLX90614 on a display

... take/change the name and values without space:
[BBQ_SENSOR#Temperature] C
by timsson
16 Oct 2016, 00:51
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 161817

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

:shock: :D :mrgreen: - where can i find a link to the ino?
How do you wired the strips?
Can i use the ino for a ring of 16led?
Thank you in anticipation!
by timsson
16 Oct 2016, 00:44
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21176

Re: Logging Data to an SD card

moelski wrote: Where do you want to read a file? In ESPEasy?
For which reason?
no, the best way for me, file download from ESPEasy someway
why? - because i can't remove my sd-card - its in a case...
Thanks
by timsson
15 Oct 2016, 19:01
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21176

Re: Logging Data to an SD card

... for me nearly perfect in a standalone network without openhab!
I use the wemos mini with sdboard...
perhaps a possibility to reading the files?
Thanks al lot
by timsson
12 Oct 2016, 21:32
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 based WordClock
Replies: 4
Views: 6759

Re: ESP8266 based WordClock

Hello,
... christmas is coming :)
How can "i" modify your script that we send with mqtt or/and http different sequences to a ring or stripe (WS2812)
maybe
on/off, brightness, color, rainbow ...
Who can help?
by timsson
07 Oct 2016, 01:01
Forum: ESP Easy: General Discussion
Topic: Logging Data to an SD card
Replies: 19
Views: 21176

Re: Logging Data to an SD card

:shock: cool!
maybe file save or sendto....
by timsson
30 Sep 2016, 15:07
Forum: ESP Easy: Hardware
Topic: New ESP Device found - ESP8266 WiFi Relay V3.1
Replies: 3
Views: 5844

Re: New ESP Device found - ESP8266 WiFi Relay V3.1

Is the Flash Size 512/1024 or 4096?
by timsson
25 Sep 2016, 23:23
Forum: ESP Easy: Software
Topic: Push button?
Replies: 0
Views: 1991

Push button?

Hello,
How can I realize a push button?
Or is this the the same problem like on a rotary?

Thanks
by timsson
25 Sep 2016, 01:19
Forum: ESP Easy: Software
Topic: HX711
Replies: 5
Views: 6044

Re: HX711

... a good description and library for a load cell
http://blog.squix.org/2016/07/esp8266-t ... art-1.html
by timsson
11 Sep 2016, 15:42
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 175869

Re: OLED Scrolling Display

... a litte bug:
If you use the same topic twice or 3 time - the oled show nothing :(
(i use openhab mqtt - R131, frameOled v0.4)
-----
Line 1: [sys#wifi]
Line 2: [sys#uptime]
Line 3: [sys#freeram]
by timsson
06 Sep 2016, 23:26
Forum: ESP Easy: Software
Topic: HX711
Replies: 5
Views: 6044

Re: HX711

+1 from me too :)
by timsson
25 Aug 2016, 10:06
Forum: ESP Easy: General Discussion
Topic: Reliability, Wifi & Mesh Network ...
Replies: 8
Views: 19707

Re: Reliability, Wifi & Mesh Network ...

:o where can i find the libraries to testing the demoToy.ino (neopixel)? easyWebSocket.h easyWebServer.h P.S. - i found it at your github... and it works :), but not stabil - i will it testing longer --- yes it works stabil. Is there a posibility to get out the: wifilevel connection time and is it p...
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: 11552

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

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

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

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

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

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

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

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...