Search found 20 matches

by -macke-
06 Jun 2020, 19:49
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

You can add four different MQTT "device'" and the script will found all values if you are using unique value names.

Then you just had du add a clear screen and add a timer ( time.sleep(sec) ) before switching to next dashboard.
by -macke-
06 Jun 2020, 17:15
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

Good to hear it works :) Hope you can get some use for it..
by -macke-
06 Jun 2020, 14:58
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

I have used python 3.7 so could be that...
by -macke-
06 Jun 2020, 14:34
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

you just hade change these values... for example: ['Kwh/Day'] should be ['rain'] in your case and so on... kwh = esp_values['Kwh/Day'] #add value names here... temp_outside = esp_values['TempOutside'] #add value names here... temp_bedroom = esp_values['TempBedroom'] #add value names here... soil_sen...
by -macke-
06 Jun 2020, 14:03
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

Sorry, forgot to mention that.. you need to install the module requests

Pip install requests
by -macke-
06 Jun 2020, 13:13
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

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
by -macke-
05 Jun 2020, 22:45
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

Good to hear it’s working :)

You can’t send that commando from another browser. The browser don’t know what that is [imp#t]
by -macke-
05 Jun 2020, 19:29
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

Great!

Just change here for a new line... you set the position pixel by pixel.

tft,txtfull,0,15,2

0=X axis
15=Y axis

If this doesn’t help you I had to clean up my script a bit before I can share it ;)
by -macke-
05 Jun 2020, 17:40
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

I'm updating my display with a Python script running on another server... But it should work with rules... I think it should be something like this... but I can't get it to work... on Clock#Time=All,**:00 do //update every 10min SendToHTTP http://<yourIP>,80,/control?cmd=tft,txtfull,0,0,2,RED,[MQTT#...
by -macke-
04 Jun 2020, 08:10
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 46782

Re: ILI9341 seems to work in new firmware

Just install ESP_Easy_mega-20200426_custom_ESP8266_4M1M.bin from "Release mega-20200426 "and you will find both ILI9341 and MQTT-import. Works fine :)
by -macke-
10 Jun 2019, 08:09
Forum: ESP Easy: Hardware
Topic: Soil moisture sensor
Replies: 2
Views: 11377

Re: Soil moisture sensor

Great! Thanks for you fast reply :)
by -macke-
09 Jun 2019, 22:20
Forum: ESP Easy: Hardware
Topic: Soil moisture sensor
Replies: 2
Views: 11377

Soil moisture sensor

Hello!

Can’t find this sensor on newer ESPEasy Mega. Is it gone?

https://www.letscontrolit.com/wiki/inde ... _sensor%22
by -macke-
19 May 2017, 09:28
Forum: ESP Easy: Hardware
Topic: OLED 2.42"
Replies: 16
Views: 27529

Re: OLED 2.42"

Thanks for all your help Costo!

Thanks Toffle for the tips about the other OLD aswell :)
by -macke-
15 May 2017, 23:00
Forum: ESP Easy: Hardware
Topic: OLED 2.42"
Replies: 16
Views: 27529

Re: OLED 2.42"

Thanks for your awnser. I could now find the display in ESP Easy and I got some light. But I could not put back 17 to R15.. it was to smal.. how did you managed that?
by -macke-
20 Apr 2017, 13:02
Forum: ESP Easy: Hardware
Topic: OLED 2.42"
Replies: 16
Views: 27529

Re: OLED 2.42"

Thanks for your answer, that explains why it don´t work.

I searched the forum but could not find a solution. Anyone else how have managed to get this OLED to work?
by -macke-
19 Apr 2017, 16:04
Forum: ESP Easy: Hardware
Topic: OLED 2.42"
Replies: 16
Views: 27529

OLED 2.42"

Hello!

Has anyone tried this OLED: https://www.aliexpress.com/item/Wholesa ... sstype=600

I cant get it work. Nothing happens when I tired it :(
by -macke-
12 Sep 2016, 08:18
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 71864

Re: MQTT Import

namirda wrote:Hi,

You can delete string2float from extra_utilities - the function is duplicated in MQTT Import.
Thanks :) Now it´s working!

This plugin was excatly what I was looking for. Great work :)
by -macke-
09 Sep 2016, 16:40
Forum: ESP Easy: General Discussion
Topic: MQTT Import
Replies: 50
Views: 71864

Re: MQTT Import

Hello! I get this error when trying to install the plugin: I have Extra_Utilities in the same catalog: C:\Users\Macke.BLUEBERRY\Documents\Arduino\libraries\ESPEasy\_P210_MQTTImport.ino: In function 'float string2float(String)': _P210_MQTTImport:450: error: redefinition of 'float string2float(String)...
by -macke-
04 Sep 2016, 23:13
Forum: ESP Easy: General Discussion
Topic: Subscribe MQTT
Replies: 4
Views: 6164

Re: Subscribe MQTT

Thanks for your answer! I think the MQTT import would be perfect for me. But I hade som problem to installed. I get this error when I compile it (first time I install a plugin in so my av done something wrong) WARNING: library LiquidCrystal_I2C-master claims to run on [avr] architecture(s) and may b...
by -macke-
03 Sep 2016, 21:56
Forum: ESP Easy: General Discussion
Topic: Subscribe MQTT
Replies: 4
Views: 6164

Subscribe MQTT

Hi

I want to subscribe to a MQTT message from another program like this: temperature/outside. Then I want to display the value on my LCD 2004. Is the possible?