Search found 71 matches

by kniazio
05 Feb 2024, 23:54
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

The formula was written by a friend of mine. To keep the sensor wet, place it on a string immersed in a container of water. This design has been used in tobacco drying kilns for years
by kniazio
05 Feb 2024, 21:51
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

I did it this way: let,1,(exp((17.502*[Suchy#Temperature])/(240.97+[Suchy#Temperature])))*6.112 //Ed let,2,(exp((17.502*[Mokry#Temperature])/(240.97+[Mokry#Temperature])))*6.112 //Ew let,3,(1+(0.00115*[Mokry#Temperature]))*([Suchy#Temperature]-[Mokry#Temperature])*0.66875 let,4,((%v2%-%v3%)/%v1%)*10...
by kniazio
05 Feb 2024, 17:23
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

OK sir. Never mind. Regards.
by kniazio
05 Feb 2024, 17:07
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

on System#Boot do timerSet,1,1 endon   On Rules#Timer=1 do 7dt,[Suchy#Temperature] timerSet,2,3 endon   On Rules#Timer=2 do 7dt,[Mokry#Temperature] timerSet,3,3 endon On Rules#Timer=3 do TaskValueSet,Wilgotnosc,1,100*(exp((17.625*[Mokry#Temperature])/(243.04+[Mokry#Temperature]))/exp((17.625*[Suchy...
by kniazio
05 Feb 2024, 16:34
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Re: Humidty

The thermometer will not be immersed in water. It will be in contact with the wick immersed in water. This is how they measure humidity in tobacco dryers. I want to know how to calculate humidity using dry and wet bulb readings.
by kniazio
05 Feb 2024, 14:56
Forum: ESP Easy: General Discussion
Topic: Humidty
Replies: 12
Views: 741

Humidty

I have two DS18B20 thermometers, wet and dry. How to calculate humidity using these two thermometers?
by kniazio
23 Nov 2023, 14:03
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

Is there anything going on in the topic? )
by kniazio
20 Nov 2023, 18:23
Forum: ESP Easy: General Discussion
Topic: EspEasy sends data to Thingspeak in odd time intervals
Replies: 9
Views: 13320

Re: EspEasy sends data to Thingspeak in odd time intervals

I have tried both the thingspeak controller and sendtoHttp methods with thingspeak but both were not 100% reliable, sometimes updates were missed. Thingspeak now supports MQTT so I ended up modifying one of the MQTT controllers to work with thingspeak and this method ROCKS, no missed updates on the...
by kniazio
19 Sep 2023, 14:04
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

Thank you very much for the good news. I will wait patiently :)
by kniazio
19 Sep 2023, 05:57
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I found out that Tasmota and ESPHome have RCSwitch. Too bad EspEasy doesn't have this
by kniazio
17 Sep 2023, 15:18
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I will only add that I use EspEasy at school with students. We have a workshop equipped with several dozen ESP8266 controllers and lots of sensors. The ability to add a 433MHz receiver to the ESP would be great for me and my students. Our website: http://cyfrowydom.cba.pl/news.php My students and I ...
by kniazio
17 Sep 2023, 15:11
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I'm trying to approach this a bit more generic, been talking to TD-er as well, and he suggested the RadioLib library, that has support for many more modules and protocols, though I haven't yet looked at what kind of effort that would need to implement. Haven't been able to determine if the MX-05V a...
by kniazio
17 Sep 2023, 14:27
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I could and want to support the work. How can I do this? If you have a (new) set of transmitter/receiver available and can send that to me (NL, details via PM) it will probably arrive here faster then when ordered from Ali (~2 months :o). I can make the required adjustments and do some preliminary ...
by kniazio
17 Sep 2023, 10:33
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I think it can be done for those who know the subject. This plugin would be very useful on the EspEasy plugin list. I love EspEasy.
I could and want to support the work. How can I do this?
by kniazio
17 Sep 2023, 10:31
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

TD-er wrote: 17 Sep 2023, 10:25 Someone else also noticed it wasn't possible to compile that plugin with the current ESPEasy branch... in 2018
https://github.com/sanderpleijers/EspEa ... h/issues/1
Does this mean this plugin will never work with EspEasy again?
This is a really useful plugin.
by kniazio
17 Sep 2023, 10:23
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

TD-er wrote: 17 Sep 2023, 10:22 It was developed by someone else and perhaps never submitted as a pull request to be merged into the main ESPEasy repository.
Maybe there will be someone who will adapt this plugin to the new EspEasy. We will be very grateful.
by kniazio
17 Sep 2023, 10:19
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I don't understand why this plugin is not updated. This is a very good plugin.
Maybe there will be someone who will adapt this plugin to the new EspEasy. We will be very grateful.
by kniazio
17 Sep 2023, 10:18
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

Hmm, that plugin isn't going to work with current ESPEasy, as it's rather old, and hasn't been updated to the improvements that have been made to the code-base. Have you contacted the original author of that plugin, to see if he has updated to the current code-base of ESPEasy? NO. I have not contac...
by kniazio
17 Sep 2023, 09:46
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

Re: RCSwitch compilation

I need to add the RCSwitch plugin https://github.com/sanderpleijers/EspEa ... 111_RF.ino to the EspEasy build
by kniazio
17 Sep 2023, 08:57
Forum: ESP Easy: General Discussion
Topic: RCSwitch compilation
Replies: 20
Views: 4512

RCSwitch compilation

I need a *.bin file for esp8266 containing a working RCSwitch plugin. I need to receive a signal from a 433MHz remote control and trigger the appropriate reaction in Rules
by kniazio
20 Aug 2023, 07:23
Forum: ESP Easy: Software
Topic: Android app for esp easy
Replies: 13
Views: 15030

Re: Android app for esp easy

Hello, here is a simple and easy to use ESPEasy device controller Android application that i developed for my needs, I hope someone will find it useful. https://play.google.com/store/apps/details?id=mk.djakov.smarthome Also, if anyone is interested about the code, feel free to contact me, it's an o...
by kniazio
24 Nov 2019, 07:12
Forum: ESP Easy: Software
Topic: ESP32Easy BLE
Replies: 4
Views: 9093

Re: ESP32Easy BLE

I would like to open my lock using a telephone without using a Chinese application. Is it possible to make an esp32 plugin? https://pl.aliexpress.com/item/32839514294.html?spm=a2g17.10010108.1000013.6.24681b424wavGx&pvid=90427155-ac85-4915-b29f-a208a88858b3&gps-id=pcDetailBottomMoreThisSelle...
by kniazio
27 Oct 2018, 12:04
Forum: ESP Easy: General Discussion
Topic: My privat Birthday release and a big THANK YOU to the Developer
Replies: 4
Views: 3588

Re: Birthday release

THANK YOU THANK YOU THANK YOU +1
by kniazio
06 Feb 2018, 16:32
Forum: ESP Easy: Software
Topic: Android app for esp easy
Replies: 13
Views: 15030

Re: Android app for esp easy

You do not understand.
I control EasyEsp via the HTTP Request Shortcuts application
https://play.google.com/store/apps/deta ... cuts&hl=pl
It is sensational.
by kniazio
08 Sep 2017, 07:41
Forum: ESP Easy: Hardware
Topic: Air200
Replies: 4
Views: 5266

Air200

https://pl.aliexpress.com/item/air200-development-board-GPRS-GSM-Kit-Wireless-Extension-Module-Board-Antenna-Tested-Worldwide-Store-for-SIM900A/32815131344.html?ws_ab_test=searchweb0_0,searchweb201602_4_10152_10065_10151_10068_5470011_10304_10307_10301_10137_10060_10155_10154_10056_10055_10054_10059...
by kniazio
17 Aug 2017, 11:52
Forum: ESP Easy: Projects / Applications
Topic: ESPeasy control - Android APP
Replies: 14
Views: 18359

Re: ESPEasy Control - Android APP

Can you send the source of this application?
by kniazio
30 Jul 2017, 08:05
Forum: ESP Easy: Hardware
Topic: MFRC522
Replies: 0
Views: 1662

MFRC522

Will there be a plugin for MFRC522?
by kniazio
26 Jun 2017, 06:46
Forum: ESP Easy: Hardware
Topic: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?
Replies: 146
Views: 216161

Re: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?

papperone wrote: 26 Jun 2017, 06:36 By the way are you using it with a POW?
Does it work?
I do not use yet.
Waiting for the programmer
by kniazio
25 Jun 2017, 12:32
Forum: ESP Easy: Hardware
Topic: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?
Replies: 146
Views: 216161

Re: Support for "Sonoff Pow" (from ITead) with Power Consumption Measurement via HLW8012 (HLW 8012) IC?

Compilation error

Code: Select all

C:\Users\kniazio\Desktop\ESP Releases\ESPEasy_v2.0.0-dev10\Source\ESPEasy\_P170_HLW8012.ino:17:21: fatal error: HLW8012.h: No such file or directory

 #include <HLW8012.h>

                     ^

compilation terminated.
by kniazio
17 Jun 2017, 12:16
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 63525

Re: rc-switch plugin

The _P111_RF.ino plugin do not compile in dev10 https://github.com/letscontrolit/ESPEasy/releases. 'irReceiver' was not declared in this scope if (irReceiver != 0) break; In dev7 version the plugin compiles I need the dev10 version Please help Also use the _P035_IRTX.ino and _P016_IR.ino plugins, th...
by kniazio
01 May 2017, 11:10
Forum: ESP Easy: Software
Topic: 433MHz NEXA protocol transmitter plugin
Replies: 14
Views: 22599

Re: 433MHz NEXA protocol transmitter plugin

this device/module, it's working with RCSwitch plugin
by kniazio
15 Apr 2017, 15:22
Forum: ESP Easy: Software
Topic: MFRC522
Replies: 1
Views: 2706

MFRC522

Can someone already have done with this plugin for Easyesp?
https://github.com/Jorgen-VikingGod/ESP8266-MFRC522
by kniazio
13 Apr 2017, 09:29
Forum: ESP Easy: Software
Topic: ESP8266 relay for domoticz
Replies: 4
Views: 5087

Re: ESP8266 relay for domoticz

Basic on/off

We can control a pin with simple http url commands. To change the pin to high or low steady output:

http://<ESP IP address>/control?cmd=GPIO,<pin>,0

http://<ESP IP address>/control?cmd=GPIO,<pin>,1
https://www.letscontrolit.com/wiki/index.php/GPIO
by kniazio
15 Mar 2017, 11:05
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

Unknown or restricted command!
by kniazio
15 Mar 2017, 06:39
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

I do not understand what you mean.
I believe that in the file Misc.ino is an error, and therefore tunes do not work.
Why work with a file _P001_Switch.ino?
by kniazio
14 Mar 2017, 19:36
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

psy0rz wrote: 14 Mar 2017, 18:01 ah you compiled it yourself. what did you use to compile it, Arduino IDE or platformio?

Edwin
Arduino IDE
by kniazio
14 Mar 2017, 17:56
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

You have to use the correct binary. If you have 4096Mb flash use: ESPEasy_v2.0.0-dev6_dev_4096.bin If you have 1024MB flash use: ESPEasy_v2.0.0-dev6_dev_1024.bin Notice the _dev_ at the end, that means: All the plugins that are in testing and development state. I do not use ready .bin file alone co...
by kniazio
14 Mar 2017, 12:24
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

After sending the command: http://192.168.0.3/control?cmd=rtttl,14:d=8,o=5,b=180,c6,b,c6,p,g,g-,p,f,b,c6,p,d6,p,g,p,c6,b,c6,p,d6,p,f,g,g-,4p,g,f,4d- I get the answer: Unknown or restricted command! In contrast, using a modified plugin _P001_Switch.ino After sending the command: http://192.168.0.3/co...
by kniazio
14 Mar 2017, 11:17
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

After being exchanged plugin _P001_Switch forum https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=343 melodies work It seems that in the dev version 6 is a mistake uuuhh ...what do you mean? :) I mean that with version dev6 wrote melodies that have been added. These tunes do not work I se...
by kniazio
14 Mar 2017, 07:00
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

After being exchanged plugin _P001_Switch forum
https://www.letscontrolit.com/forum/vie ... ?f=4&t=343
melodies work
It seems that in the dev version 6 is a mistake
by kniazio
13 Mar 2017, 19:08
Forum: ESP Easy: General Discussion
Topic: Speaker function ?
Replies: 35
Views: 29566

Re: Speaker function ?

I have uploaded version dev6 https://github.com/letscontrolit/ESPEasy/releases It is written in the description Implemented speaker and tone functions from https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=343&hilit=speaker&start=10 I get the message Unknown or restricted command!
by kniazio
28 Jan 2017, 16:13
Forum: ESP Easy: Software
Topic: rc-switch plugin
Replies: 62
Views: 63525

Re: rc-switch plugin