-
-
Notifications
You must be signed in to change notification settings - Fork 46
Move from 0.17 to 0.18 with new statistics
Pawel edited this page Jun 9, 2022
·
1 revision
Since 0.18 component uses new HA API which allows to put past data into statistics database.
If you want have old data from recording or energy sensor which you'd like to persist after upgrade follow this guide. I recommend this option only for long time IVT users.
- make backup of your HA database! There won't be revert option.
- Go to Developer tools -> services and choose
move_old_statistic_data
service: bosch.move_old_statistic_data
data:
entity_id: sensor.recording_actualdhwpower
- Now go to Devices settings, click on your bosch device and choose
Configure
- Select
Use new statistic API (IVT and Easycontrol)
- Restart Home Assistant
After restart it should fetch same day.
For EasyControl and NEFIT all old statistics will be fetched during first time run after selecting Use new statistic API (IVT and Easycontrol)
. For:
- Nefit - it will fetch up to 15 years of past data
- IVT - maximum 4 months can be fetched probably
- EasyControl - maximum 2/3 months are stored.