ts1 / PiIR

IR remote control for Raspberry Pi
MIT License
33 stars 5 forks source link

Time to execute #6

Closed ErfolgreichCharismatisch closed 1 year ago

ErfolgreichCharismatisch commented 1 year ago

It takes about 5 seconds to send the signal, can that go faster?

ts1 commented 1 year ago

If you use the piir play command every time, it can take a long time because it requires loading and initializing the Python interpreter and modules. Instead, if you run a daemon written in Python, you can embed PiIR into it. I run a homemade home automation daemon and the response is quick.