-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.2 -> Still migration error #1542
Comments
This is weird.. After upgrade to 0.8.2 -> migration error -> then delete "central" and "charger" then I connect from ABB mobile app to my charger -> now everything works.. |
I don't know which version is safe anymore. I'm not touching anything until something certain is released because after one update it set the charging to 32A and overloaded the inverter... I am grateful for the Author's work but this error was already big because it affects devices at home. Of course I could update when the car was not connected but it didn't even occur to me that something like this could happen. It has never happened. |
Solved this way : Still migration error with 8.0.2 Thank you to author for his work 👍 |
Managed to get things running again on version 8.2. I had to remove all and after reboot re-add things. Only thing thats weird is that the current slider seems to have a max of 32A allthough I set a max of 16A while setting things up. |
32A is fine for my use and seems to work on graphic. |
It worked. I'm not sure about the procedure but I think deleting 'central' and 'charger' and restarting HA and adding it again helped. Thanks again for the work to the Author. This integration is very helpful. |
Do not use the max charge current for dynamic charge. It's value is written to storage in the charger and you will potentially wear it out with frequent updates. Use a charge profile instead. https://github.com/lbbrhzn/ocpp/wiki/Charge_automation#dynamically-adjusting-ev-charge-current-a-smart-approach Using the example code in the link above, I extended this with an input_number slider helper, and an automation triggered on it's state. This gives me a new slider that can be adjusted manually or by other automations, without risking damage to the charger.
|
@BikeMikeAU Side note : My ABB Terra AC should handle dynamic charge by requesting current load to a modbus meter, ABB support doesn't reply to my emails anymore - some (usefull) settings can't be changed in terra config application |
@BikeMikeAU Thanks for the info! |
Strange after deleting the OCPP integration and reinstalling it (with the reboots in between) only the central comes back. no charger. |
Hello, I have a question: when using TxProfile, does the memory not wear out at all and can I modify the power even every second without worrying about EVSE, or is it not that great and is it better not to overdo it? |
No, charge profile will not be written to flash storage, it is temporary in RAM. However it is dependent on your charger and vehicle how quickly it responds to changes. In my experience, that's about once per minute maximum. |
OK, I understand. I gave the time "second" as an example of very frequent changes so that we would understand each other. I wanted to be sure that Tx is COMPLETELY safe and I can send any number of messages without worrying about the durability of the device. Thank you for the information. |
I made some improvements in my automation and created a separate discussion, since not related to this issue discussion |
OCPP v0.8.2
HA Core 2025.2.5
Supervisor 2025.03.0
Operating System 14.2
Configuration
One Ha installation conncted to ABB terra w22
Describe the bug
After the last update from v0.64 to v.0.8.2 (also tested from v0.70 to v.0.82) got a migration error and Entities are no longer available. Deleting device "central" before update dont fix this issue (this also tested)
Also tested remove central+charger devices after 0.8.2 installation but then charger status remain unknown.
All other updates before 0.80 are fine.
Debug log
Describe the bug
A clear and concise description of what the bug is.
The text was updated successfully, but these errors were encountered: