Search found 230 matches

by megamarco83
06 Aug 2021, 00:01
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

About the command you try to do, can you test it by pasting it in the command field on the tools page? This allows you to test if it is working and also will generate an URL just how you need it including the correct HTML escaped characters. yes i tested, sorry to forgot to report. oled,2,1,T=[var#...
by megamarco83
05 Aug 2021, 08:31
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

Not sure why the [var#1] is not working if you enter it via HTTP. Could be that it just got messed up by the URL encoding. You can also try %v1% as it is a short code for [var#1] without the option to format it as we discussed before (nr. of decimals) I don't know what the # and [] will be turned i...
by megamarco83
04 Aug 2021, 22:34
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

thanks for your help. right now i'm playing a bit with mqtt and yes, i had to implement a second mqtt controller inside espeasy and set it as OpenHAB MQTT using http commands i do not succeed on my test to update oled with a variable. is it possible do something like: http://192.168.0.138/control?cm...
by megamarco83
04 Aug 2021, 16:40
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

thanks again for your support, now i have material to try test it :) just last question for today, i'm testing what i have done right now with an oled and i suceed on display what i need. now the question is, can i use http or mqtt to update the oled using some parameters that are coming from domoti...
by megamarco83
04 Aug 2021, 15:56
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

If you measured the resistance using a multimeter, the result will for sure be incorrect. If you used the values measured by the ESP, the correction will probably be correct for those 3 points you used, but no idea if the rest will be correct, nor what the error will be. no i used value displayed b...
by megamarco83
04 Aug 2021, 15:14
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

First the rules part. %value% is not correct, you need %eventvalue1% let,4,ln(%eventvalue1%) //ln(R) let,5,([var#2])*([var#4])) //B*ln(R) No need for the braces and you have one too many let,5,[var#2]*[var#4] //B*ln(R) you are right now it's working! thanks! now i calibrate new coefficient A B C us...
by megamarco83
04 Aug 2021, 12:57
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

i see that they are thermistors, and it seams that they are 100k so i connect a 10k resistor and from A0 to GDN and this thermistors from A0 and 3v3 now i have taken some values (without the resistor, just measuring from jack connector of the probe to build the curve of the sensor) https://www.think...
by megamarco83
04 Aug 2021, 01:04
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

Re: bbq temperature and meat temperature

hi, it's me again. i have at home one probe from a digital thermometer that's like this: https://www.amazon.com/gp/product/B07L4TQC4B?pldnSite=1 i guess that's a thermistor. how i can read temperature value from it? i thought to use ADC pin of esp8266 and create a task as "analog input" bu...
by megamarco83
28 Jul 2021, 16:13
Forum: ESP Easy: General Discussion
Topic: bbq temperature and meat temperature
Replies: 105
Views: 50165

bbq temperature and meat temperature

hi, i would like to use espeasy with a esp8266 (nodemcu) to monitor my bbq temperature and my meat temperature. i thought to use thermocouple type k with MAX31855 or max6675. are both supported? what's the best choice? i'm looking for these sensor: https://nl.aliexpress.com/item/1005002276926323.htm...
by megamarco83
25 Mar 2021, 19:47
Forum: ESP Easy: General Discussion
Topic: EVENT: pcf_73_camera_dx#State=-1
Replies: 4
Views: 4432

Re: EVENT: pcf_73_camera_dx#State=-1

Ath wrote: 24 Mar 2021, 17:07 If you set up a non-connected port for monitoring, does that also generate these 'State=-1' events?
hi, no, it is generated only with monitor, with a task this not happened.
by megamarco83
24 Mar 2021, 02:01
Forum: ESP Easy: General Discussion
Topic: EVENT: pcf_73_camera_dx#State=-1
Replies: 4
Views: 4432

Re: EVENT: pcf_73_camera_dx#State=-1

UPDATE: itry to avoud usage of tasks and use only monitor: on System#Boot do monitor,pcf,76 monitor,pcf,73 monitor,pcf,74 endon on pcf#73=0 do Publish cmnd/tasmota_156/power12,'2' // tasmota toggle pcf1 relay9 Publish cmnd/dimmer/power1,'2' // tasmota toggle luce dimmer camera endon on pcf#74=0 do P...
by megamarco83
24 Mar 2021, 01:57
Forum: ESP Easy: General Discussion
Topic: EVENT: pcf_73_camera_dx#State=-1
Replies: 4
Views: 4432

EVENT: pcf_73_camera_dx#State=-1

hi, i'm using PCF8574 where i connect touch sensor ttp223 used as puch button active low. i create a task for port78 for example and named and create a rule that send out a mqtt message when the push button is pressed: on System#Boot do monitor,pcf,76 endon // rules related to tasks on pcf_73_camera...
by megamarco83
27 Aug 2020, 11:58
Forum: ESP Easy: Software
Topic: Hardware Watchdog Reboots and send data to LCD from a json
Replies: 3
Views: 5633

Re: Hardware Watchdog Reboots and send data to LCD from a json

I guess start of September last year was just a few weeks before the issues with WiFi reconnects were (finally) fixed. So for the WDT reboots, I would suggest to use a later build, at least some build of late September, begin of October 2019. hi TD-er, related to suggestion of using some build of l...
by megamarco83
27 Aug 2020, 10:05
Forum: ESP Easy: Software
Topic: Hardware Watchdog Reboots and send data to LCD from a json
Replies: 3
Views: 5633

Hardware Watchdog Reboots and send data to LCD from a json

hi, i have two kind of issue: 1) i'm on espeasy bin = ESP_Easy_mega-20190903_normal_core_241_ESP8266_4M1M.bin System Libraries = ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support i receive very frequently randomly reboot, and the reason is: Reset Reason: Hardware Watchdog i neve...
by megamarco83
16 May 2020, 19:25
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 16021

