Search found 30 matches

by nobody@all
31 Mar 2024, 00:36
Forum: ESP Easy: Software
Topic: How to set up value open/close
Replies: 7
Views: 5458

Re: How to set up value open/close

I finally know why my wife is always angry at me - I think I'm doing it quickly but in real two year passed like a one day :D this code on Door_sensor#State do if %eventvalue%=0 Publish,homedoor_1/Door_sensor/State,CLOSE else Publish,homedoor_1/Door_sensor/State,OPEN endif endon work great. thank Yo...
by nobody@all
29 Mar 2024, 00:18
Forum: ESP Easy: Software
Topic: How to set up value open/close
Replies: 7
Views: 5458

Re: How to set up value open/close

after almost one year :oops: i have back to this topic. In link which you posted I found what you meaned. C: 0 => “CLOSE” 1 => “ OPEN” c: 0 => “CLOSED” 1 => “ OPEN” I have been tried something like this: on Door_sensor#State do Publish,homedoor_1,Door_sensor,State,[switch#state#C] endon but in [swit...
by nobody@all
11 Dec 2023, 00:58
Forum: ESP Easy: Software
Topic: Espeasy relay after reboot is on.
Replies: 3
Views: 2774

Espeasy relay after reboot is on.

Hello. Using espeasy mega-20231130, I have added devices : Switch and relay and servo. 1) Device config is: Switch input - Switch Name -switch Internal pullup - marked Gpio 12 switch type: switch Switch button type: Push button active low debounce 50ms. 2)Device config is: Switch input - switch Name...
by nobody@all
10 Dec 2023, 21:49
Forum: ESP Easy: Projects / Applications
Topic: Android battery level over mqtt in espeasy.
Replies: 2
Views: 2555

Re: Android battery level over mqtt in espeasy.

Thank You for reply, thank You Very much!
I will try in free moment of time.
:P
by nobody@all
08 Dec 2023, 17:45
Forum: ESP Easy: Projects / Applications
Topic: Android battery level over mqtt in espeasy.
Replies: 2
Views: 2555

Android battery level over mqtt in espeasy.

Hello:) Does somebody tryied reading battery status from phone or tablet ? I want to use old tablet for lcd screen but it will be not offen use and for safety i don't want to have still battery charger connected to it. My idea is to read every 5min battery status and when it will be less than 20% us...
by nobody@all
15 Aug 2023, 15:32
Forum: ESP Easy: Software
Topic: Help with write rules for solar water heater
Replies: 4
Views: 810

Re: Help with write rules for solar water heater

Thank you for Your reply. I'am not programmer but learn from materials from youtube and internet and I try to understand your rules. 1. I use only one temperature sensor mounted on solar? 2. where did it came from [Water#temp]- should I create dummy device NAME Water, Values- temp? or add new sensor...
by nobody@all
15 Aug 2023, 10:56
Forum: ESP Easy: Software
Topic: Help with write rules for solar water heater
Replies: 4
Views: 810

Help with write rules for solar water heater

Hello. I have write some simple rules to control pump for my diy solar water heater. on Solar1#temp do if [Solar1#temp] > 30 gpio,5,1 //turn on gpio over 30deg endif if [Solar1#temp] < 27 gpio,5,0 //turn off gpio under 27deg endif endon This works but it is inefficient. My idea is to put one more se...
by nobody@all
02 Nov 2022, 00:19
Forum: ESP Easy: Software
Topic: How to enable plugin?
Replies: 2
Views: 1323

Re: How to enable plugin?

it worked, thank you for your help.
by nobody@all
01 Nov 2022, 23:13
Forum: ESP Easy: Software
Topic: How to enable plugin?
Replies: 2
Views: 1323

How to enable plugin?

Hello, How can I unblock or activate the plugin from the \ ESPEasy_ESP82xx_mega-20220809 \ source \ src folder
I mean the _P072_HDC1080.ino plugin which cannot be seen in devices / device on the configuration page on wemos d1mini ??
by nobody@all
21 Mar 2022, 22:25
Forum: ESP Easy: Software
Topic: How to set up value open/close
Replies: 7
Views: 5458

Re: How to set up value open/close

thank You! I will try:)
by nobody@all
20 Mar 2022, 13:11
Forum: ESP Easy: Software
Topic: How to set up value open/close
Replies: 7
Views: 5458

