Delete the installed Addon (higher version) then go to Settings > System > Backup and choose Upload Backup in the top right menu and upload the tar.
Be sure to turn off auto-update.
Is there anyone who can point out what is wrong with this? Was created by the tool of Johan Bos
The syntac to read out the ID for the energy meter was ok.
System SQLweb 3.44.2
Home assistant core 2024.4.3
Operating system 12.2
Supervisor 2024.04.0
frontend 20240404.2
Then load your database, select the Domoticz DB file and use the ID’s found before. This will result in this output:
Image 2
For each of the entries (3 in total) go to the SQL Web tool, select the appropriate table and, go to the query tab, paste your data & click execute.
Image 3,4,5
Repeat the same steps also for the other ID’s (I have 3: Gas in M3, Electricity Low in Kwh and Electricity High in Kwh.
I try to import some Domoticz data into the SQL and got the following error:
UNIQUE constraint failed: statistics.metadata_id, statistics.start_ts
what to do?
At first thanks alot for taking the effort for making this tool.
I am currently busy with migrating from domoticz to HA.
So far I succeeded in the following:
Electricity consumption/delivery
Gas consumption
SolarEdge consumption (Using Modbus integration)
Currently failing at:
Water usage history (not that important for me now)
Easee charging history
Below, red marked area is imported data into the database, that data is also correct in HA.
Problem is once new data is added the sum is different. And I get a negative -2000 value on that day.
After the -2000 (not exactly 2000 by the way) data shows correctly again. But at weekly/monthly/yearly table I will always have -2000 less kWh displayed.
The green marked area I did change the sum and then the -2000 disappears also. But once new values get added I got -2000 again.