Hello everyone, I’m excited to share my recent experience integrating a Raspberry Pi 3 with Home Assistant to create a seamless smart home setup. If you’re new to this, let me walk you through the process and share some tips that might help you avoid common pitfalls. Setting Up the Basics I started by installing Raspbian Full Desktop on my Raspberry Pi 3 B. The goal was to use it as a dedicated device for displaying my Home Assistant Lovelace dashboard. I wanted it to run in kiosk mode, automatically loading the dashboard and staying active without going to sleep. This would allow me to monitor my home’s status through a secondary TV I had lying around. Challenges Faced The initial setup wasn’t without its hurdles. Configuring the browser to run in full kiosk mode proved tricky. I tried several guides, but none worked as expected. Issues like screen blanking and login prompts kept appearing. I also struggled with setting up the browser to save cookies for automatic login, which was essential for uninterrupted access to my Lovelace dashboard. Solutions and Tips After some research and experimentation, here’s what worked for me: - Kiosk Mode Configuration: I found that using a combination of Chromium settings and display configuration scripts was the most reliable way to achieve true kiosk mode. - Screen Sleep Prevention: To keep the screen active, I adjusted the display settings in Raspbian and used a Python script to periodically send dummy inputs to the system. - Automatic Login: For the browser, I utilized a headless setup with a pre-authenticated session, which eliminated the need for manual login each time. Customizing the Dashboard I decided to use a custom header card to simplify the interface, making it more user-friendly for a secondary display. This setup allowed me to focus on essential cards like trackers, weather, and sensor statuses without any distractions. Lessons Learned This project taught me the importance of thorough research and patience. While there were bumps along the way, each challenge presented an opportunity to learn more about Raspberry Pi and Home Assistant configurations. If anyone has questions or needs advice on similar setups, feel free to reach out! I’m happy to help and would love to hear about your own smart home projects. Happy tinkering! ![]()