Check dhcp leases in your dhcp server.? (Likely router)
I think there are REST gateways for Broadlink.
Or do you mean like a web interface?
Home automation is the residential extension of building automation.
It is automation of the home, housework or household activity.
Home automation may include centralized control of lighting, HVAC (heating, ventilation and air conditioning), appliances, security locks of gates and doors and other systems, to provide improved convenience, comfort, energy efficiency and security.
Warning: Working with electricity can result in injury, property damage, or even death if it is not done properly. Please keep this in mind while assisting others. If you are not sure about what you are doing, hire a licensed professional.
Check dhcp leases in your dhcp server.? (Likely router)
I think there are REST gateways for Broadlink.
Or do you mean like a web interface?
Shelly devices are able to trigger events via a very easy HTTP request so I was hoping for something much the same to send IR/RF. I have looked high and low on my router but I can’t seem to identify which device actually is my TUYA device (it works okay so must be on the network but hell if I can find which device it is), and I have no idea and can’t find online any info if the TUYA device even has a web controllable interface to even begin with, so getting I’m kinda stuck on how to progress right now.
The TUYA device I have is a ‘MOES IR/RF Blaster device’.
Easy may be subjective depending on your skill set but you could definitely make this using a single board pc like the rasp pi or equivalents.
Wire up an IR blaster to the device. You could build it yourself or I’m sure there must be something premade you can purchase.
Set up a web server with any scripting language that accepts http and can access the command line (so basically all of them but I would personally use PHP)
When you POST to localhost /abcd have that script call a command line program that fires off commands on the IR device.
Depending on what you are communicating with you could also potentially drop IR and communicate directly with a hard wire.
There is an esp32 project that you can use. You capture a remote signal and then can replay it by hitting a URL that the app spits out. I can't remember the name but will post it when I get back to my desk.
Awesome, will look into it, hopefully not too hard for beginner.
It isn't. You can make one with DuPont connectors, and they sell them already crimped. I am away from my desk but can edit with an image in a bit. If I forget hit me up.
https://www.amazon.com/Global-Cache-iTach-PoE-IP2IR-P/dp/B0051BUJB8
IP2IR
RF is more difficult because too many standards and non-standards, and some of it is encrypted.
Don’t constrain yourself by insisting on a single device that does both .
Thankyou so much, will investigate