-
Notifications
You must be signed in to change notification settings - Fork 117
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
v4.1.7 Charge starts randomly when in eco mode #513
Comments
Also noticed during normal eco mode charge, that if sun hides so fast that the mqtt topic reduces rapidly and does not stay at 0 for a while, it doesn't reduce the charge power to the 6A minimum. It stays at the last sustained charge rate and doesn't stop after the time limit. |
There was a bug on 4.1.7 with mqtt entering in a loop and disconnecting. Can you try with latest dev builds if it fixes it ? |
I have the ethernet board, F revision. Would you mind to point (or tell) me to the correct binary? Whats the difference between _dev and the without _dev binary? Anyways I just noticed that also charge starts whenever you connect the car despite being in eco mode. Rebooting stops charging.
|
V2 Gui are dev builds compiled with either V1 or V2 gui ( files ending with gui_v2 have new gui, others don't. You always can roll back, no worry, there's no config change. |
so is it fixed ? it's not waking up randomly anymore ? About current shaper, it nows disable itself when Divert is active, there was probably some bug using booth on older firmware. |
Mmmmm... I don't know if I like the new interface. It seems to show more information, but it's difficult to understand to what refers. I suggest changing the configuration section to one with those nice buttons of the main page in a side menu. And a floating save button or no button at all (automatic saving). Then one could just click on the side buttons in order and enter or peek the settings. A big back button on the left side and a save button on the right side of the tittle bar would also be nice. |
I'll let some more time before telling you it's fixed. It seems though. But why one wouldn't like to have the current shaper active at the same time than the solar divert? |
Not fixed! System overload is in progress. I'll monitor the values passed by mqtt in case there's something it doesn't like, but yesterday I limited negative values to a max of 6400w. I saw they where big negative values in the first screenshots. I'll change firmware to regular gui+prerelease+dev that is easier for me to diagnose. |
the tag displayed on bottom left of status bar shows state is set to Disabled by Divert ( by using /claims/target ) so EVSE should be disabled and not charging @jeremypoulter , this looks related to #481 , #452, #450, |
@SergioRius can you post the output of /claims/target when its buggy? edit: No worry I can reproduce, It only displays when it's active for now., I have corrected About Shaper I cantry let shaper active for divert and add the energy produced to the sum of amp available on shaper side. |
@KipK Thanks for all your efforts. It started charging 3 more times during the rest of the day. 1/2H ago I told the wife to leave it unplugged for the night when she came back from shopping. I started to collect in influx all the points I send through mqtt to the charger. The grid consumption (yellow) and the excess solar power in green. This in reality is a battery setpoint I calculate. It's the remain after taking out what I consider battery should be charging at a given SoC. And it's negative as it also affects other power sources. I was first flooring it to zero before feeding into openevse, but I read that openevse also takes into account negative numbers in production for cutting power. I've adjusted it to re-send the value every 10s when it doesn't change and floor it to 6400. If not is sent every 1s max. I can't see anything wrong with the data collected around the time it starts. I hoped I could find I was feeding something wrong via mqtt. It seems that the Tesla Api has @30s of delay, so the State band has this delay to the log on the last graph. EDIT: I'll try tomorrow with limiting all the mqtt messages I send to max every 3s. |
From the doc: Can you try with such rates? |
Is it the same as your base topic? If it is, you shouldn't use the same topic as openevse for external data I see you have negative values , it's supposed to be always positive for solar. Or use the Grid +I/-e divert mode if you want to divert based on your excess of power. ( Negative means export on the grid ) |
At the time I checked if that topics where in use, but you are right, nothing says it wont be in use in the future or even now. I'll change them now to a base topic of "openevse_feedin" for example. |
I have edited my post above also |
Limited excess to zero or greater values. |
It seems that those changes don't have an effect. The charger starts itself on it's own being on eco mode without power availability. That renders it unusable and I may be forced to change for another solution. I'm not happy at this time. This past Friday it started during the night, depleted the batteries and charged overnight at a high price of energy without me noticing it. I've gathered mqtt statistics and I can't see anything wrong on them. That could explain the overnight charges, that is when Tesla prefers to download FW. Could you tell me what is the last version before the current shaper implementation? |
FYI Been testing the charger and hasn't start charging on it's own again. |
Since I updated to v4.1.7 (4 days ago), the charger starts charging itself even when it's on eco mode and there is no sun production.
I've started noticing strange behavior since the current shaper was implemented. In previous versions the shaper woke up the car several times a day, depleted the 12v battery on my Tesla M3 so the car went into failsafe/service request.
I saw it live and the effect was that it was waking the car and proceeding with a micro-charge of 2-3 seconds, then stopped. The car stood awaken. So I disabled the current shaper when I noticed it.
I don't know if its related but now it stays charging.
Yesterday:
Today:
As you can see, the solar excess topic is supplying negative (consumption) with a max rate of 5s, that it is on eco mode and that when it starts like this, it goes up to the charge limit that is set, in my case 28A.
It only stops charging if the wifi module is rebooted.
This is really bad. Today has done it 4 times, depleted my home battery to 20% (limit), and the last time I only noticed because it caused the inverter overload.
The text was updated successfully, but these errors were encountered: