Search found 230 matches

by megamarco83
28 Feb 2022, 15:45
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 11512

Re: help on rules from tasmota to espeasy

can you please test my code? on pcf_73_camera_dx#State=0 do timerSet_ms,1,300 endon On Rules#Timer=1 do if [pcf_73_camera_dx#State]=1 event,toggle else timerSet,2,1 endif endon On Rules#Timer=2 do if [pcf_73_camera_dx#State]=0 if [var#1]=0 event, dimmerplus else event, dimmerminus endif timerSet_ms...
by megamarco83
28 Feb 2022, 13:46
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 11512

Re: help on rules from tasmota to espeasy

your code is not quite right. to call an event you have to do it like this: event, dimmercommand+ //not so good event, dimmerplus //better ...and it is always good to avoid characters like + because they serve a function in rules (i used it only as pseudocode....fixed it in the last post) to react ...
by megamarco83
28 Feb 2022, 11:32
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 11512

Re: help on rules from tasmota to espeasy

On Button#State=1 do timerSet_ms,1,300 endon On Rules#Timer=1 do if [Button#State]=0 event,toggle else timerSet,2,1 endif endon On Rules#Timer=2 do if [Button#State]=1 if [var#1]=0 dimmercommand+ else dimmerecommand- endif timerSet_ms,2,1000 else let,1,![var#1] endif endon hi, thanks for your sugge...
by megamarco83
24 Feb 2022, 09:26
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 11512

Re: help on rules from tasmota to espeasy

it's a complex piece of code. Did you find the solution? drift hunters hi, unfortunately not ;( i'm still using tasmota for this device but i would like to move on espeasy because i have already an esp with espeasy that control other relays... to control the push button when it's single press => se...
by megamarco83
14 Feb 2022, 16:47
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

And you are sure the hardware is ILI9341? Other ILI9xxx types are not always compatible enough to display anything with that configuration, so you could try a build that includes P116, as that also has a couple of extra ILI9xxx configurations available. Available from this thread: https://www.letsc...
by megamarco83
14 Feb 2022, 11:37
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

