Hello,
I’m just trying to get some kind of temperature and humidity sensor to work on HassOs with the Pi Zero W, as the DHT22 I bought is somehow not supported on the Zero W.
I looked at other sensors and one that looks good is the Xiaomi Mijia BLE, for which there is a HassOs documentation:
In the configuration instructions, it says:
Start a scan to determine the MAC addresses of the sensor:
$ sudo hcitool lescan
Which I find a little irritating because as far as everything I’ve read there is no sudo functionality in HassOs. No pip, apt-get, sudo, nothing. Am I understanding something wrong, or why would they say to use this if it’s not supported in HassOs?
This can’t even be run in the raspberry pi shell through HassOs! Even just running hcitool lescan in the terminal returns with command not found.
Thanks in advance.
- RabidAlpaca