Search found 14 matches

by RayPath
02 Jul 2023, 15:40
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Hi,

Many thanks, now working very well User Def 1 and 2
by RayPath
02 Jul 2023, 10:39
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Ok, today is Sunday time for family and friends :-) have a nice weekend
by RayPath
02 Jul 2023, 09:59
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Ok I tested thi firmware on my Wemos D1 min. I setup OLED Header: User defined 1 Header (alternative): User defined 2 and Interval: 5 sec I used http send command curl -s "http://192.168.1.42/control?cmd=oledframedcmd,userDef1,Test1" curl -s "http://192.168.1.42/control?cmd=oledframed...
by RayPath
02 Jul 2023, 09:12
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Thanks, I forgot about this :-)
by RayPath
01 Jul 2023, 19:53
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Ok many thanks, I have Wemos d1 mini and at current I see for this platform firmware is not available "Normal ESP8266 ...."
by RayPath
25 Jun 2023, 18:02
Forum: ESP Easy: General Discussion
Topic: ESPEasy Web flasher
Replies: 6
Views: 2734

ESPEasy Web flasher

Hi, I used from time to time web flasher which url address is on https://github.com/letscontrolit/ESPEasy but when I try today: https://td-er.nl/ESPEasy/ see on screen: You don't have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an Error...
by RayPath
14 May 2023, 14:31
Forum: ESP Easy: General Discussion
Topic: MQTT JSON problem
Replies: 3
Views: 754

Re: MQTT JSON problem

Thank you for replay. I understand that MQTT Import not support string values. but in future it will be nice to have and will be make big value to simple display on DISPLAY string values which are deliverable are via MQTT like IP address, device name, location etc Your second suggestion works :-) Th...
by RayPath
14 May 2023, 11:43
Forum: ESP Easy: General Discussion
Topic: MQTT JSON problem
Replies: 3
Views: 754

MQTT JSON problem

I send via MQTT Broker payload message as JSON : {"status": "start", "cal": "ZXAB", "gt": "2345"} In MQTT Import I setup JSON attribute and in log in log ESPEaasy 5083051: IMPT : MQTT fetched json attribute: status payload: start 5083051: I...
by RayPath
12 May 2023, 17:32
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Thank you for your reply I use Wemos D1 Mini with Battery shield where I can connect + Battery via 100 kOm resistor to A0 and I read on forum that I can get battery level with use firmware "*_normal_*" where I need add "Analog input - internal". So I suppose I can get level volta...
by RayPath
11 May 2023, 18:40
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

Since we sometimes use power on 3.7V batteries for Wemos D1 Mini it would be very useful to be able to display the status of the battery voltage whether in the form of a value such as 3.4V or an icon in the header as shown on the example OLEDs Maybe it would be useful to introduce, similar to the sy...
by RayPath
05 May 2023, 08:56
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

Re: OLED SDD1306 own info in header

In the code : https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P036_FrameOLED.ino#L375 here are defined system variables that can be displayed in the header where you should add for example USER1 or more USER2 etc. In rules, I have got IP address of external device which I am monitoring, and ...
by RayPath
04 May 2023, 15:56
Forum: ESP Easy: General Discussion
Topic: ESPEasy Display and SDD1306 framed
Replies: 2
Views: 665

Re: ESPEasy Display and SDD1306 framed

Thank you for explaining the display method on SDD1306, now it is clear to me

Regards
Waldek
by RayPath
04 May 2023, 13:42
Forum: ESP Easy: General Discussion
Topic: ESPEasy Display and SDD1306 framed
Replies: 2
Views: 665

ESPEasy Display and SDD1306 framed

Hi I am using ESPEasy DISPLAY with SDD1306 framed driver with text scrolling enabled. The displayed text is 2 lines and it is set that the "header" is hidden. When the text contains more than 19 characters per line it is truncated and not displayed. Is there any software/hardware limitatio...
by RayPath
01 May 2023, 10:40
Forum: ESP Easy: General Discussion
Topic: OLED SDD1306 own info in header
Replies: 17
Views: 1870

OLED SDD1306 own info in header

Hi,

Is it possible to add to the OLED Framed SSD1306 the ability to display in the "header" its own value of a variable such as %USER1%.
I would like to display IP address of remote device instead of system %ip% ip address. This IP address is sent via MQTT

Regards

Waldek