Replies: 6 comments 19 replies
-
Did you also report the temperature unit issue to S&P? |
Beta Was this translation helpful? Give feedback.
-
You can use the OCPP integration's Get Diagnostics action to retrieve the charger log and this may shed some light on why the internal error is occurring. If you search the Discussions/Issues there is more info on how to do this. |
Beta Was this translation helpful? Give feedback.
-
I can confirm the iOS app quirk with the edit field and the validation error with the temperature units. I worked around the latter by temporarily patching the Python ocpp library. I haven't yet seen the reliability issue - but I still need to finish one leg of the network cabling, so I've only had temporarily-installed network cables in place for a few days at a time. I was wondering if the validation error would cause wide-spread issues, but another open-source OCPP "server" seems to just ignore anything other than (k)Wh, at least for display (steve-community/steve#1514). I'm not sure how strict they are with validation. That said, I'm happy this one logs the extra data. |
Beta Was this translation helpful? Give feedback.
-
I was reading this post & started to think I had written it because you are seeing exactly the behaviour that I get. I can confirm that the Android App has or at least had the same issue when trying to type in the URL, so having to do a quick copy and paste and save has been the only way to do it. I am told that this is fixed in the latest version of the App but I haven't tried it. |
Beta Was this translation helpful? Give feedback.
-
How did you setup the timed charging? Did you set the maximum current to 0A to pause charging until the right time? (like here: #1062 (comment)) If so, did that work? |
Beta Was this translation helpful? Give feedback.
-
There are two seperate issues that S&P are looking at for me now. The first is the charger regulary reporting InternalError errors like this:
The second is an issue with the charger not reconnecting to Home Assistant after it restarts. From the websocket server logs:
|
Beta Was this translation helpful? Give feedback.
-
Anyone else here using this integration with a Simpson & Partners charger? I have one of their Home 7 Plus chargers and I thought I'd share my experience using it.
Setup
You configure the web socket URL that points the charger to Home Assistant in the S&P app under Settings -> OCPP. There's a bug in the iPhone app where you start typing the URL in the box and the characters disappear after a second or two. The only way I've found around this is to have the URL in your clipboard, paste it in the box, and quickly tap the save and restart button. That will configure the charger to use OCPP. I don't know if this bug is also present in the Android version of the app as I've only tried it on the iPhone one.
Measurands
The integration successfully detects the following measurands from the charger:
Unfortunately for the Temperature measurand, the charger reports its unit as '°C' instead of 'Celsius'. That causes schema validation to fail as '°C' isn't part of the OCPP 1.6-J schema specification. I disable automatic measurand detection and manually select all the ones above apart from Temperature. Possibly having both 'Automatic detection of OCPP Measurands' and 'Skip OCPP schema validation' enabled would work, but I think getting the integration to validate the messages from the charger is rather important.
Reliability
I've not found using OCPP with this charger to be very reliable. The charger often (multiple times per week) reports InternalError and enters a Faulted state:
This is particularly annoying when you need it to charge the car in the middle of the night and it doesn't. The only way to get it working again is to restart it from the S&P app. Sometimes twice. This seems to happen a lot more frequently since the 2.2.37 firmware was pushed to the charger. I've reported this to Simpson & Partners so we'll see if they take any notice. Disabling OCPP and just relying on a schedule set on the charger is reliable (but obviously no Home Assistant integration then). I suspect it's the OCPP code in the charger's firmware that's unreliable.
Does anyone have a reliable setup with this charger?
Beta Was this translation helpful? Give feedback.
All reactions