*added missing changes

This commit is contained in:
2021-12-11 21:42:12 +01:00
parent 370b571fe8
commit 446e6c9452
6 changed files with 9 additions and 8 deletions

View File

@@ -6,10 +6,11 @@ General requirements: `fping bluez`.
Requirements Domoticz communication: `curl`. Requirements Domoticz communication: `curl`.
Requirements mqtt communication: `mosquitto-clients`. Requirements mqtt communication: `mosquitto-clients`.
Expected installation directory `/opt/Pinger`. Expected installation directory `/opt/Pinger`.
Setup permissions using `chmod +x /opt/Pinger/bin/*`. Setup permissions using `chmod +x /opt/Pinger/bin/*`.A
Add Pinger to lbu using `lbu include /opt/Pinger`
## Configuration ## Configuration
Use 'AddPinger.sh' to setup the pinger. Use `AddPinger.sh` to setup the pinger.
## Enable Bluetooth on raspberry pi's running alpine linux ## Enable Bluetooth on raspberry pi's running alpine linux
Source: https://wiki.alpinelinux.org/wiki/Raspberry_Pi_3_-_Setting_Up_Bluetooth Source: https://wiki.alpinelinux.org/wiki/Raspberry_Pi_3_-_Setting_Up_Bluetooth
@@ -17,4 +18,4 @@ Source: https://wiki.alpinelinux.org/wiki/Raspberry_Pi_3_-_Setting_Up_Bluetooth
enable it by uncommenting the line after `rpi bluetooth` in `/etc/mdev.conf`. enable it by uncommenting the line after `rpi bluetooth` in `/etc/mdev.conf`.
* Enable the bluetooth service on boot `rc-update add bluetooth`. * Enable the bluetooth service on boot `rc-update add bluetooth`.
* Set `AutoEnable` to `true` under Policy in /etc/bluetooth/main.conf. * Set `AutoEnable` to `true` under Policy in /etc/bluetooth/main.conf.
* Then tun'lbu commit' and reboot. * Then run'lbu commit' and reboot.