Broadlink RM2 temperature sensor?

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

Any output in your log?

Configuration?

I complained too soon !
it took a while for it to kickoff but now it seems to work :blush:

I guess the pycrypto should be fixed for the version (don’t know why it was missing)

Thanks for the quick response ppl!

Great.

It will be fixed when this pr is merged: https://github.com/mjg59/python-broadlink/pull/30

1 Like