Re: Rules Example for new feature doubleklick and longpress

Obviously you'll need to amend based on your switch names/values, MQTT topics and if you're using other timers. If you don't want MQTT I'm sure other actions/rules could be worked into this. Hope this is helpful for someone! hi, thanks for sharing, i tested using monitor to save tasks on devices we...
by megamarco83
04 May 2020, 13:58
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

These relays trigger (depending on the version) with "low", so why you ask for high trigger buttons? (basically a button) The Buttons in your installation will never trigger the relay directly. Thats the essential part of home automation, to split trigger and actuator/relay completely wit...
by megamarco83
03 May 2020, 20:38
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

For testing i connected 2x8 port on one 16 channel MCP and i tested also 2 different MCP. That worked fine. (I had one problem, I messed up one solder point and there was no connection one 1 pin) You should be able to trigger all the relay's with a manual ground connection, maybe do this first. i u...
by megamarco83
03 May 2020, 14:36
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

As far as i know Tasmota works "best" with an MQTT Server backend. I would recommend that you dive into the topic of a central Home-Automation "Hub", which collect all sensors and controls all outputs. I will probably go in the direction of ioBroker, because it support a lot (al...
by megamarco83
27 Apr 2020, 12:49
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

Consult the docs for pcf8574 for the wiring specific things like /int. a0,a1,a2 connect to ground or vcc depending on the i2c address you want to use, again see the docs. i read it: https://datasheet.lcsc.com/szlcsc/NXP-Semicon-PCF8574T-3-518_C7605.pdf but sorry, i'm not so skilled in electronic......
by megamarco83
20 Apr 2020, 17:22
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

for example:i chosed PCF8574T SOIC-16 and the pins: a0;a1;a2 will be connected to VCC or GND ? i find some different usage.... where should i connect int pin ? is it correct to put condensator 100n from VCC and GND of pcf8574 ? the connection of pull down resistors is correct? i will use toe socket ...
by megamarco83
20 Apr 2020, 00:18
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

hi, i finalize to add two resistor.
can please someone check the wiring and very if all is ok?
thanks so much to all
espeasy.png
espeasy.png (142.1 KiB) Viewed 42175 times
espeasy2.png
espeasy2.png (29.63 KiB) Viewed 42175 times
by megamarco83
19 Apr 2020, 21:40
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

hi David, thanks for suggestion!!!!! i used a 4.7k, so you suggest, if i use two resistors, to use two identical resistor? for exmple 1k both? and..... last point...."noooooooo" i just finished the layout :( :( kill my self, redo all from begin...two days spent on it :-)) ....but i'm very ...
by megamarco83
19 Apr 2020, 19:32
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

hi to all.... i thinked a board that can allow using this heather pin female: https://it.aliexpress.com/item/32861400498.html?spm=a2g0o.productlist.0.0.1c5173f1xiCXcd&algo_pvid=ff70cf0c-f6a6-4d6c-b353-b22e8c994300&algo_expid=ff70cf0c-f6a6-4d6c-b353-b22e8c994300-22&btsid=0ab6d695158731713...
by megamarco83
18 Apr 2020, 20:47
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

I'd go for a pull-up resistor on any input GPIO, and use the button to pull it down to 0, that's way more reliable, the internal pull-ups in ESP's are between 30k and 100k so I'd use external pull-ups of 2.2 or 4.7k on the long cables to avoid spurious interferences simulating a button-press. thank...
by megamarco83
18 Apr 2020, 17:32
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

Putting all nodemcu's in the central junction box, then adding a (higher powered) PSU there is a proper solution, not much voltage-drop to expect. Also the relays should be in that junction box, switching mains power for lights and blinds-motors. that's what i want: 1 common place for 1st floor wit...
by megamarco83
18 Apr 2020, 16:15
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

Quite a project :D Have you considered products like Shelly switch/dimmer? You need to be careful mixing low voltage GPIO's with 110/230V. There are some strict rules when e.g. having mixed cables in the walls. Also it's true that ESP8266 doesn't consume much current, but if you have many on the sa...
by megamarco83
18 Apr 2020, 16:12
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

:D :D :D :D :D :D :D :D :D :D coorect, but they cost 20euro :) and has 4ch nodemcu+8ch relay cost 8euro and has 8ch :-) joke apart....i'm struggle and afraid mayor about power supply of 5v. i'm afraid about voltage drop that i can have using long wires and also the connection of input gpio of 3,3v-0...
by megamarco83
18 Apr 2020, 15:49
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