How to set up value open/close

Hi. Is it possible using Switch input - Switch to set value Open/Close not 0/1?
I'm trying to do the door lock status sending via mqtt to Nettemp. In nettemp i can receive status open/close.
by nobody@all
23 Dec 2020, 18:21
Forum: ESP Easy: Projects / Applications
Topic: 4way valve rules
Replies: 6
Views: 12365

Re: 4way valve rules

For 3 days I have been trying to come up with something from this code but unfortunately I can't. I need a hint, not a ready-made solution. Do I need config devices in Devices? I have only 2 devices: oled and ds18b20 named out and values temp What do I understand: On System#Boot do let,1,40 // Setpo...
by nobody@all
20 Dec 2020, 17:27
Forum: ESP Easy: Projects / Applications
Topic: 4way valve rules
Replies: 6
Views: 12365

Re: 4way valve rules

Thanks for the code, when I read it it makes sense but it doesn't work. Only after restarting, the esp opens or closes depending on the temperature Code after my modification (correctly set temperature reading and shorter testing time) On System#Boot do let,1,25 // Setpoint low let,2,28 // Setpoint ...
by nobody@all
16 Dec 2020, 16:26
Forum: ESP Easy: Projects / Applications
Topic: 4way valve rules
Replies: 6
Views: 12365

4way valve rules

Hello everyone. I have build using espeasy,arduino nano and sg90 servomotor 4way valve controller for my heating. arduino is responsible for servo support. One pin is for open and one is for close. On youtube i found rules for simple thermostat, I set it to my needs and it works great. When heating ...
by nobody@all
18 May 2019, 11:36
Forum: ESP Easy: Hardware
Topic: MPR121 touch sensor
Replies: 5
Views: 3888

Re: MPR121 touch sensor

Finally i found some old firmware on my laptop. mega-20180421 in test version there is MPR121 sensor and it work properly.
Only one issue- if we set up this sensor but do not connect it esp will not boot up.
by nobody@all
17 May 2019, 22:54
Forum: ESP Easy: Hardware
Topic: MPR121 touch sensor
Replies: 5
Views: 3888

Re: MPR121 touch sensor

IC on my board MPR121
IC in espeasy mega-20190511 -TTP229
but Plugin 062: MPR121 KeyPad says it should work properly but i don't see it in devices in espeasy.
by nobody@all
17 May 2019, 19:48
Forum: ESP Easy: Hardware
Topic: MPR121 touch sensor
Replies: 5
Views: 3888

MPR121 touch sensor

Hello!
Is this sensor Capacitive Touch Sensor Controller Module I2C keyboard
works with espeasy mega-20190511?
I found some information here and here but can't make it work.
Conneected :
SCL- GPIO12 (D6)
SDO- GPIO13 (D7)
Device- Keypad - TTP229 Touch
by nobody@all
16 Dec 2018, 20:03
Forum: ESP Easy: Software
Topic: Sonoff Basic which version ESPEasy?
Replies: 5
Views: 3886

Re: Sonoff Basic which version ESPEasy?

Can't you program it with your WiFi credentials instead of using the AP procedure? 4330 : WIFI : Connecting FunBox-8F32 attempt #1 and nothing happens. DONE! (You may disconnect the unit if you want.) ERROR: 0.0.0.0 is unresponsive. Unit number is 0.0.0.0, ping started. (If the post-flash stall, pr...
by nobody@all
16 Dec 2018, 19:06
Forum: ESP Easy: Software
Topic: Sonoff Basic which version ESPEasy?
Replies: 5
Views: 3886

Re: Sonoff Basic which version ESPEasy?

yes, i'm using flasher from package with firmware
Now i Checked- when i use NodeMCU flash software and ESPEasy_R120 with SPI mode DOUT - sonoff work ok. :?:
by nobody@all
16 Dec 2018, 18:34
Forum: ESP Easy: Software
Topic: Sonoff Basic which version ESPEasy?
Replies: 5
Views: 3886

Sonoff Basic which version ESPEasy?

Hello. I have tried all day to program Sonoff Basic espeasy and i could not make it to work. I have version ESP8266EX PN25F08B flash. In arduino says it's Flash ide size: 1048576 Flash ide speed: 40000000 Flash ide mode: DOUT Flash Chip configuration ok. Flash real id: 0014405E Flash real size: 1048...
by nobody@all
10 Jul 2018, 00:22
Forum: ESP Easy: Software
Topic: SolarTracker based on time- my first rules
Replies: 0
Views: 1699

