pod-point-home-assistant-component
pod-point-home-assistant-component copied to clipboard
Cable Status sensor is unreliable since last update
I had based all of my charging automations off this sensor because it was the quickest to update and most reliable. Now this sensor can go an entire charging session without changing state from "unplugged" even if status is "charging" and it sais it is connected to the cloud
I agree the sensor is now unreliable, constantly changing it's status. Below is a screenshot of the sensor. The car is plugged in .
I will take a look and try to recreate, I've not seen this on my pod. Its coming into the school half term this week so it will be unlikely that I will be able to take a look until next week. Was there a certain time that it started happening? Did you restart your Home Assistant instance before seeing it?
Anything to help me re-create it would be awesome
Hi,
I have restarted home assistant a number of times and the problem continues. I am not sure how to recreate it.
Completely understand about half term. For me this issue has been on going for a while and not particularly problematic so not urgent.
Sorry I cannot be more helpful.
I also have this issue.
Another pod point with this issue. Mine in combination with a eCorsa, which only updates it's cable sensor when Stellantis can be arsed.
It seems to me, that what is happening here is that when you switch "Charging Allowed" the cable status immediately changes to "unplugged" regardless of the actual plug status (is it renegotiating with the car?), and stays that way for about 5 minutes.
I use predbat to plan my charging slots, it refreshes every 5 minutes, so i was getting stuck in a doom loop of charging / not charging creating the behaviour you see above.
As a quick nasty fix, I created a helper that toggles according to the initial plug status, and then toggles off if the cable is reported unplugged for more than 30 minutes, and updated predbat to make decisions based on the smoothed sensor. It works, but feels nasty.
Final update:
This confirms it, I think:
Everytime "Charging Allowed" is switched, Cable Status is reset for +/- 5 Minutes. If you are doing your charging programmatically, you'll need to make a sensor to smooth it out.