Search found 10 matches

by frenesik
27 Apr 2018, 12:23
Forum: ESP Easy: General Discussion
Topic: Freeze ? Bug ?
Replies: 0
Views: 1633

Freeze ? Bug ?

Hello I turn to you because I have a problem that I can not find the solution. I have an ESP8266 with different sensor (dht22 / DS18B20 / MHZ18 / BH1750) everything works perfectly, I just encounter a problem when remonters info in MQTT domoticz, after a few hours the freeze module or I do not know ...
by frenesik
09 Dec 2017, 20:34
Forum: ESP Easy: Hardware
Topic: 2 esp easy and an OLED
Replies: 2
Views: 2590

2 esp easy and an OLED

Good evening,
Is it possible to display on a remote EASY ESP on another ESP EASY equipped with an oled?
by frenesik
09 Dec 2017, 20:31
Forum: ESP Easy: Hardware
Topic: MH-Z19B - MHZ19: Unknown response: 0 0 0 0 0 0 0 0 0
Replies: 30
Views: 26699

Re: MH-Z19B - MHZ19: Unknown response: 0 0 0 0 0 0 0 0 0

RX -> D6
Tx -> D7

And Esp Easy

1st GPIO -> D7
2nd GPIO -> D6
by frenesik
28 Nov 2017, 17:36
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

Re: [SOLVED] HC-SR04 and percentage value

This formula/equation in your device value would do the exact same thing: 100-100/12*(%value%-9) Or typed like this: (12+9-%value%)/12*100 Given that tank height is 12, and offset is 9. Oh a big thank you to you friend, it works niquel good I have not understood everything of the formula but it can...
by frenesik
28 Nov 2017, 16:37
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

Re: [SOLVED] HC-SR04 and percentage value

Thank you to you friend, but let's say in addition it had to remove a margin of height of the sensor compared to the level of tank. Still, easy in equations. Example: 121-3*(%value%-5) Where "5" is the margin removed. No need for a server in my opinion. :) Let's make the nodes report the ...
by frenesik
28 Nov 2017, 16:36
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

Re: HC-SR04 and percentage value

Re, I found a lua script for domoticz that does very well. THX Can you share the lua script? thanks -- Nom du capteur HC-SR04 depth_sensor = 'Niveau' -- Capteur à creer nom et id à modifier pct_sensor = 'Niveau cuve' pct_sensor_id = 1389 -- Hauteur total moins la marge (23 - 9 = 12) tank_height = 1...
by frenesik
28 Nov 2017, 13:25
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

Re: [SOLVED] HC-SR04 and percentage value

Thank you to you friend, but let's say in addition it had to remove a margin of height of the sensor compared to the level of tank.
by frenesik
27 Nov 2017, 08:53
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

Re: HC-SR04 and percentage value

Re,
I found a lua script for domoticz that does very well. THX
by frenesik
26 Nov 2017, 15:28
Forum: ESP Easy: Hardware
Topic: [SOLVED] HC-SR04 and percentage value
Replies: 14
Views: 12683

[SOLVED] HC-SR04 and percentage value

Hello, So I add an HC-SR04 module to tell me the tank level. I want to express this value in percent example: HC-SR04 % 7 100 40 0 Under arduino via val = map (val, 7, 40, 100, 0); I get there but through the rules I do not know how to express this value, if someone had a tutorial or a little help t...
by frenesik
21 Oct 2017, 11:02
Forum: ESP Easy: Hardware
Topic: Support SEN0161 ?!
Replies: 2
Views: 2953

Support SEN0161 ?!

Hello,

Are you planning to add the sen0161 (ph meter) module to the ESP easy project?

Sincerely, Yo.