-
Describe the bugAfter upgrading from v0.128.4 to v0.130.1, I get the warning "waiting for local authentication" and I guess that the More serious than that, though, is the fact that Steps to reproduce
Configuration detailslog: debug
levels:
cache: error
ocpp: trace
meters:
- type: template
template: senec-home
usage: grid
schema: https
host: 192.168.178.84
name: grid1
- type: template
template: senec-home
usage: pv
schema: https
host: 192.168.178.84
name: bsh
- type: template
template: senec-home
usage: battery
schema: https
host: 192.168.178.84
name: senec
chargers:
- type: template
template: pulsarplus
name: pulsar
vehicles:
- type: template
name: id3
title: id.3
template: id
[... login data ...]
loadpoints:
- title: Garage
charger: pulsar
mode: pv
phases: 3
mincurrent: 6
maxcurrent: 16
site:
title: [... title ...]
meters:
grid: grid1
pv:
- bsh
battery:
- senec
residualPower: 300
maxGridSupplyWhileBatteryCharging: 50 Log detailsSuccessful SetChargingProfile before update
Restart after update
SetChargingProfile is getting rejected/waiting for local authentication
What type of operating system are you running?Linux Versionevcc version 0.130.1 |
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 19 replies
-
@premultiply umm, no. This ticket is about two issues. The more critical one is not that Autostart one. It's that |
Beta Was this translation helpful? Give feedback.
-
Oh, and I just noticed that clicking the "Off" button has no effect, it continues charging with 11kW even though production is currently at 1.0kW and the car should not charge at all. |
Beta Was this translation helpful? Give feedback.
-
First of all setup your charger to "autostart", "free vending" or however it is called. Or just put an RFID card to the reader. #15471 Please do not mix up everything or I will just ignore this issue. |
Beta Was this translation helpful? Give feedback.
-
Just do it and validate if all of your issues are gone? |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
For all those struggling with Pulsar Plus which can not find an autostart or whatsoever in the app nor in the my.wallbox.com/chargers webui there is a solution for evcc.yaml found in the latest blog post from august 17th in the rfid and authorisation topic which I have linked here to find a rather quickly. remotestart: true ATTENTION: this "parameter" is not part of the documentation so far, I have searched the whole website and "0 results" |
Beta Was this translation helpful? Give feedback.
-
Hi, I saw a lot of changes to OCCP in the last updates. Maybe there is a bug or something? |
Beta Was this translation helpful? Give feedback.
-
It is quite disheartening to see this bug report completely ignored. |
Beta Was this translation helpful? Give feedback.
-
Here is what I did, and it worked around the first issue I described in this bug report (not a discussion, @premultiply, I describe regressions here, not merely questions of a clueless user as you seem to assume incorrectly): chargers:
- type: template
template: pulsarplus
name: pulsar
remotestart: true This is the top-level section Be careful, though: If you need to downgrade EVCC (like I was forced to, because I want to my EVCC to have the intended effect when I click the Solar or the Off button, which EVCC v0.130.1 distinctly fails to accomplish here), you will have to comment out that |
Beta Was this translation helpful? Give feedback.
-
Hallo, hier mit der 130.4 das selbe Problem. zurück auf 129 läuft es wieder Gruß |
Beta Was this translation helpful? Give feedback.
-
In der nächsten Nightly gibt es eine neue Option |
Beta Was this translation helpful? Give feedback.
-
Läuft bei mir mit einer Wallbox Commander 2 und evcc 1.30.10 gefühlt sogar besser als vorher. :) Inkl. Netzladung mit Solaredge 👍
|
Beta Was this translation helpful? Give feedback.
Here is what I did, and it worked around the first issue I described in this bug report (not a discussion, @premultiply, I describe regressions here, not merely questions of a clueless user as you seem to assume incorrectly):
This is the top-level section
chargers
.Be careful, though: If you need to downgrade EVCC (like I was forced to, because I want to my EVCC to have the intended effect when I click the Solar or the Off button, which EVCC v0.130.1 distinctly fails to accomplish here), you will have to comment out that
remotestart
line; This setting was introduced in v0.130.0 and prevents any previous v…