Hi openHAB Community, I’m currently working on a Smart Public Building project at my university HfT Stuttgart, and I’d love to hear your thoughts on my plans. My task is to develop a system that captures damages in the building via smartphone and sends that data online to the responsible staff. The goal is to integrate this system into openHAB, as our university wants to use it as the central platform for this specific project. My idea is to create a webform where users can input damage information using their smartphones. The data would then be uploaded to a MySQL Database. Using MySQL persistence in openHAB, I plan to integrate this data into the HABPanel for easy visualization and management. Here’s what a damage ticket in the database would include: - Brief description of the damage - Location (room) of the damage - Urgency level - Picture of the damage - Email of the ticket creator As a first step, I’d like to display a counter in the HABPanel showing the number of tickets in the database. Ideally, each ticket would also have a visualization with an image of the damage and its location. In the future, it would be great to notify the ticket creator when the damage has been repaired. I have many more ideas, but I’m currently facing some challenges with the integration into openHAB. I’d really appreciate any advice or suggestions you might have! I’ll keep updating this thread to share my progress and any new developments. Your feedback is invaluable, and I can’t wait to hear your thoughts! Best regards, [Your Name]