Skip to content

How to control RF 433Hz Outlet switches with Harmony Hub

Notifications You must be signed in to change notification settings

fdescollonges/esp32_RF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32_RF : How to control RF 433Hz Outlet switches with Harmony Hub

1 - Create HTTP URLs -> RF bridge with ESP32

ESP32 create a webserver with 2 URLs per plug to control:

  • http://<ip_address>/on1 to turn on plug #1
  • http://<ip_address>/off1 to turn of plug #1

It can be extended to control more plug Leds are only used to display power status (RED : Off, GREEN : On, BLUE : Listening, YELLOW : Setting up)

RF433 Library:

Docs for Outlets

Docs to 433MHz :

Test with browser and check Leds :
Alt text

2 - Configure HA_Bridge to send HTTP request from Harmony by emulating HUE hub

Configure the calls to the HTTP URLs Alt text

Test with HA_Bridge Alt text

3 - Add device with Harmony mobile application application

Use Harmony mobile application to add hue devices to your hub

About

How to control RF 433Hz Outlet switches with Harmony Hub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published