Search found 5 matches

by ThinkPad
20 Aug 2016, 14:15
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190545

Re: IR Transmitter ?

ambassadoro wrote:Looks interesting, can it be accessed by MQTT, too? Would be more sophisticated.
I don't know. I haven't done anything with MQTT (yet?).

I think tozett is right, and that the plugin should offer some kind of call for it. But i don't know enough about it to guarantee that.
by ThinkPad
20 Aug 2016, 10:45
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190545

Re: IR Transmitter ?

I got the _P106_IRTX.ino plugin working! It works really good! How to do it: - Download ESPEasy source (from .zip or from GitHub) - Download the plugin and place it in the same folder as 'ESPEasy.ino' and the other *.ino files - Download the IRremoteESP8266.h and also put in same folder as above - C...
by ThinkPad
11 Aug 2016, 22:16
Forum: ESP Easy: Hardware
Topic: IR Transmitter ?
Replies: 120
Views: 190545

Re: IR Transmitter ?

Maybe some code from https://alexbloggt.com/universal-infrar ... r-esp8266/ can be used?
I tried that sketch on a ESP-01 and it worked fine. But having something plug and play in ESPEasy would be even more fun ;)
by ThinkPad
11 Aug 2016, 20:19
Forum: ESP Easy: Software
Topic: How to ask a ESPeasy device of a GPIO state?
Replies: 18
Views: 60469

Re: How to ask a ESPeasy device of a GPIO state?

I didn't knew that (or even worse: i don't know anything at all from MQTT yet :mrgreen: ).
by ThinkPad
10 Aug 2016, 22:59
Forum: ESP Easy: Software
Topic: How to ask a ESPeasy device of a GPIO state?
Replies: 18
Views: 60469

Re: How to ask a ESPeasy device of a GPIO state?

[...] Home Assistant however is expecting either a 1 or 0 from its MQTT components so I'm trying to just get a status back with that data and nothing else. Is that possible? You mention sending MQTT ...cmd (which is what I did above) but I got the json response back. I see I may be able to use the ...