-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
IOCharger IOCH10-22T measureands problem #1124
Comments
I suggest uninstalling the ocpp integration and reinstalling. You can then change the reporting intervals and measurands on setup. |
Reinstalling does unfortunately not help. Measureands setup is afaik automated since 0.50. I never see the respective dialog and another issue on this has been closed here with the hint that this is now automated. (#1098) The problem is not the reporting interval and how it is set up. The 60 seconds reporting interval during charging works - but only for voltage. Problem #1 When setting up values as MeterValuesSampledData in the charger firmware, the reporting inverval for the selected values increases to 60 seconds. BUT upon restarting HA, the MeterValuesSampledData setting in the charger is reset to voltage only. So the problems are: Loss of sensors / measureands with 0.52 and reset of MeterValuesSampledData entries with HA starting. |
See #1096 (comment) The log should test each measurand for support by the charger. |
If you can no longer select measurands on setup try replacing line 464 in You will need to add And remove |
Stale issue message |
Solution #1150 |
I have a IOCharger IOCH10-22T. These are sold in Germany as Entratek Power Dot Fix. This OCPP implementation basically works and I am now using 0.52. I can set the charge current for 3 phase charging from 6 to max and start/stop charging.
The problem are the measureands, which seem to get lost more and more with each update of this implementation. E.g. with 0.51 Current import, export and offered were available. With 0.52 those are now gone too. Now with 0.52 thre is only Energy Meter Start, Energy Session, Time Session, Transaction Id, Voltage left.
While charging only Voltage updates every 60s. The other value update every 900s. Restarting home assistant changes the measureands that I condigured in the charger web-interface. If I configure MeterValuesSampledData to report Current.Import,Energy.Active.Import.Register,Voltage,Current.Offered , this entry switches back to voltage only after the HA restart. The values for MeterValuesAlignedData remain. So what I see in the charger WebIF seems consistent with the observed reporting intervals.
If I change the measureands in the charger WebIF, the values update faster.
I fail to make measureands persistent in the HA/Charger combination. And I fail to win back the values that got reported in prior versions.
Questions: Charger Firmware bug? - Can I somehow mitigate the situation?
Goal: Up to date (60s) values at least for Current Import and Energy Meter.
Here is a log after restarting HA:
The text was updated successfully, but these errors were encountered: