I setup the new Broadlink RM2 Sensor after upgrading to 0.35.2
had a problem with the pycrypto missing for some reason and resolved it (see below)
now I see the broadlink loads but temperature information is unknown
I am using RM Pro
(didn’t even know it should have an internal temperature sensor and I am not sure it does…)
so - what am I missing ?
p.s.
for the pycrypto issue (I am using HASSbian image install)
sudo service ddclient stop
sudo systemctl stop [email protected]
sudo su -s /bin/bash homeassistant
source /srv/homeassistant/bin/activate
pip install pycrypto
exit
sudo reboot