Re: wiring new house for espeasy and power supply

TD-er wrote: 18 Apr 2020, 15:39 Why not using Sonoff devices?
There are also DIN rail plates for the Sonoff units, so you can mount them to a DIN rail.
because to controll this numbers of relays and input i need 12 nodemcu that has 9 usable GPIO
if i will use sonoff instead of nodemu i will need....thousand :)
by megamarco83
18 Apr 2020, 15:24
Forum: ESP Easy: Hardware
Topic: wiring new house for espeasy and power supply
Replies: 29
Views: 42338

wiring new house for espeasy and power supply

hi, in a new house, two levels: 1st 100 square meters, second floor 80 square meters. i would like to control lights, blinds, push button for lights+blind control, heater and colling elements. i would like to use the combination of espeasy and domoticz. roughtly i can consider: 16 relays for light 5...
by megamarco83
31 Mar 2020, 11:45
Forum: ESP Easy: Hardware
Topic: esp32 wroom problem on power supply
Replies: 9
Views: 27665

Re: esp32 wroom problem on power supply

There is an issue with some of these ESP32 boards. If I remember correctly, the fix was to add a delay before pulling up the EN pin on the ESP. So adding a capacitor + resistor should do the trick here. See: https://randomnerdtutorials.com/solved-failed-to-connect-to-esp32-timed-out-waiting-for-pac...
by megamarco83
29 Mar 2020, 15:35
Forum: ESP Easy: Hardware
Topic: esp32 wroom problem on power supply
Replies: 9
Views: 27665

Re: esp32 wroom problem on power supply

Hi, anyone that has this device and succeed on boot using vin and gnd pin? If i use usb, i do not have any problem, if i use vin and gnd many times it not boot and the led continue to flash, somw times, very rarely it boot using vin and gnd. With usb cable no issue. I try to put condensator between ...
by megamarco83
20 Mar 2020, 12:13
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

