Search found 45 matches

by Quart
31 May 2023, 15:10
Forum: ESP Easy: Hardware
Topic: Vemos esp32 and lolin TFT 2.4 Should be easy
Replies: 6
Views: 1098

Re: Vemos esp32 and lolin TFT 2.4 Should be easy

Solved it !
Devices.JPG
Devices.JPG (69.66 KiB) Viewed 1075 times
hardware.JPG
hardware.JPG (67.84 KiB) Viewed 1075 times
by Quart
31 May 2023, 12:42
Forum: ESP Easy: Hardware
Topic: Vemos esp32 and lolin TFT 2.4 Should be easy
Replies: 6
Views: 1098

Re: Vemos esp32 and lolin TFT 2.4 Should be easy

I cant make it wrong ;-)
It works with Openhasp
shield.JPG
shield.JPG (40.73 KiB) Viewed 1082 times
by Quart
31 May 2023, 11:09
Forum: ESP Easy: Hardware
Topic: Vemos esp32 and lolin TFT 2.4 Should be easy
Replies: 6
Views: 1098

Re: Vemos esp32 and lolin TFT 2.4 Should be easy

Thanks for your answer.
But I think I got them wrong then.
My config looks like this.
Devices.JPG
Devices.JPG (96.19 KiB) Viewed 1090 times
hardware.JPG
hardware.JPG (122.08 KiB) Viewed 1090 times
by Quart
31 May 2023, 10:04
Forum: ESP Easy: Hardware
Topic: Vemos esp32 and lolin TFT 2.4 Should be easy
Replies: 6
Views: 1098

Vemos esp32 and lolin TFT 2.4 Should be easy

I have a Vemos D1 ESP32 and the lolin TFT-2-4 https://fr.aliexpress.com/i/32816065152.html?gatewayAdapt=glo2fra https://docs.wemos.cc/en/latest/d1_mini_shield/tft_2_4.html The TFT sits in the ESP as a shield It works fine in Openhasp but I wnat to use Espeasy because I have som other esp8266 witch I...
by Quart
07 Sep 2021, 13:38
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 25441

Re: Is it possible to use LCDs with ST7735&ST7739 controllers??

Thanks, got the screen to work.
But must I send a command for each value I need to show on the display.
I have OLED SSD1306/SH1106 Framed that I can easy tell what to show on screen when editing the screen
by Quart
04 Feb 2021, 18:21
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14292

Re: Plugin 095 - TFT

You will have to use rules to draw lines, write text, etc. Read all about it in the Read the docs link: https://espeasy.readthedocs.io/en/latest/Plugin/P095.html These commands can also be sent from an external source using http url's. Thanks I will test it out. But it looks to advanced for me. Is ...
by Quart
04 Feb 2021, 16:27
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14292

Re: Plugin 095 - TFT

Can anyone help sendning outputs to my screen.
I got the screen working.
But how do I put like a mqtt_import value on the screen ?
by Quart
14 Sep 2020, 11:17
Forum: ESP Easy: General Discussion
Topic: Generic pulse counter question
Replies: 5
Views: 5960

Re: Generic pulse counter question

I am planning to use my S0 on my meter for the heatpump like this.
Can you please share some screenprints on how you wrote the forula for the Watt.
Or is it like this %value%*3600/60/2 ?
What debounce value are you using?
by Quart
30 Jun 2020, 12:59
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Great !
Keep us updated when you move along with the TFT
by Quart
30 Jun 2020, 11:48
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

This is my config for D1 shield TFT
by Quart
30 Jun 2020, 08:32
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Will publish mine, give me a hour or two
by Quart
30 Jun 2020, 08:21
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Did you do as above with the python script?
by Quart
06 Jun 2020, 18:55
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Already have got a excellent dashboard with a 2.4" screen. Is it complicated to have it change between different dashboard? Planning to use these "bigger"screens to take the place from my other 4-5 smaller screens. And it would be nice to have like say 3-4 dashboard that the esp is di...
by Quart
06 Jun 2020, 15:42
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

YYYEEEESSSSS !!!! It works. Seems like it was the Python versions that was wrong. Did this for getting it to work. 1. Removed Python 2.7 and installed Python 3.8 2 Extracted your script and did nothing to the files except a. Inserted ip-adress in main.py b. added my sensor values ex. rain in main.py...
by Quart
06 Jun 2020, 14:51
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

