fdescollonges / esp32_RF

How to control RF 433Hz Outlet switches with Harmony Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:D 73.2%Language:Makefile 26.3%Language:C++ 0.5%