Dreaded_X c7fc25d239 Fix: Scheduled function can not run async functions
Since Lua is not Send, this turned out to be a bit more complicated.
In order to make it work the async function needs to be pinned to a
single thread.
It works now, but the implementation looks a bit messy. Not sure it can
be improved through.
2024-05-07 00:05:38 +02:00
2023-04-12 03:34:58 +02:00
2024-05-07 00:05:37 +02:00

automation_rs

Custom home automation solution with google-home integration

Development

Make sure to setup git hooks by running

git config --local core.hooksPath .git-hooks/
Description
Home automation program
Readme 4.6 MiB
Languages
Rust 84.2%
Lua 15.3%
Dockerfile 0.4%
HCL 0.1%