ciao, thanks for feedback....i used the same config, but the only thing that i can do is regulate the brighness of the LCD nothing more
i can't be able to display nothing on my lcd :(
i not understand why... :(
i used the last FW that was posted here and i check ten times the connections pin
by megamarco83
13 Feb 2022, 23:07
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

hi, it's incredible i checked many times the connections but they seams correct i attach also the web paged of configurations, it also seams to be ok the issue is that i see the lcd turned on but all white, but i can display nothing on it :( Screenshot 2022-02-13 at 23-04-58 ESP_Easy.png Screenshot ...
by megamarco83
13 Feb 2022, 19:10
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Wiki wrote: 13 Feb 2022, 02:37 Grmpfl, I've mixed up MOSI/MISO.

YOU MADE MY DAY!

Works, Thank you. I will name you explicitly on my next bbq party as the responsible for the best meat I've ever grilled.
may i ask you how you connected wemos and LCD ?
what commands do you send to test the display?
thanks
by megamarco83
12 Feb 2022, 17:51
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 11512

help on rules from tasmota to espeasy

hi, i have a push button that is now on a tasmota device that make this: when it's single press => send command to power on the light => publish cmnd/dimmer/power TOGGLE when it is first time longpress => send the command to increase the dimmer => cmnd/dimmer/DIMMER + when it is second time longpres...
by megamarco83
11 Feb 2022, 17:08
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Ciao.
Same for me... I get some trials to make it working but i don't succeed on it :(
by megamarco83
11 Nov 2021, 16:28
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Good to know that the wiring is all fine, but still surprising that it doesn't work as expected. Hard to guess what is actually going wrong here, it is possible your display is broken in some way (I used to order stuff in pairs from Ali, just to avoid that situation, but the price of this display a...
by megamarco83
11 Nov 2021, 12:34
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

today i check the wire => use a multimeter and all are not broken (just test every cable continuity) then i try to use another esp8266 moving to a wemoss mini and i got same result so i try to use the latest fw in github...instead of using the fw provided by Ath just to give a try i used ESP_Easy_me...
by megamarco83
10 Nov 2021, 18:02
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

D3 is GPIO-0, which is pulled-up on the board. I don't know what state is needed to reset it, but it might be that the board never gets reset? D4 (GPIO-2) is often also used to control the onboard LED. So make sure it not assigned to control the status LED in ESPEasy. No idea what the "DC"...
by megamarco83
10 Nov 2021, 15:45
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Have you checked your wiring? Especially when using breadboard wires, these are known to often have quite poor connections. It is possible that the imprint on the board is wrong, and the SDI and SDO connections are swapped. I usually call this 'china quality', but it is a fact to account for when o...
by megamarco83
10 Nov 2021, 13:04
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Is the display completely black or can you see the backlight being activated? (That's the most common problem, IFAIK) You can connect the led connection to 3V3 (instead of D9) without worries, then it should be lit to max brightness. i can see the display backlight on (when it is connected to D9) a...
by megamarco83
10 Nov 2021, 01:16
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

So, I've switched to my development branch for P116 that also holds many improvements for the 2.4"ILI9341 display, so you will be a beta-tester for these improvements :D For an updated help, the Read the Docs link isn't updated yet, but you can find a pdf preview for ST77xx that explains most ...
by megamarco83
25 Oct 2021, 22:04
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

thanks Ath!
i'm waiting to receive the lcd to test your build!
thanks again....and unlucky to you i'll come back for sure with some question when i could use it :D
by megamarco83
21 Oct 2021, 15:22
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

for new lcd screen that i would like to use[/list] That is on an ESP32, right? yes, correct! actually i'm on espEasy build of mega-20210802 if i remember correctly i flashed: ESP_Easy_mega_20210802_normal_ESP32_4M316k-factory.bin can now update my esp32 with new build directly trough web page, so w...
by megamarco83
21 Oct 2021, 12:11
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Tell me what plugins you are using, and I'll try and create a special build for you in the evening (CET). hi, these are the plugin that i'm currently using: Screenshot 2021-10-21 at 12-05-57 BBQ_esp32.png so: Environment - Thermosensors Analog input - internal Generic - Dummy Device Display - OLED ...
by megamarco83
20 Oct 2021, 13:45
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

thanks!!!
i need to go back at home....i'll let you know this night
thanks for help
by megamarco83
19 Oct 2021, 23:59
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

mm that's a pity that display build not contain the thermocouple plugin...
i'm not able to compile espeasy build from zero adding plugin...there is a simple way to do it?
by megamarco83
19 Oct 2021, 23:33
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

hi, if i want to substitue my oled 1,3 inch with this one 240x320 2.4" SPI TFT LCD ILI9341without touch screen

https://www.aliexpress.com/item/3299280 ... lbex7&mp=1

it's supported by espeasy?
in can have better visibility with this one?

thanks
by megamarco83
10 Sep 2021, 19:51
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

When using a 'VCC' build, the analog input of the ESP is configured to measure the voltage of the CPU. That's quite a usable option for monitoring, I guess ;) Oh, and you can measure it using the SysInfo plugin But let le understand... How i can use the vcc pin to measure the voltage of cpu if i wi...
by megamarco83
10 Sep 2021, 19:16
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

thanks for information!
just a curiosity....with espeasy i guess that i can't monitor the charge level of power bank...correct?
by megamarco83
10 Sep 2021, 17:01
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

witch ones? :-)
and how i can calculate the mA needed to understand how big should it be to have an autonomy of 10hours?
by megamarco83
10 Sep 2021, 16:39
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Ah great :) Now good weather for testing. ciao! i got some test, it seams that all is working very good! i'm very happy and i would like to say thank you for your help! now i just thinking on a small upgrade :) i would like to have the possibility to power the esp with a rechargeable battery and al...
by megamarco83
03 Sep 2021, 00:12
Forum: ESP Easy: Hardware
Topic: touch sensor TTP223 and ESP32
Replies: 9
Views: 9660

Re: touch sensor TTP223 and ESP32

No it is a stabilized power supply 12v dc, so i guesst that a1117 could be used :) I prefer asm1117 because i find small board than 7805 :) But talking about power sources.... my father's house has an old domotic system (comelit simple bus) that works with 24v dc... So inside wall switches i have th...
by megamarco83
02 Sep 2021, 19:42
Forum: ESP Easy: Hardware
Topic: touch sensor TTP223 and ESP32
Replies: 9
Views: 9660

