Hey everyone! I wanted to share my recent success in integrating Shelly devices with SmartThings. It was a bit of a journey, but the end result is fantastic!A few weeks ago, I decided to expand my smart home setup by adding some Shelly switches and plugs. I’ve been using SmartThings for a while now, and I was excited to see how well these new devices would work together. However, I quickly ran into a few hiccups.First, I encountered some communication errors with two of my Shelly devices. The logs were showing frequent disconnections, which was frustrating. I tried resetting the devices and checking the network settings, but nothing seemed to fix the issue. After some research, I realized that the problem might be related to how the devices were configured on my network. I decided to set up a dedicated network segment for my IoT devices, which helped stabilize the connection.Next, I wanted to customize the behavior of my Shelly devices within SmartThings. I discovered that by modifying the device drivers, I could tweak settings like power consumption reporting and automation triggers. This was a bit intimidating at first, but with some guidance from the community, I was able to adjust the code to meet my needs. For example, I fixed an issue where the power consumption was reported as a negative value, which was causing confusion in my energy monitoring setup.One of the most rewarding parts of this project was creating a custom rule that integrates my Shelly devices with my existing smart home ecosystem. Now, when I arm my security system, my Shelly plugs automatically turn off unnecessary appliances, and my Shelly switches adjust the lighting based on the time of day. It’s amazing how seamlessly everything works together now!I’d like to thank the community for their support and resources. If you’re looking to integrate Shelly devices with SmartThings, here are a few tips:- Ensure your network is stable and dedicated for IoT devices.- Don’t hesitate to tweak device drivers for better functionality.- Explore custom rules to maximize the potential of your setup.If anyone has questions or needs help with similar projects, feel free to reach out! I’m happy to share more details or troubleshoot issues together.