OnAirSync
Automatically monitor whether you are in a (video) call and push updates to openHAB. Works for Win32 apps only (no Linux, no UWP apps). For more information, also read the official announcement thread in the openHAB Community forum.
Installation
- Download the latest release from the release section
- Extract it
- Execute it using
OnAirSync -i <your_openHAB_item_name>
For better convenience, you may want to create an automated task in the Windows scheduled task settings (trigger: on log-on, action: start cmd.exe /c "start /b C:\path\to\OnAirSync.exe -i <your_openHAB_item_name>"
, run whether user is logged on or not).
Development
See build.yml
on how to build the project using dotnet
.
VS Code can also generate some convenient {launch,task}.json
files for you.
Contributions or questions of all kinds are highly welcome!