Does anyone know if the x10 motion detectors are compatible?
I have a PIR2 and couple DW1 that I use home with the OpenMQTTGateway so yes, they are compatible.
Do you have a Golden Security main panel? Or are you able to use it without it?
Youāll be able to use it without main panel
hello guys, hopefully someone will know the answer to this:
I am stuck here: I put the RF receiver to pin D3 on my wemos D1 mini. ( https://wiki.wemos.cc/products:d1:d1_mini )
now this part does nothing: https://github.com/1technophile/OpenMQTTGateway/wiki/User-guide-RF
By that I mean subscribing to home/ and then nothing.
with the other mqttgateway I do get raw. with this when I press the gate opener it does nothing
what am I doing wrong.
thx in advance I really appreciate it.
Any chance you could relink the water leak detector and/or post a picture of it?
this one is working:
Is this compatible using the YS-IRTM IR send & recive module and a esp 8266 (wemos d1 for example)?
Is there any wiring instructions available if so?
Iām just looking for a easy solution to teach home assistant a ir send & recive functionality and a backwards compatibility with a lotās of old devices
Thankās!
Hi,
Yes, it works with both IR send & receive (for TV, stereos, AMP, game consoles, AC, pretty much everything that can be controlled with IR remote). It should automatically recognize the signal (if one of the most commonly used).
However, in some cases (for less used protocols or for AC units) the signal might not be recognized. In this case raw values still can be used (actually raw values can be used also for common protocols such as NEC). After successfully recording of an IR signal this can be stored and set as payload to an MQTT switch and then fired whenever needed.
There are a few steps that need to be done prior to uploading the sketch, in order to be able to fully use raw values, tough (assuming NodeMCU variety and not an Arduino Uno/Mega):
- set the sketch to publish unknown protocols (as per default functionality it wonāt publish); this is done in config_IR.h by setting to true #define pubIRunknownPrtcl
The following two modifications are done in the libraries folder (your user\Documents\Arduino\libraries) - set MQTT_MAX_PACKET_SIZE in PubSubClient.h to something like 512 or even 1,024
- increase the size of the raw recording buffer to 300U or 400U in IRRecv.h line #define RAWBUF 100U // Length of raw duration buffer.
Is there any instructions available? Starting would be best with wiring - sorry, Iām totally new to this. Just have basic home assistant stuff done so far.
If Iām right with this, a wemos d1 mini (3$) and this ir module yr-irtm ($1.5) could make home assistant enable to control my amp and TV (ir send) via home assistant (e.g. web ui) and could make home assitant also controllable via a ir remote (ir receive).
If somebody has some (even basic) instructions how to start (hardware and software wise) me and many others would be very glad!
Hi,
Yes you are right but not only
You can begin by the wiki for the common setup
if you are interested in IR after go here for setup
Here for Home assistant integration.
And here for user guide.
If you need support there is now a dedicated forum:
My Hunter fan broadcasts at 350mhz. Yours is 433mhz? Iāve been wanting to automate my fan for a long time now and am interested in what you find.
are you sure it is 350mhz?
I know 315mhz exist but didnāt heard about 350mhz
This is what the label says:
hmmm, it is surely not compatible with the traditional receivers and emitters that you are going to find on the market (315/433).
Is there a way to control it by plugging it to a RF wall plug?
This is a ceiling fan. Itās hard wired into the power coming from the ceiling.
Sorry, no.
Iāve given up on trying to get this remote to work. Itās a completely lost cause.
Iām pinning my hopes on the new Sonoff fan controller (ifan02). I havenāt heard too much about support for it from Tasmota or anything yet. But I havenāt really been looking lately either. Maybe itās supported now.
If it works Iāll try to post back here to spread the word.
Edit:
Well, never mind. It looks like it is supported by Tasmota now. I just got a notification from another thread I posted about it.
Thankās for your links. I read myself thru the wiki but couldnāt find anything mentioning my IR send&receive module (YR-IRTM) and no wiring where RXD and TXD is involved.
Is there any threads/documentation or pictures with wiring hints? I have no idea what to do
I went over here:
Hi,
With the same module I couldnāt connect to any Arduino project so I de-soldered the emitter and receiver modules from the board and theyāre fine to go (for the emitter you can also dismantle an old IR remote). The emitter module is easy to connect to (either by direct solder or with jumper cables), however the receiver is a little more difficult as the three pins are quite close together. As an alternative you can use the following receiver:
Hi,
thanks for your feedback. I choose this solution (hardware) because itās solder free and I thought itās supported software wise.
I will look deeper in it. Maybe we get it running