Read the statement by Michael Teeuw here.
MMM-xiaomi - Temperature and Humidity from your smarthome
-
@mirko3000 said in MMM-xiaomi - Temperature and Humidity from your smarthome:
Don’t forget to update the npm packages (miio), there is a bugfix which caused wrong close events of the windows. Either ‘npm update’ in the MMM-xiaomi folder, or delete the “node_modules” folder and simply execute ‘npm install’ again.
Now I did so. Thank you for the hint!
-
My new sensors are arrived… I love it! Great work!
Which lights are supported?
-
Check your devices here:
https://github.com/aholstenson/miio/blob/master/docs/devices/README.md#models-by-nameAs you see not all Yeelights are supported, others are untested. My module retrieves all devices of type ‘light’, so it might work for all of them.
-
hi,
finally my gateway arrived today. Great. it is working after a little struggeling to get the correct App to initally configure the stuff.
I added 4 temp/humidity sensors and i am wondering how to see in the miio discovery whick one is in which room?
Any chance to get that ?
I the app itself i sadly can’t see the IDs of the sensors?How did you figured this out?
-
I’ve added them one by one. Remove them all and add them one by one. Or add all of them to the module. Then its easy to discover if you keep one of them somewhere cold, all the other warm. The Id and the temperature will guide you.
-
Hi, if i set in the custom css file mmm-xiaomi .xsmall and the text-align: right then the humidity and temerature are going on the right side but the “>” stay. How can I move also “>” to right?
@barnosch I have done it like @Albert2002 described.
THX
-
@trividar
they are not belonging to the same TD so it is not moving aswell.is it the trending, or what is it good for? i don’t really like it to be honest.
For me it was too close also, i just added some nbsp; to get some spaces between.
thanks for the hints.
i added all the ids and checked in the app, which room is showing the current values and added it to the correct rooms i created in the config. -
Yes the identification of the sensors is not really good, did not find a better solution so far.
As for the trend indicators: I pushed a new version where you can disable the trend icons (showTrend: false). -
Just want to say that there is no different between the Xiaomi and Aqara Temperature sensor. Both are working like a charm. The only different is that the Aqara shows the Air pressure (in the MiHome app) as well.
@Mirko3000 Thank you for your hard work! You are always improving the module in light-speed!
I was playing around with my Yeelights colorbulbs but I didn’t get it working on MM. Guessing its because of they have they own ID, IP and token. However, thats why am still using the app. :-)
-
Did you try with the ‘miio --discover’ command line utility? Do the lights show up there?