Is there any ready-made, low-cost, easy-to-integrate IR beamer (and receiver) besides Broadlink?
I got myself a RM Pro, but it seems to have compatibility issues with my router.
Is Zigbee the way to go?
How about ESPHome?
Cheers.
Is there any ready-made, low-cost, easy-to-integrate IR beamer (and receiver) besides Broadlink?
I got myself a RM Pro, but it seems to have compatibility issues with my router.
Is Zigbee the way to go?
How about ESPHome?
Cheers.
The Broadlink mini is pretty cheap ā if you donāt want the RF version. You can build something with ESPHome, but I donāt think itās worth anybodyās time, unless you find a project where somebody has done the work already (quite possibly).
EDIT: Didnāt see you already had a Pro. Thought you were only asking about alternatives.
Let me guess a bitā¦
Troubles with joining your wifi network?
If your router does wifi on 2,4 and 5 GHz, you need to disable the 5 GHz part before the join. Did you tried that?
I believe Aqaraās M2 Bridge has an IR blaster. Also their G3 camera/bridge hybrid has one
For ESPHome there is a ready-made IR shield for Wemos D1 mini and compatible modules:
https://pl.aliexpress.com/item/32891173618.html?spm=a2g0o.cart.0.0.6e4a452c5mYmw6&mp=1
(LOLIN is the company formally known as WEMOS that originally created this form factor that got cloned to oblivion)
The listing has a link to documentation.
Is there such a thing? Broadlinks only receive commands in learning mode, not in normal operation, and I canāt think of a device that would send IR back to its remote.
This is quite common with IoT kit. I have 2.4 on a separate SSID to simplify things.
I have these, send and receive
but you have to flash them.
Yes, itās unrelated though. Itās all 2.4GHz. Had similar issue with GoPro so I guess thatās that.
Cheers.
Am new to this so perhaps wrong terminology. I meant the IR device needs to ālearnā the signal thus being a āreceiverā, before sending the signals out (beamer).
Cheers.
BTW, how about Matter and Threads? Is there any IR device for that?
Cheers.
Is your RM4 Pro connected to Broadlink via the app? When I was setting up mine, I read that this could cause problems. The advice was to do a factory reset, then go through the set-up process with the app again only to the point where the device connected to wi-fi. This was some time ago, though. Itās been working flawlessly for a couple of years.
Mine also has a reserved IP address set up on the router.
Yeah, I did the factory reset, both ways, for several times.
FWIW, besides the router compatibility issue, it seems Broadlinkās WiFi implementation is not really ideal (e.g. WPA doesnāt support CCMP, only TKIP, 32-character limit, doesnāt seem to support strange characters)⦠but I could have continued to use it have it successfully been setup. Anyhow, Iāve given up on Broadlink.
Cheers.
It claims to support HomeKit and is based on crankyoldgit/IRremoteESP8266: Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
I wonder how difficult/easy would it be integrated into Home Assistantā¦
Cheers.