Hello,
I’ve connected Home Assistant to InfluxDB. In Home Assistant, data is generated correctly on a per-minute basis:
2024-06-22_02:10:00;Temp;26.11;Hum;75.87;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:11:00;Temp;26.11;Hum;75.87;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:12:00;Temp;26.11;Hum;75.87;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:13:00;Temp;26.11;Hum;75.87;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:14:00;Temp;26.22;Hum;76.06;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:15:00;Temp;26.22;Hum;76.06;Sihas_kWh;63;Sihas_W;290
2024-06-22_02:16:00;Temp;26.22;Hum;76.06;Sihas_kWh;63;Sihas_W;290
However, the data stored in InfluxDB is saved at irregular intervals. How can I resolve this issue? Below is a portion of the CSV file containing data stored in InfluxDB.
2024-06-22T02:13:40.000+09:00
2024-06-22T02:13:50.000+09:00 66
2024-06-22T02:14:00.000+09:00
2024-06-22T02:14:10.000+09:00
2024-06-22T02:14:20.000+09:00
2024-06-22T02:14:30.000+09:00 66
2024-06-22T02:14:40.000+09:00
2024-06-22T02:14:50.000+09:00
2024-06-22T02:15:00.000+09:00
2024-06-22T02:15:10.000+09:00
2024-06-22T02:15:20.000+09:00
2024-06-22T02:15:30.000+09:00
2024-06-22T02:15:40.000+09:00
Just to clarify, the data extracted from the CSV file pertains specifically to the part corresponding to “Sihas_kWh” from the previous information.
