Search found 20 matches

by s3030150
09 Jan 2024, 19:25
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

Yes it is this code indeed. Sander Pleijers is the author of the plugin i got working today. It was not working in current version of Espeasy, it was 3 years old

rc-switch library is what is required, you're right
by s3030150
09 Jan 2024, 17:25
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

only what I have at home. I'll create a Playground PR and include the info there, okay?
by s3030150
09 Jan 2024, 16:56
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

Or maybe better create a PR in playground where the old non-working P111 currently is merged.

Until a proper plugin is developed, this version could be found handy by someone
by s3030150
09 Jan 2024, 16:47
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

I understand. Just that it works for me does not mean it can be used generally. Than I'd leave it in my public repo as a standalone plugin that could be used in EspEasy under P160.

Unfortunately I don't have enough time to do it properly 🙁
by s3030150
09 Jan 2024, 16:04
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

if you have a time, here's a working code: https://github.com/mgx0/ESPEasy/blob/rc-switch/src/_P160_RF.ino I would create a PR for this, but I don't think it's near ready. Is there anything to do before creating a PR? Normally I would keep it for myself, but this one could be really useful for the w...
by s3030150
09 Jan 2024, 14:45
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

thanks a lot to you both, i have copied something from P040 and now the value is pushed to EVENT too. I'll try to make it P160 and maybe a PR too. I'm not an expert, it will need some refactoring, but the point is, that it works now.
by s3030150
09 Jan 2024, 09:41
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

Thanks a lot, i will dig into it and get back here
by s3030150
09 Jan 2024, 09:34
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

Re: _P111 (RF, rc-switch) update to new standards

Thanks i will try this.

What about the event->BaseVarIndex vs event->TaskIndex ? Which shall i use and why? If you could point me to a specific doc, it would help too
by s3030150
09 Jan 2024, 09:18
Forum: ESP Easy: Software
Topic: _P111 (RF, rc-switch) update to new standards
Replies: 15
Views: 36167

_P111 (RF, rc-switch) update to new standards

Hi there, the https://github.com/letscontrolit/ESPEasyPluginPlayground/blob/master/_P111_RF.ino does not work in newest Espeasy and I want to update it to the latest EspEasy standards. This is the first time changing something in Espeasy/plugins sources, so I'm not really an expert on the topic. I o...
by s3030150
29 Mar 2018, 10:26
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

Not able to help you with espeasy since I'm not using it, but you need to keep the window open for half an hour and after that calibrate, otherwise you will calibrate to wrong value
by s3030150
28 Mar 2018, 21:05
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

That makes sense, thanks
by s3030150
28 Mar 2018, 20:47
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

the manufacturer says the sensor should be calibrated by calling calibration at least 20 minutes after operating the sensor in outdoor air, as far as I understood. why to calibrate it indoors?
by s3030150
28 Mar 2018, 20:27
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

yeah so try calibrating it then. you can use my test sketch which I put together from various sources around github. Disables ABC and performs calibration after 30 minutes, then it starts reading from serial. Not sure if you should disable ABC at every start of your program or it remains disabled fo...
by s3030150
28 Mar 2018, 20:04
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

also try reading via PWM to see if the sensor has bad values, this code is working for me, just change the PWM pin. int pwm_pin=D8; // put the input pin here int prevupdate=0; int updateseconds=5; int pwmvalue=0; unsigned long tmptime=0; int calibrateafter=300; //minutes boolean timerExpired(unsigne...
by s3030150
28 Mar 2018, 19:56
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

ESPEasy works fine even with the MH-Z19B version of the sensor, no problem here. I'd say this: - don't enable wifi, just test the sensor with a simple sketch without wifi (wifi won't consume power so powering the sensor will be more stable) - calibrate the sensor (leave it outdoors for 30 minutes an...
by s3030150
28 Mar 2018, 18:39
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

@Barb232 Paste the code
by s3030150
24 Mar 2018, 12:57
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

So that's the shift about in espeasy sources? I will take espeasy sources and try to adapt it so it can be used in standalone program. I don't want to soil this thread with out of topic things but I'm quite helpless 😁 God help me haha 😁 thanks! EDIT: got it, sorry for going off topic. Since I alread...
by s3030150
24 Mar 2018, 08:26
Forum: ESP Easy: Projects / Applications
Topic: MH-Z14 / MH-Z19 CO2 sensor
Replies: 55
Views: 81196

Re: MH-Z14 / MH-Z19 CO2 sensor

Hello, maybe nobody will kill me for asking this here. Anyone tried to get the MHZ19B working as standalone INO file wihout ESPEasy? I'm experiencing zero responses from MHZ19B after certain period of time (cca 45-60minutes). The only solution is to power cycle the ESP8266 together with MHZ19B. Simp...
by s3030150
29 Nov 2017, 14:38
Forum: ESP Easy: General Discussion
Topic: how are PulseTime calculated?
Replies: 0
Views: 1534

how are PulseTime calculated?

Hi there, I am a newbie to all this stuff and I have set up a an ESPEasy (ESP8266) and Pulse Counter on my energy meter. Since I am using PulseTime to calculate current Power Consumption, I don't understand how PulseTime works. for example: - delay is set to 60 seconds (data is sent every 60 seconds...