data are written in new database as the datatypes of the original database does not fit any more.

This commit is contained in:
Nils Reiners
2026-01-06 23:07:06 +01:00
parent 876115cf6e
commit fd87257f37
3 changed files with 196 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ db = DataBaseInflux(
url="http://192.168.1.146:8086",
token="Cw_naEZyvJ3isiAh1P4Eq3TsjcHmzzDFS7SlbKDsS6ZWL04fMEYixWqtNxGThDdG27S9aW5g7FP9eiq5z1rsGA==",
org="allmende",
bucket="allmende_db"
bucket="allmende_db_v3"
)
hp_master = HeatPump(device_name='hp_master', ip_address='10.0.0.10', port=502)