Actions
Feature #1080
openSensors: 1 port power switch
Start date:
16 Nov 2023
Due date:
% Done:
0%
Estimated time:
Severity:
03 - Medium
Description
This is effectively the same as the light switch but is generalized to enable power on an outlet.
The ESP board should be powered via the mains, so I need a buck converter of some kind, probably like this simple circuit that takes 110v down to 12v and then to 5v or lower.
- https://makeradvisor.com/tools/rf-remote-controlled-sockets-433mhz/
- https://github.com/xkonni/raspberry-remote
- https://github.com/sui77/rc-switch - library to control 433MHz switches.
- https://tutorials-raspberrypi.com/control-raspberry-pi-wireless-sockets-433mhz-tutorial/
- https://hristoborisov.com/index.php/projects/switcher-a-wifi-open-source-power-switch/
- https://randomnerdtutorials.com/esp8266-remote-controlled-sockets/
- ESP8266 ESP-01S Relay Module Relay WIFI Smart Socket Control Switch
It would seem that the easy way to do this is to use a 433MHz socket along with the Pi and the rc-switch library. rc-switch provides some sample projects that might provide templates for creating Ironman interfaces.
Actions