As I dive deeper into the world of smart home automation, I’ve been experimenting with integrating various devices to create a seamless and efficient system. One of my recent projects involved setting up a Shelly 1 Plus to monitor and control a smart breaker with a power meter. While the initial setup was straightforward, I encountered a few challenges along the way that I’d like to share and seek advice on.
First, I wanted to track the energy consumption of specific devices connected to the smart breaker. However, I found that the power meter data wasn’t being displayed in my Home Assistant dashboard. After some research, I discovered that I needed to configure the device properly in the Zigbee2MQTT integration. This involved ensuring that the correct device ID and MQTT topics were set up. Once that was done, the energy data started flowing in, which was a great relief!
Another area I’ve been exploring is using ESPHome to create a presence detection system using ESP32 boards. My goal was to detect when family members entered or left different rooms using Bluetooth Low Energy (BLE) signals from their devices. While this worked in theory, I ran into issues with devices that had random MAC addresses, making it difficult to track them consistently. I also tried setting up BLE beacons, but this required additional apps on the devices, which wasn’t ideal.
In terms of automation, I’ve been working on creating a scene where a light turns on based on motion detected between specific times. This involved setting up a rule in OpenHAB that triggers the light only during designated hours. While the logic seemed solid, I encountered some delays and inconsistent behavior, which led me to explore more advanced scripting options using Lua.
I’d love to hear from others who have tackled similar projects. Have you successfully integrated Shelly devices with power meters? How did you handle presence detection with ESP32 boards? And for those using OpenHAB, what tips do you have for creating reliable automation rules? Your insights and experiences would be invaluable as I continue to refine my setup.
Lastly, I’d like to express my appreciation for the vibrant and supportive community here. It’s amazing to see how many creative solutions and innovative ideas are shared, inspiring me to push the boundaries of what’s possible with smart home automation. Keep the great work coming!