Lisp Flavored Erlang Home Automation.
This project is made just for fun, do not treat too seriously.
$ rebar3 compile
First, configure your Amazon Dash Button to be connected to WiFi (skip the concrete product to buy while using mobile app to configure it).
Rename default.config.example
to default.config
and change its' contents:
- change
token
property inifttt-maker
group to your IFTTT Maker token; - change
make-request
property inreactor
group totrue
.
$ rebar3 shell --apps lhome --config default.config
$ rebar3 lfe test
MIT