another question, is it possible withput a task for the pushbutton, use insede the rules the longpress action? //short press on SW1#state=0 do .... //long press on SW1#state=10 do .... That's were you need to start monitoring the MCP pins on boot on System#Boot do monitor,mcp,1 monitor,mpc,2 monito...
by megamarco83
19 Mar 2020, 14:24
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

thanks for explanations but....at least i need to have inside the task for every relay, otherwise how i can set the IDX of domoticz? i mean i have to comunicate to domoticz the status, and if i trigger the relay in domoticz, espeasy should be aware of that and should trigger in proper way the relay....
by megamarco83
19 Mar 2020, 13:04
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

but, another question related to MCP23017 if i wuold like to use it to control lights (on/off) and pushbuttons related to this, and send the status of relay to domoticz, so i can control the light using pushbuttons (gpio of mcp) or remotly using domoticz. how i can do if i have only 12 tasks? mcp ha...
by megamarco83
19 Mar 2020, 13:01
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

Hello RST : connect it to EPS gpio only if you have any reason to reset the MCP board. I never had the need. ITA, ITB those are interrupt pins. You can safely ignore them. A1 A2 A0 : are for the I2C address. No need to do anything if you only have 1 x MCP in the same I2C bus. -D ok, understand, tha...
by megamarco83
18 Mar 2020, 11:10
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

i mean where i should connect input and output considering GPIO of nodemcu and 16 gpio of MCP23017 ? I imagine you can hook it up in whatever way is easiest. Use it for relays and switches and you could free up some GPIO in the nodemcu for other uses. You only need 2 GPIO for the I2C bus. You can a...
by megamarco83
16 Mar 2020, 21:15
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

Why not use an MCP23017? 16 inputs or outputs or any mixture. Also much more output current available. hi, thanks for suggestion!! so now i have n°8 switches (input) and n°8 relay (output) every blind need 2ch relay and 2 switched, so with MCP23017 what configuration you suggest to control blinds? ...
by megamarco83
15 Mar 2020, 20:45
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

<r><QUOTE author="ThomasB" post_id="43033" time="1584301042" user_id="4091"><s>[quote=ThomasB post_id=43033 time=1584301042 user_id=4091]</s> Also:<br/> The relays will need to be logic level activated with input currents that do not exceed the PCF8574's recommended output currents: logic low activa...
by megamarco83
15 Mar 2020, 20:43
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

Re: nodemcu with 8input and 8output (pcf8574)

Not all GPIO pins on the ESP can be used for switches as some need to have a specific state at boot. (e.g. GPIO 0, 2 and 15) Also not all pins have a pull-up resistor (e.g. 15, 16) and not all can be used in interrupt driven code (e.g. 16) See the documentation: https://espeasy.readthedocs.io/en/la...
by megamarco83
15 Mar 2020, 19:31
Forum: ESP Easy: Software
Topic: nodemcu with 8input and 8output (pcf8574)
Replies: 16
Views: 13106

nodemcu with 8input and 8output (pcf8574)

hi, i need to have this setup: 8ch relay 8 switch input 1 nodemcu esp8266 not used serial i used this configuration: GPIO10 = d2 = switch1 GPIO5 = d1= switch2 GPIO4 = d2 = switch3 GPIO0 = d2 = switch4 GPIO2 = d4 = switch5 GPIO14 = d5 = switch6 GPIO12 = d6 = switch7 GPIO13 = d7 = switch8 SDA = GPIO3 ...
by megamarco83
27 Feb 2020, 12:01
Forum: ESP Easy: Software
Topic: Shelly 2.5 as roller blind controller
Replies: 5
Views: 12026

Re: Shelly 2.5 as roller blind controller

hi, thanks for reply. also the "venetian" blind has the same roller shutter motor, the difference is inside the blind itself. the normal blind can only go up or down the venetian blind can 1)inclinate up or down and 1)can go up or down as normal blind the only differences is inside switch:...
by megamarco83
27 Feb 2020, 01:13
Forum: ESP Easy: Software
Topic: send parameters to lcd, old version compared to new one
Replies: 3
Views: 5172