Re: touch sensor TTP223 and ESP32

ok thanks i think that i understand all....now i'll get a try :)
just last question for TTP223....if i had a power source of 12V DC can i use a ASM1117 to regulate 12v to 5v ?
thanks
by megamarco83
02 Sep 2021, 17:15
Forum: ESP Easy: Hardware
Topic: touch sensor TTP223 and ESP32
Replies: 9
Views: 9660

Re: touch sensor TTP223 and ESP32

thanks for support. but let me ask a stupid question: the "dafault mode" of TTP223 is active high. so it means that when i touch it, it will send 3v3 to GPIO21 of ESP32. as far as i know ESP32 (or ESP8266) will use active low (so if i use a mechanical push button, when i press it the GPIO2...
by megamarco83
02 Sep 2021, 14:58
Forum: ESP Easy: Hardware
Topic: touch sensor TTP223 and ESP32
Replies: 9
Views: 9660

Re: touch sensor TTP223 and ESP32

yes correct, but i need also to use GPIO21 :-)
so that's correct what i thought to use TTP223 ?
it has been needed the pull-up / pull down with ttp223 ?
thanks
by megamarco83
02 Sep 2021, 12:58
Forum: ESP Easy: Hardware
Topic: touch sensor TTP223 and ESP32
Replies: 9
Views: 9660

touch sensor TTP223 and ESP32

hi, i would like to use a TTP223 touch sensor on GPIO21 of my ESP32 nodemcu. i would like to use TTP223 as default ( active high) ttp223.png As far as i know GPIOs of ESP will work with active low...correct? if i will have the TTP223 far from ESP32 and i want to improve stability and avoid antennas ...
by megamarco83
01 Sep 2021, 18:44
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

hi, some improvements :-) i'm using ESP32 with espeasy of course, and ADS1115 for the 4 meat probes (NTC 100k) and MAX6675 with thermocouple type k for BBQ temperature. it works well, now i'll try to next in next bbq session :) thanks to all for contribute!!!!!!!! IMG_20210901_183945.jpg IMG_2021090...
by megamarco83
24 Aug 2021, 00:24
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Ok thanks again for you fast and very clear explanations. If i can ask for a favor... If you can check the Ads1115 plugin code to see if it is imolemented the "overstamping" to filtered incoming data and have a sort of average :) I'm completely lost on coding such as things... Last thought...
by megamarco83
23 Aug 2021, 23:37
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

ADS1115 is better I think, mainly because it is more predictable at the ends of the range and also that it is 16 bits. Ok understand about ADS can be more precise at the end of edge i guess you are referring to 4010 value of ADC... But in the middle range (i mean from 250 to 2100 ADC value) usage o...
by megamarco83
23 Aug 2021, 21:10
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

ok so now that i'm using temperatures from 25 to 95°C i guess that i'm ok.
my value of ADC at 23°C is 120 (value see in espeasy)
value of ADC at 93°C is 2105 (value see in espeasy)
what do you think?

p.s. better to use directly ADC pins of ESP32 or better to use ADS1115 ?
by megamarco83
23 Aug 2021, 16:54
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

mmm understand. i used NTC 100k and i add a resistance of 10k to GND like this: 3v3-----100k(thermistor)----A0----10k----GND in this case i see that using ESP32 around 110°C i see an ADC valure around 2400 that should be very close to the max of ADC.... if i would like to measure from 25°C to 250°C ...
by megamarco83
23 Aug 2021, 16:33
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