SolarTracker based on time- my first rules

Hello. Using this forum and youtube I have been write (my first) some rules to control my water solar panel to trucking the sun. //gpio2- engine speed from East to West //gpio14- engine speed from West to East // on every boot setting solar to East (after reboot encoder state is 0 and we don't know ...
by nobody@all
02 Jul 2018, 14:04
Forum: ESP Easy: Software
Topic: Pulse counter do not send Total and Time
Replies: 1
Views: 2073

Pulse counter do not send Total and Time

Hello. using this topic I'm trying to send total and current power usage from my electricity counter to Nettemp monitoring system. Tried using mqtt, generic http advanced and the problem is this same- Sending only first value in my case elec. do not sending total and current. I have tried a few vers...
by nobody@all
28 Jun 2018, 23:23
Forum: ESP Easy: Software
Topic: Double count with pulsecounter, type rising, falling or low not working
Replies: 21
Views: 14452

Re: Double count with pulsecounter, type rising, falling or low not working

here is my schematic which I'am testing from three days and it's working very very good. during each rotation of the black bar in front of the sensor led blinks for 40ms. The diode I use only for test - if everything is ok. I do not use it -connect pin7 from lm393 directly to wemos d1mini. Resistor ...
by nobody@all
08 Apr 2018, 02:57
Forum: ESP Easy: Hardware
Topic: Energy meter counter
Replies: 2
Views: 3485

Energy meter counter

Hello, for the last few weeks I've been looking for the best readout for an analog electricity meter- and I finally found. It works great. Only problem is -how to connect it to esp? I have two problems: -The output is 4,2v -When detect black line in power meter led diode blink very short. What do Yo...
by nobody@all
01 Jan 2018, 20:54
Forum: ESP Easy: Software
Topic: Simple text after change gpio status
Replies: 6
Views: 4489

Re: Simple text after change gpio status

last question. When door change status locked/unlocked controller send two informations from controller publish /%sysname%/%tskname%/%valname% /ESP_Easy/switch/status 0 and door unlocked How to set up to see only door unlocked? edit my bad :twisted: i just erase topic and everything is ok.
by nobody@all
01 Jan 2018, 20:19
Forum: ESP Easy: Software
Topic: Simple text after change gpio status
Replies: 6
Views: 4489

Re: Simple text after change gpio status [SOLVED]

I did not think it is so simple :D my all rules on switch#status do if [switch#status]=0 gpio,12,0 endif endon on switch#status do if [switch#status]=1 gpio,12,1 endif endon on switch#status do if [switch#status]=0 Publish door,open endif endon on switch#status do if [switch#status]=1 Publish door,c...
by nobody@all
01 Jan 2018, 19:47
Forum: ESP Easy: Software
Topic: Simple text after change gpio status
Replies: 6
Views: 4489

Re: Simple text after change gpio status

ok. I spent all day trying to do something by my self and I am one step ahead. Using switch input and some rules: on wlacznik#status do if [wlacznik#status]=0 gpio,12,0 endif endon on wlacznik#status do if [wlacznik#status]=1 gpio,12,1 endif endon i can send via mqtt door status 0/1 (0-unlocked, 1-l...
by nobody@all
29 Dec 2017, 22:04
Forum: ESP Easy: Software
Topic: Simple text after change gpio status
Replies: 6
Views: 4489

Simple text after change gpio status

Hello! How can I send simple text to controller after change gpio status. What i want? see the status of my door key. When door are closed- switch is pushed on (i want to see locked) when door are open switch is pushed off (i want to se unlocked) what funktion should I use? switch? do i need for thi...
by nobody@all
10 Apr 2017, 11:27
Forum: ESP Easy: Software
Topic: Simple rules
Replies: 2
Views: 3450

Re: Simple rules

@maluko thank You very much:)
by nobody@all
09 Apr 2017, 23:38
Forum: ESP Easy: Software
Topic: Simple rules
Replies: 2
Views: 3450

Simple rules

Hello!
Can i please to write for me simple rules to espeasy that can turn on relay connected to GPIO2 every day at 10am and 10pm for 10s.
Best regards