Get root access to Lidl Zigbee gateway
You need root access to a Lidl gateway so that it can be used with Home Assistant.
Desktop environments allow us to connect bluetooth devices with little effort but what if you are running a headless Raspberry Pi? This post lists the commands needed to scan for and connect to bluetooth devices.
Connect to your Pi remotely
If you do not have direct access to the Pi then you can still connect to it using the ssh
command[^1]:
ssh pi@1.2.3.4
Note that 1.2.3.4
refers to the local ip address of the Raspberry Pi you want to connect to, change accordingly.
Last modified on 2024-05-25
Comments Disabled.