After experiencing a hardware failure, I decided to reinstall my home server and take the opportunity to improve my setup. One area I wanted to address was how data is stored in InfluxDB. Currently, OpenHAB writes each sensor value individually, which results in multiple field keys like kitchen_temp and liv_hum. However, I believe a more efficient approach would be to use tags and fields to better organize the data, allowing for easier filtering and visualization. This method would involve having two entries: one for the kitchen with temperature and humidity fields, and another for the living room with the same fields. While I understand this might not be compatible with OpenHAB’s internal workings, I’m curious if others have found solutions or workarounds for this. Has this been discussed before? Any insights or suggestions would be greatly appreciated!