Closed jeffborg closed 4 months ago
My guess going by the code is conn.status
is nil at https://github.com/evcc-io/evcc/blame/0.128.3/charger/ocpp/connector_core.go#L56 because I'm not using getconfiguration and instead using this
getconfiguration: false
metervalues: Energy.Active.Import.Register,Power.Active.Import,Current.Import
chargers:
- name: solax
type: template
template: ocpp
timeout: 2m
getconfiguration: false
metervalues: Energy.Active.Import.Register,Power.Active.Import,Current.Import
bootnotification: false
meterinterval: 10s
@jeffborg
What is the reason for this manual configuration here, especially getconfiguration: false
and bootnotification: false
?
What type of charger is this exactly? Could you provide an ocpp trace log without these parameters or both set to true? My goal is to avoid the need of this parameters if possible and to provide templates even for ocpp chargers.
Did you try the nightly build and setting autostart: true
?
Issue is already fixed. Cannot access status when its nil.
Describe the bug
Updated from 0.128.2 to 0.128.3, now always crashes upon occp communication, working perfectly before on 0.128.2
Steps to reproduce
Configuration details
Log details
What type of operating system are you running?
Docker container
Version
0.128.3