Search found 17 matches

by Cino2424
05 Jan 2021, 22:06
Forum: ESP Easy: Software
Topic: How to delay in Rules
Replies: 4
Views: 3824

Re: How to delay in Rules

I think Octoprint will set the moment to shutdown. I will look if there is such an option for cooldown.
by Cino2424
05 Jan 2021, 21:19
Forum: ESP Easy: Software
Topic: How to delay in Rules
Replies: 4
Views: 3824

Re: How to delay in Rules

On shutdown do
gpio,5,0 //Prusa off
gpio,12,0 //Tronxy off
timerSet,1,15
endon

On Rules#Timer=1 do
gpio,4,0 //rpi off
endon

Will this work?

edit: it works, thanks
by Cino2424
05 Jan 2021, 20:18
Forum: ESP Easy: Software
Topic: How to delay in Rules
Replies: 4
Views: 3824

How to delay in Rules

On shutdown do
gpio,5,0 //Prusa off
gpio,12,0 //Tronxy off
delay 15000
gpio,4,0 //rpi off
endon

This delay doesnt work. How can I change it, that I have a 15 sec delay?

Its for a bash script on RPI for Octopi.
by Cino2424
17 Jul 2019, 23:09
Forum: ESP Easy: General Discussion
Topic: Send Value with UDP Send
Replies: 1
Views: 7178

Re: Send Value with UDP Send

solved
by Cino2424
16 Jul 2019, 21:52
Forum: ESP Easy: General Discussion
Topic: Send Value with UDP Send
Replies: 1
Views: 7178

Send Value with UDP Send

Hello Ich use a GUI called Serialcominstruments. It can receive Values with UDP. The Syntax is like #41M15< 41 is the Channel and 15 the Value. I can send in Rules this command and the GUI receives it correctly. But how can I send a Value from Device? I have a ultrasonic Sensor. I also use a formula...
by Cino2424
28 Feb 2019, 19:16
Forum: ESP Easy: Software
Topic: Serial port
Replies: 3
Views: 3892

Re: Serial port

I do it in this way

void tempread() {
float h = dht.readHumidity();
float t = dht.readTemperature();
char temp[] = "TaskValueSet,1,1,";
char hum[] = "TaskValueSet,1,2,";
Serial.print(temp);
Serial.println(t);
Serial.print(hum);
Serial.println(h);
}
by Cino2424
28 Feb 2019, 19:12
Forum: ESP Easy: Software
Topic: Serial Gateway between Arduino Board and ESP
Replies: 2
Views: 2287

Re: Serial Gateway between Arduino Board and ESP

In this way it worked.

Code: Select all

void tempread() {
float h = dht.readHumidity();    
float t = dht.readTemperature();
char temp[] = "TaskValueSet,1,1,";
char hum[] = "TaskValueSet,1,2,";
Serial.print(temp);
Serial.println(t);
Serial.print(hum);
Serial.println(h);
}
by Cino2424
24 Feb 2019, 12:43
Forum: ESP Easy: Software
Topic: Serial Gateway between Arduino Board and ESP
Replies: 2
Views: 2287

Serial Gateway between Arduino Board and ESP

For now I use an ESP to control my Boiler.

I use a switch and Input Pins and several DS18b20. For GUI I have Domoticz running.
But I want to use a TFT on Mega2560 for GUI.

Is it possible to send data over serial to the ESP?
by Cino2424
19 Dec 2018, 12:06
Forum: ESP Easy: General Discussion
Topic: send command via UDP message
Replies: 20
Views: 14052

Re: send command via UDP message

I think I have a device which sends UDP Messages, I can look later at work if this is correct.
by Cino2424
06 Dec 2018, 11:59
Forum: ESP Easy: General Discussion
Topic: Issue connecting ESP_Easy_0 SSID
Replies: 5
Views: 4740

Re: Issue connecting ESP_Easy_0 SSID

Look at serial monitor. You can give ssid and password manually
by Cino2424
06 Dec 2018, 09:21
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15975

Re: Rules Example for new feature doubleklick and longpress

It doesnt worked for me. But I think thats a Problem of my Sonoff touch. It is a Push button active high.
by Cino2424
04 Dec 2018, 19:03
Forum: ESP Easy: General Discussion
Topic: Rules Example for new feature doubleklick and longpress
Replies: 15
Views: 15975

Rules Example for new feature doubleklick and longpress

Hello I see the new longpress and doublecklick option for switches. I have a Sonoff Touch and 3 Lamps with espeasy in my livingroom. In my bedroom I also have to Sonoff Touch. One is directly conntected to the lamp and with the other Sonoff Touch I controll the lamp too over rules. on touch#switch d...
by Cino2424
16 Oct 2018, 07:05
Forum: ESP Easy: Hardware
Topic: How does a rotary encoder works in esp?
Replies: 2
Views: 2294

Re: How does a rotary encoder works in esp?

I understand the min max value. But not the count. How much will increase the turn at 360°?
But for now I cant look at my ESP. Must wait till I´m at home.
by Cino2424
16 Oct 2018, 00:34
Forum: ESP Easy: Hardware
Topic: How does a rotary encoder works in esp?
Replies: 2
Views: 2294

How does a rotary encoder works in esp?

So is it right that it is a counter? It starts at 0 and when i turn rights it add 1 and at left subtract 1. What does pulse per cycle mean? 1 for 360 degrees? So at 4 ppc every 90 degrees 1 pulse? And last question. The min max. when I set 0-3 than i can have 4 pulses. But what happens when I reach ...
by Cino2424
14 Oct 2018, 23:23
Forum: ESP Easy: Software
Topic: LCD2004 several pages or a menu?
Replies: 1
Views: 1755

LCD2004 several pages or a menu?

Is it possible to have several pages? I know that I can do it with rules and events. But for now I have an rotary encoder with an built in switch. I have a LCD mounted on my boiler with an encoder. I have several DS18b20 which I send to Domoticz. I would have something like pages on lcd and use the ...
by Cino2424
30 Sep 2018, 16:39
Forum: ESP Easy: General Discussion
Topic: Longpulse with ground switch relayboard
Replies: 1
Views: 1873

Longpulse with ground switch relayboard

I have a Question.

I got a 2 Channel Relayboard which controls the relay with ground, Is it possible to use longpulse command with it?
I want that it changes from 0 to 2 after time.