AHH Now I understand Next problem, maybe to old Python (2.7) Traceback (most recent call last): File "C:\Users\k\Downloads\PythonScriptx\main.py", line 11, in <module> start_screen(ip) # Run "intro" File "C:\Users\kj\Downloads\PythonScriptx\start_screen.py", line 8, in ...
by Quart
06 Jun 2020, 14:29
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Yes done that. Now I am struggling with the esp_values This is how my sonsors in json looks like on my ESP. Is it temp_outside = esp_values['t'] #add value names here... Or how should it be written ? "Sensors":[ { "DataAcquisition": [ {"Controller":1, "IDX":0,...
by Quart
06 Jun 2020, 13:58
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Here is my python script. So can you try if it works for you aswell... Place all files in same folder. Then you had to do some small changes in main.py before you run main.py I changed IP settings and also found some "f" capital ifront och urllinks. But now I got his message: main.py"...
by Quart
06 Jun 2020, 11:55
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Sorry for more questions. You are right, browser dont work. Runned commands from curl and it works. All except the most important, the MQTT import values :D Tried this but only get errors curl http://192.168.1.102/control?cmd=tft,txtfull,0,0,2,RED,Temperature [imp#t] It displays Temperature (just th...
by Quart
05 Jun 2020, 21:53
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Once again, thanks !! I have got it working perfect when sending commands from ESP Easy tft,txtfull,1,1,2,BLACK,Utomhus temperatur [imp#t] C But when trying this from Chrome it just displays the text [imp#t] C and not the value from MQTT http://192.168.1.102/control?cmd=tft,txtfull,0,50,2,BLACK,Utom...
by Quart
05 Jun 2020, 19:14
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Thanks !! Tried just running this command from the esp. tft,txtfull,0,0,2,BLACK,Utomhus temperatur [imp#t] C In this case I got. Utomhus temperatur 12 C Now I need it to on a new line display :D tft,txtfull,0,0,2,BLACK,Rain [imp#rain]mm Can you share you script ? I have a ubuntu serer upnrunning so ...
by Quart
04 Jun 2020, 13:45
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Thats great.
Got it working.
On my other displays I can show data from MQTT easy with sttings in the display menu.
Now it seems like Commands must be use for getting text on display.
How do I get the display show example temp if I got MQTT imprt setup like this
by Quart
24 May 2020, 14:14
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Cant find it.
Too bad. I looked how I custum build a image but its to complicated for me.
Just have to wait until ILI9341 is included in image or try something else.
I only need a MQTT importer and the ILI9431 display to work.
by Quart
24 May 2020, 12:50
Forum: ESP Easy: General Discussion
Topic: How enable ILI9341 i ESP EASY
Replies: 4
Views: 8001

Re: How enable ILI9341 i ESP EASY

Thanks, but I must do something else wrong then
ili.JPG
ili.JPG (37.28 KiB) Viewed 7993 times
by Quart
24 May 2020, 11:47
Forum: ESP Easy: General Discussion
Topic: How enable ILI9341 i ESP EASY
Replies: 4
Views: 8001

How enable ILI9341 i ESP EASY

Hi
I have a Vemos TFT 2.4 shield attached to a D1 mini.
So all ceonnections mus be right.
I have enabled SPI, wiich I assume must be enabled with this screen?
But I cant find anywhere in ESP Easy that I can enable that display, in Device list the Display arent listed
Please help !
by Quart
23 May 2020, 22:51
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

Re: ILI9341 seems to work in new firmware

Ath wrote: 23 May 2020, 17:00 Well, the documentation is quite easy to find using standard Google fu, this page is pretty clear: https://petergodwin.wordpress.com/2016/ ... 266-board/

I just hope you haven't waited (or held your breath) for an answer all these days... :D
Thanks :oops:
by Quart
05 May 2020, 17:35
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 45906

ILI9341 seems to work in new firmware

I just read that the version mega-20200426 has support for ILI9341 displays
Has anyone tried it and maybe help howto wiring it up to a Vemos d1 mini?
by Quart
07 Jan 2020, 11:52
Forum: ESP Easy: Software
Topic: LWT messages how often
Replies: 1
Views: 3844

LWT messages how often

I have some Wemos D1 running esp easy. And now they are pretty important in my automation. When they startup they send a LWT message that confirms that they are online. But after that they dont send any more LWT messages. Can I change that? Working with Node-Red and am planning to use a flow for whe...
by Quart
15 Oct 2019, 17:30
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 51219

Re: Reboot inside rules?

Lifting this thread again One of my Wemos D1 looses ceonnection to my WIFI. On the display attached to the WIFI bars and SSID name dont show up. After unplug from powersource it works again. I wonder if a rule that send ping to my mqtt server or gateway and if no answer then reboot the wemos can be ...
by Quart
16 Sep 2019, 14:53
Forum: ESP Easy: Software
Topic: OUTPUT to one GPIO and INPUT on another GPIO
Replies: 2
Views: 6047

Re: OUTPUT to one GPIO and INPUT on another GPIO

I plan to set the ESP with in 10cm from the system with the circuit.
by Quart
30 Aug 2019, 13:25
Forum: ESP Easy: Software
Topic: OUTPUT to one GPIO and INPUT on another GPIO
Replies: 2
Views: 6047

OUTPUT to one GPIO and INPUT on another GPIO

I have a system that when in active mode it closes a circuit.
Can it be monitored by ESP Easy ?

Thinking like setting a gpio to output 3 volt and another gpio as input.
And when Input gpio got 3volt it sends a MQTT message

Can it be done ?
by Quart
23 Aug 2019, 09:22
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

Must say that Homey is a great product. Can connect and use a lot of things and get them to work togheter.
I got a push notice when someone push the doorbell, even got a mail with a picture taken from a webcam :D

Visit my webpage and see weahterdata and electric cosnsumtion etc
www.sundshult.se
by Quart
23 Aug 2019, 08:36
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

@dynamicdave yes it works, thanks for your help !
Have just tested with one led at the moment. Will try your setup above on a breadboard this weekend.
Testeded flow in my Homey, when someone press doorbell the led on ESP8266 turns on, wokred perfect
mqtt.JPG
mqtt.JPG (20.26 KiB) Viewed 14509 times
mqtt_1.JPG
mqtt_1.JPG (33.86 KiB) Viewed 14509 times
by Quart
22 Aug 2019, 18:09
Forum: ESP Easy: General Discussion
Topic: mqtt cant receive gpio command
Replies: 18
Views: 19302

Re: mqtt cant receive gpio command

Got it working now !!! The missing part for me was just this Topic: ESP_Easy/gpio/15 Message: 1 So now my Homey can post when a motion sensor is active and switch the diods on and when the zone is not active its turn the led off. Here is how i looks in Homey and also a test it, when doorbell is pres...
by Quart
22 Aug 2019, 12:44
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

I know how to publish messages the only thing I need is the message.

Something like this

MY_UNITS_NAME/gpio/15/on

or

MY_UNITS_NAME/gpio/15/off


mqtt.JPG
mqtt.JPG (17.04 KiB) Viewed 14587 times
by Quart
22 Aug 2019, 10:46
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

WIll change the /
I would prefer to send MQTT message with Homey.
So how can that message look like.
This how a another message is sent with Homey
WDtemp, rain etc is a variable coming from my weather station
mqtt.JPG
mqtt.JPG (52.38 KiB) Viewed 14616 times
by Quart
22 Aug 2019, 08:59
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

Once again a very good answer :!: :!: I have my Wemos connected to my Mosquitto and they are sending temp/hum and are importing (mqtt import) some messages from my mosquitto. I then show them on a oled display. So lets see if I got this right 1. I connect 2 leds to pin 15 (D8) on my Wemos 2. Post a ...
by Quart
21 Aug 2019, 20:57
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

I also have wemos d1 minis. Running ESP Easy.
I have node red running on a Ubuntu.
I also have a Homey (Homey.com) that Connects all my automation units.
What i need is the ”message” i that ESP reads for turning leds on and off
by Quart
21 Aug 2019, 16:54
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

Wow !! Thanks for a great answer.

I Will try that.

But how so I set a pin like Arduino to Hugh/low with mqtt
by Quart
21 Aug 2019, 14:57
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Re: Control some 5Volt leds with mqtt

Thanks for your answer. The models I make is scale 1/24 so I will probaly use 3mm leds as maximum. I have just finished a Scania scale 1/14 and used arduino and 5mm leds. But in my homeautoamtion I use 6-7 ESP8266 and they are great with there small size and WLan. Did a quick search for neopixel and...
by Quart
20 Aug 2019, 20:12
Forum: ESP Easy: Software
Topic: Control some 5Volt leds with mqtt
Replies: 21
Views: 14783

Control some 5Volt leds with mqtt

Maybe its easy but I a pretty new to ESP EASY.
I have some platsic models I want to put some 5 Volt led into.

Planning to use a presence sensor and when the sensor gets active it sends a MQTT message that turn leds on.

Can that be done ?
by Quart
30 Jul 2019, 21:41
Forum: ESP Easy: Software
Topic: MQTT Import with values inside {}
Replies: 3
Views: 6093

Re: MQTT Import with values inside {}

Thats smart, will do that to
by Quart
19 Jul 2019, 11:21
Forum: ESP Easy: Software
Topic: MQTT Import with values inside {}
Replies: 3
Views: 6093

MQTT Import with values inside {}

I want to use weather data sent på Weather-Displays application MQTT client to my Mosquitto. But Weather-Display can only publish messages with the values inside { } and ESP Easy dont like that. Can I do something in ESPEASY to fix that or can the values get changed with help of mosquitto or NodeRed ?
by Quart
16 Jul 2019, 11:54
Forum: ESP Easy: Hardware
Topic: TFT 2.4 Shield Wemos -- ILI9341
Replies: 0
Views: 10165

TFT 2.4 Shield Wemos -- ILI9341

I am running some EasyESP now and now I try the MEGA build.
I want this display to work, can it be done ?
https://wiki.wemos.cc/products:d1_mini_ ... 2.4_shield
by Quart
16 Jul 2019, 11:08
Forum: ESP Easy: Software
Topic: Where do I find MQTT Import
Replies: 2
Views: 5094

Re: Where do I find MQTT Import

It is at least included in the "mega" builds. You could also look for the "p2p controller" or "global sync" as it was called before. Then the ESP easy nodes can share data like when it was collected locally. WOW thats was realy fast answer, THANKS ! I will look at the ...
by Quart
16 Jul 2019, 10:25
Forum: ESP Easy: Software
Topic: Where do I find MQTT Import
Replies: 2
Views: 5094

Where do I find MQTT Import

Hi Searched the forum and found that a "device" called MQTTimport could help me get some functions I want. But it seems that I dont have the device in my ESPEASY build 147. Is the mqtt import gone ? I want to get temperature and humidity from my weatherstation and it sends MQTT to my Mosqu...