OpenHab2 on Synology NAS: Resolving Automatic Discovery and Alexa Ads Issues

Hello everyone, I’ve been diving into the world of smart home automation and have some experiences to share, both challenges and triumphs. Let me start by talking about my setup—I’m running OpenHab2 on a Synology NAS, which has been a great choice for my needs. However, I recently encountered an issue that had me scratching my head for a while.

One of the features I initially found fascinating was the automatic background discovery. It’s such a handy tool for finding and integrating new devices seamlessly. But here’s the catch: this automatic discovery was causing my NAS disks to stay awake constantly, which I noticed was preventing them from entering a suspended state. This was a bit of a nuisance, especially since I wasn’t actively using the discovery feature. I did some digging and found that the jsondb file was being written to frequently, which I suspected was the culprit.

I tried modifying the runtime.cfg file by setting org.eclipse.smarthome.config.discovery.DiscoveryService:background=false, hoping to disable the automatic discovery. Unfortunately, this didn’t have the desired effect. After some research, I discovered that moving the jsondb directory to tmpfs could alleviate the issue, but I was curious if there was a simpler solution. Ultimately, I decided to disable the automatic discovery entirely and now only perform manual discoveries when needed. This change has made a noticeable difference in my NAS’s performance and energy efficiency.

Now, switching gears to another topic that’s been on my mind: my Echo Show 5 started displaying sponsored ads, which was quite unexpected. I found this particularly annoying since I had already gone through the settings to turn off all ad-related options. After some trial and error, I realized that the issue might be tied to a specific feature or setting that I hadn’t considered. I reached out to the community for advice, and several members suggested checking for any hidden ad preferences or ensuring that all settings were correctly configured.

One user mentioned that sometimes third-party apps or services can trigger ads, even if they’re not directly related to Alexa. This made me think about any recent app installations or skill additions. Upon reviewing my skills and apps, I noticed a newly installed weather app that I hadn’t paid much attention to. Uninstalling this app seemed to resolve the issue, and I haven’t encountered any ads since. It’s a good reminder to be mindful of what apps and skills we grant access to in our smart home setups.

Reflecting on these experiences, I’ve learned the importance of thoroughly understanding the features and settings of my devices. OpenHab2 has been an incredible platform for customization, but it does require some trial and error to optimize it for your specific needs. The Alexa ads issue was a helpful lesson in being vigilant about third-party integrations. I’m grateful for the supportive community here, as their insights and suggestions have been invaluable in troubleshooting these issues.

I’d love to hear from others who might have encountered similar challenges or have tips for optimizing their smart home setups. Let’s continue to share our experiences and learn from one another—after all, that’s what makes this community so special!

Best regards,
[Your Name]