Re: send parameters to lcd, old version compared to new one

Hi Thomas yes i see, in fact i had to change my rules to send mqtt messages.

But now the problem is on bash script that i attached where i send combined commands with 'word' +value+'word'
by megamarco83
26 Feb 2020, 22:47
Forum: ESP Easy: Software
Topic: send parameters to lcd, old version compared to new one
Replies: 3
Views: 5172

send parameters to lcd, old version compared to new one

hi i have a nodemcu where i display some home consumption energy on a Display - LCD2004 i have an old version of 2019 september and i use this bash script to collect and send the datas: #!/bin/sh ### lcd curl -s http://192.168.0.198/control?cmd=lcdcmd,clear curl -s http://192.168.0.153/control?cmd=l...
by megamarco83
26 Feb 2020, 22:19
Forum: ESP Easy: Software
Topic: Shelly 2.5 as roller blind controller
Replies: 5
Views: 12026

Re: Shelly 2.5 as roller blind controller

wow, compliments! you did a very good job! some question from my side. do you have normal blinds, or venetian? maybe could be usefull to add the control of venetian blind, that is mainly the same, but with venetian you can control the inclination of venetian simpy pressing the wall switch1 for 1 sec...
by megamarco83
22 Feb 2020, 23:49
Forum: ESP Easy: Hardware
Topic: esp32 wroom problem on power supply
Replies: 9
Views: 27665

Re: esp32 wroom problem on power supply

sure, those are the three files: esp32.zip maybe someone that has the appropriate knowledge should very if those file are correct and updated or if there are some new :-) regarding capacitors, i find these three in my house...i tested everyone but the powering issue is not solved...why? :( IMG_20200...
by megamarco83
22 Feb 2020, 23:15
Forum: ESP Easy: Hardware
Topic: esp32 wroom problem on power supply
Replies: 9
Views: 27665

Re: esp32 wroom problem on power supply

thanks for suggestion, monday i'll buy some capacitors 1uF and i'll try. i see your linked post, but what does it mean: The correct thing would be to change the original booting software. But adding a capacitor 1uF ceramic between EN and GND works also. ??? when i flash espeasy i use esp32 download ...
by megamarco83
22 Feb 2020, 18:18
Forum: ESP Easy: Hardware
Topic: esp32 wroom problem on power supply
Replies: 9
Views: 27665

esp32 wroom problem on power supply

hi, i have three different ESP32 bought on aliexpress. i fash them with espeasy without any problem, but i have a strange behavier when i power on them. if i use usb cable, no problem at all. if i use pin Vin and GND with a poer regulator of 5V i can see the web page of espeasy. for sure is not the ...
by megamarco83
09 Nov 2019, 10:27
Forum: ESP Easy: Software
Topic: frequently blocking/rebooting
Replies: 5
Views: 8105

Re: frequently blocking/rebooting

I have about 30 esp8266 at home. With a local serveur , i periodically check that all are responding. I had a lot of issues with some of them as they often disconnect and reconect. Since I forces all m'y Wifi AP tranmitters(4) at home to work in Wifi 802.11n only and not mixed mode b/g/n, the compl...
by megamarco83
16 Oct 2019, 14:57
Forum: ESP Easy: Software
Topic: frequently blocking/rebooting
Replies: 5
Views: 8105

Re: frequently blocking/rebooting

hi, i copy the info about the building: Build:⋄ 20103 - Mega System Libraries:⋄ ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support Git Build:⋄ mega-20190903 i use fixed wifi channel i do not think that the problem is related to a bad connection, close to my esp there are two othe...
by megamarco83
16 Oct 2019, 14:19
Forum: ESP Easy: Software
Topic: frequently blocking/rebooting
Replies: 5
Views: 8105

frequently blocking/rebooting

hi, in this ESP (nodemcu) i still have many blocks. ESP can't be reach and i have to power off and reboot manually to become working. it happen every 3 days. but i see that also during the day i have at least two automatic reboot. Close to this ESP i have other two and only this one has this problem...