Search found 2 matches
- 16 Mar 2019 17:13
- Forum: RaZberry
- Topic: Close Z-Way reactivate Bluetooth
- Replies: 3
- Views: 4055
Re: Close Z-Way reactivate Bluetooth
Please check the install script. It is changing the serial port settings in the Pi Hello PoltoS thanks for your answer. I've checked the install script and expand my program by the following command to reactivate the bluetooth adapter: sudo systemctl enable hciuart # Because the install script incl...
- 14 Mar 2019 09:49
- Forum: RaZberry
- Topic: Close Z-Way reactivate Bluetooth
- Replies: 3
- Views: 4055
Close Z-Way reactivate Bluetooth
Hello, how can i deactivate the z-way server and reactivate the bluetooth adapter on my raspberry pi 3? Wrote the following script to start: #!/bin/bash echo "Should the Z-Wave-Server be started?" echo -n "[yes/no] " read ANSWER if [ "$ANSWER" == "yes" ] then ...