loucks1 / Directolor

ESP32 + NRF24L01+ library to control Levolor blinds
GNU General Public License v3.0
10 stars 4 forks source link

Stretch: Implement handler for received events #6

Open loucks1 opened 2 years ago

loucks1 commented 2 years ago

Now that we have this, it would be helpful to be able to listen for remote keypresses and report those in an event handler that someone could use to do cool stuff like integrate to a home automation system.

For example: I have a 433 mhz fan. I want to control that fan using my levolor remote.

Adding this functionality would allow me to use this library as a go between to trigger that fan on, off, etc.

Another example: I want to run a scene in Home Assistant.

Adding this functionality would allow me to trigger code in Home Assistant by pressing a button on my Levolor remote.

loucks1 commented 2 years ago

Leave a comment here with your use case if you want me to implement this.