The standard behavior of motion sensors is that they only trigger an event when somebody is entering the room. In this blog I show you how to turn on the...
After my experiences with the Homey Bridge, I became curious about the Homey Pro (Early 2023). So I installed the Homey Pro besides my Home Center 3 and recreated parts...
Sometimes you want to do a simple HTTP request from a Lua scene on your Home Center 3 to interact with a local device (like an Raspberry or Arduino project)...
The hub.setTimeOut() function has many uses. It can be used to allow a task to wait a fixed time before performing an action. Like polling every minute for new data....
The Home Center 3 Lua engine comes with a special variable called sourceTrigger. You can use the sourceTrigger variable to make your scenes react differently based on different trigger parameters....