this post was submitted on 27 Oct 2023
1 points (100.0% liked)

Home Automation

79 readers
2 users here now

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.

Rules

founded 11 months ago
MODERATORS
 

I have some Shelly devices which will trigger some events for me, but what I need to do at the end of things is fire an IR/RF event via a Web/HTTP interface. Are there any IR/RF blaster devices I can do this with? I already have a TUYA type IR/RF blaster, but I can’t see that it has any form of web interface I can utilise, (or) for the best of me I cannot see it, I can’t even work out what the TUYa device IP address is, it just shows a 180.x.x.x off-lan address under device info. Any help or guidance is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] yaazz@alien.top 1 points 10 months ago

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.

  1. 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.

  2. 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)

  3. 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.