Hello everyone! I wanted to share my recent experience integrating a variety of smart devices into my Home Assistant setup. It’s been a journey of discovery, learning, and excitement as I bring more automation into my home. ![]()
First, I recently added a Shelly EM sensor to monitor energy usage in my home. After some initial setup challenges, I managed to configure it correctly using MQTT. Here’s the configuration I used:
yaml
platform: mqtt
name: “Shelly EM consumo casa”
state_topic: “shellies/shellyem-485519C9ACC8/emeter/0/total”
device_class: energy
state_class: total_increasing
unit_of_measurement: “kWh”
value_template: “{{ value|float / 1000 }}”
The sensor is now providing accurate data, which I can see in real-time within Home Assistant. However, I noticed an issue with the Energy page—it doesn’t display the data correctly. If anyone has encountered this and found a solution, I’d love to hear your advice!
Another exciting addition to my setup is the Xiaomi Mijia Air Quality Tester. This device is incredibly affordable and offers a wide range of measurements, including CO2 levels. I’m curious if others have successfully integrated this device into their Home Assistant setup and how they configured it. Any tips or tricks would be appreciated!
On a lighter note, I’ve also been experimenting with creating custom Lovelace cards. While I’m still learning the ropes, I’ve managed to set up some functional and visually appealing dashboards. It’s amazing how much control and customization Home Assistant offers!
I’d love to hear from others who are also integrating new devices or have tips for optimizing their setups. Let’s share our experiences and learn from each other! ![]()