I am trying to add TeltoCharge 11kW (FW 1.14.7) to my Home Assistant home automation platform. I am using the latest OCPP extension from HACS to connect the charger to HA. Basic functionality works fine; however, most of the sensors are not available, which basically renders the integration almost useless because I can neither see real-time info for load balancing nor collect stats for long-term use analysis and optimizations. Only basic controls are available, and even basic meters as voltage, current, and cars’ SoC, are missing. Tried connecting the charger to Monta with the same results - most of the meters are not available. See attached screenshots for details.
Didn’t find anything to configure in the App. What am I missing here? How to enable all the meters in the charger to become available through OCPP?
Thank you! Yes, this helped me solve the issue with missing measurands. A few follow-up questions, though:
I see that *.Export measurands are not available. Is it OK to assume that *.Import is always equal to *.Export values, and I can ignore the latter?
Do you have any plans to implement SoC measurand in future versions? Having this measurand returned by the charger would not require adding an EV integration.
Below is the screenshot from Home Assistant showing the OCPP command to be sent to the charger to configure the measurands availability. Please note that Advanced Mode under your profile needs to be enabled for the Action item to become available.
YAML command to be sent: ocpp_key: “MeterValuesSampledData” value: “Energy.Active.Import.Register,Current.Import,Current.Offered,Temperature,Voltage,Power.Active.Import”