I recently encountered a challenge while rebuilding my OpenHAB installation, specifically related to system location settings. After restoring my backup, I noticed that certain configurations, like system location under Regional Settings in PaperUI, needed manual reconfiguration. This was particularly important for ensuring my Astro binding worked correctly for sunrise and sunset automation.
To streamline this process, I explored whether the system location is stored in a specific config file. While I haven’t found an exact file yet, I’ve discovered that maintaining a .things file with hardcoded geolocation attributes for the Astro binding could be a solution. This approach would allow me to avoid manual reconfiguration each time I rebuild my setup.
Additionally, I’ve been experimenting with setting the Z-Wave controller ID in the .things file to prevent it from changing during reinstalls. This has proven effective, and I’m hopeful that a similar strategy could work for system location. If anyone has insights or tips on where system location data is stored or how to automate its restoration, I’d greatly appreciate the feedback!
Overall, while rebuilding my setup isn’t overly cumbersome, optimizing these configurations would save time and reduce the need for repetitive manual adjustments. It’s all about making the process as seamless as possible for future updates and changes.