26 lines
611 B
Markdown
26 lines
611 B
Markdown
KNXd
|
|
|
|
HomeMatic
|
|
---------
|
|
git clone https://github.com/knxd/knxd.git
|
|
cd knxd
|
|
git checkout stable
|
|
apt-get install debhelper cdbs automake libtool libusb-1.0-0-dev git-core build-essential libsystemd-dev dh-systemd libev-dev cmake
|
|
dpkg-buildpackage -b -uc
|
|
|
|
- ansible script
|
|
- checkout backup & restore for debmatic
|
|
- ansible playbook for debmatic setup
|
|
|
|
|
|
- AEON LED off
|
|
|
|
|
|
Bluetooth: make adapter non-discoverable (rather than fully disabling it, see
|
|
pi-disable-onboard-bluetooth) by editing /var/lib/bluetooth/<adaptor_mac>/settings:
|
|
|
|
[General]
|
|
Discoverable=false
|
|
Alias=bla
|
|
|
|
(Not yet turned into an ansible task.) |