Search found 12 matches

by janjoh
18 Nov 2018, 20:09
Forum: ESP Easy: Hardware
Topic: A bit confused about IR Receiver and IR Transmitter
Replies: 7
Views: 7519

Re: A bit confused about IR Receiver and IR Transmitter

I cant figure this out.

I can send a "canned" code easy enough. But I can't seem to figure out how to encode the raw packages I mention above to something that the plugin likes.

Any tips? :)
by janjoh
18 Nov 2018, 19:59
Forum: ESP Easy: Software
Topic: Plugins "missing"?
Replies: 6
Views: 3423

Re: Plugins "missing"?

grovkillen wrote: 16 Nov 2018, 18:12 Should work yes :)
It did.

Now all i need to figure out is how to send RAW codes properly.. not having much luck there.
by janjoh
16 Nov 2018, 17:18
Forum: ESP Easy: Software
Topic: Plugins "missing"?
Replies: 6
Views: 3423

Re: Plugins "missing"?

grovkillen wrote: 16 Nov 2018, 17:12 You will need to compile yourself or ask for a Dev build on GitHub.
Ah, yes, I am building myself. It's just that the IR_build doesnt seem to include my dev module?

Edit: Oh wait.. If i change my module to NOT be a dev-module.. it will build with the IR build.. Right? (Doh....)
by janjoh
16 Nov 2018, 16:58
Forum: ESP Easy: Software
Topic: Plugins "missing"?
Replies: 6
Views: 3423

Re: Plugins "missing"?

The IR libraries are too big to fit with the normal builds so you have to pick the builds (bin files) named "_IR" to be able to use those plugins. Ah, got it. So, what is the proper way to combine "IR" with "developent modules"? All _IR_ build options i find are labell...
by janjoh
15 Nov 2018, 22:11
Forum: ESP Easy: Software
Topic: Plugins "missing"?
Replies: 6
Views: 3423

Plugins "missing"?

Sooo I've build MEGA locally to implement my own module. THis is the first "Mega" device for me, previously I was using R120. I am using Wemos D1 Mini Pro. It now dawns on me that my device is "Missing" several plugins, For instance, P016 IR and P035 IRTX simply isn't available i...
by janjoh
27 Oct 2018, 21:19
Forum: ESP Easy: Software
Topic: Slightly confused about plugin development
Replies: 9
Views: 5888

Re: Slightly confused about plugin development

ThomasB wrote: 27 Oct 2018, 18:42 Glad to hear you got it working.
- Thomas
I think i must have accidentally deleted that during all my "incremental approximation" :D
by janjoh
27 Oct 2018, 08:56
Forum: ESP Easy: Software
Topic: Slightly confused about plugin development
Replies: 9
Views: 5888

Re: Slightly confused about plugin development

Then continue to check for mistakes in your code. You can review the other plugins to see working examples. Unfortunately I don't have time to do a thorough review. But I see a significant error. Your Plugin_075() function is missing the closing return success; that tells the calling function to up...
by janjoh
26 Oct 2018, 22:16
Forum: ESP Easy: Software
Topic: Slightly confused about plugin development
Replies: 9
Views: 5888

Re: Slightly confused about plugin development

You would assign PLUGIN_READ's AmpsRMS to the UserVar like this: UserVar[event->BaseVarIndex] = (float)AmpsRMS; - Thomas Ok. That was, eh, to simple in theory :) But I still do not get any values in the web UI. I added som logging, and i see the "expected" values there, but i am still mis...
by janjoh
20 Oct 2018, 23:54
Forum: ESP Easy: Software
Topic: Slightly confused about plugin development
Replies: 9
Views: 5888

Re: Slightly confused about plugin development

Okay.. I think i now have a skeleton that at least appears to build. But, I am still not really understanding userVars i guess... In PLUGIN_READ.. Lets say that i want the device to report my "AmpsRMS"... what is my next step so to say? #define PLUGIN_217 #define PLUGIN_ID_217 217 //plugin...
by janjoh
17 Oct 2018, 22:03
Forum: ESP Easy: Software
Topic: Slightly confused about plugin development
Replies: 9
Views: 5888

Slightly confused about plugin development

Sooo, I decided that I need a plugin for AC measurement with ACS712. So i followed the guides at https://www.letscontrolit.com/wiki/index.php/Tutorial_Install_Platformio, https://www.letscontrolit.com/wiki/index.php/Tutorial_preparing_to_work_with_github, https://www.letscontrolit.com/wiki/index.php...
by janjoh
06 Oct 2018, 21:05
Forum: ESP Easy: Hardware
Topic: A bit confused about IR Receiver and IR Transmitter
Replies: 7
Views: 7519

Re: A bit confused about IR Receiver and IR Transmitter

Hello, I've the IRRecvDumpV2 running on an arduino without problems. With "unkown" you get a raw code that might be usefull, I never tested it up to now Yeah, on a "real" arduino i got different results. As i wrote before, when running on a NodeMCU i got "slightly different...
by janjoh
05 Oct 2018, 20:04
Forum: ESP Easy: Hardware
Topic: A bit confused about IR Receiver and IR Transmitter
Replies: 7
Views: 7519

A bit confused about IR Receiver and IR Transmitter

So, I have a space heater with ir Control. Using IRRecvDumpV2.ino on a NodeMCU v3 it decoded the remote as Unknown encoding and slightly varying output on repeated presses of the same button. Ok, so i thought that it meant it really was a "non standard remote". Just for a laugh i pointed t...