OK, so the probes seem to work fine. yes it seams so... Could be the chip of the MAX31855 is damaged, or the implementation needs a patch to work properly with these probes. I have no experience with them myself. mmm damaged chip could be but it's new, and seams to be strange that it not works...bu...
by megamarco83
23 Aug 2021, 14:15
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Do you have a multimeter which supports measuring temperature using a probe? Can you try to see what happens if you connect this probe you're now trying to use with your multimeter? unfortunately i don't have a multimeter with temperature support... :( so i can't make this test. Make sure to also t...
by megamarco83
22 Aug 2021, 21:27
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

A thermocouple generates a voltage when 2 different metals are connected to each other. This voltage depends on the temperature. So maybe you have to switch the 2 contacts of the probe? i thought that and i also tried it (just switch T+ and T-) ...but nothing better, i see positive values at this t...
by megamarco83
22 Aug 2021, 18:39
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Yes, that's the idea :D Have a nice holiday! hi, i'm back :) i received my MAX31855 and i connect it to may esp32 and set the connections: max - Esp32 sck - gpio18 cs - gpio21 so - gpio19 gnd -gnd vcc - 3v3 but i receive strange negative values...that continue to change... here the log with sensor ...
by megamarco83
10 Aug 2021, 15:09
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

P025 has a quite complex combination setup of either single-ended input (against GND) or a differential input (between AIN0/AIN1, AIN0/AIN3, AIN1/AIN3 or AIN2/AIN3), and though the plugin can be changed to handle all 4 inputs simultaneously, for now I choose to not try to change that setup, as I do...
by megamarco83
10 Aug 2021, 13:30
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

The ADS1015 is a 'less accurate' brother of the ADS1115, where the ADS1115 uses 16 bit resolution, the ADS1015 only has 12 bit resolution. For the rest they seem to be compatible. Largest difference between the current P025 ADS1115 plugin and the Playground P167 ADS1015 is that the latter supports ...
by megamarco83
09 Aug 2021, 23:10
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

so for you is it better (for my application) using esp8266 + ADS1115 or ESP32 ? i would like to have 3 or 4 ADC input to menage 3/4 NTC probes. looking at ADS1115 i see this: ADS1115_gain.JPG what is "gain" supposed to do? last...unfortunately i ordered (my mistake) one ADS1105 and not ADS...
by megamarco83
09 Aug 2021, 22:44
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

i'm testing ESP32 it seams that i need to calibrate again the NTC because the values of ADC that i receive are very different. i'm using same configuration: my thermistor is 100k and i used 10k resistor: 3v3-----100k(thermistor)----A0----10k----GND with esp8266 at 25°C i received 100 (looking at esp...
by megamarco83
09 Aug 2021, 12:55
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

The 16M version is meant for units with 16MByte of flash, which is not very common at this moment. So I guess you should probably use a version with "4M" in the name. well noted, thanks. i see that there aren't available bin file version for max (all plugins) with 4mb.... Also you mention...
by megamarco83
09 Aug 2021, 11:05
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Please be aware that you only use those GPIO pins connected to ADC1 on the ESP32 when measuring analog values. ADC2 is also used by WiFi so if you combine WiFi and analog values on those GPIO pins connected to ADC2 you will get very unpredictable results. ok, un derstand, thanks for pointed it out....
by megamarco83
08 Aug 2021, 10:07
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Yes i'm referring to var#1
So i can use 44 variables? From var#1 till var#44?
If i will move to esp32, i see that it has adc on gpio33 gpio34 gpio32 gpio35 gpio36 gpio39
In this case i can use directly these gpio instead of using ads1115 like in esp8266?
by megamarco83
06 Aug 2021, 18:58
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

I haven't used these chips, so I am not sure I can answer about what those chips exactly do for all the different thermo sensors supported. I also have to read the datasheets, or the plugin documentation: https://espeasy.readthedocs.io/en/latest/Plugin/P039.html#p039-page Have you browsed through t...
by megamarco83
06 Aug 2021, 00:23
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

I just pressed the "submit" button and then copied the URL from the browser, just like I suggested before. stupid me!!! i was looking inside the field "response of command" and i do not look at web brawser that changed and displayed the command! mmmmm sorry, i notice only now......
by megamarco83
06 Aug 2021, 00:14
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 47147

Re: bbq temperature and meat temperature

Have you tried testing your command via the command field on the tools page? Just tested it here and it resulted in this URL with the command: http://192.168.10.86/tools?cmd=oled%2C2%2C1%2CT%3D%5Bvar%231%5D how you obtained this? http://192.168.10.86/tools?cmd=oled%2C2%2C1%2CT%3D%5Bvar%231%5D ps. t...