Releases: foxriver76/ioBroker.ocpp
Releases · foxriver76/ioBroker.ocpp
Release v0.12.5
- (foxriver76) revert changes of 0.12.4
Release v0.12.2
- (foxriver76) ensure main connector is always created even if no status received there
Release v0.12.1
- (foxriver76) we now also detect feature profiles if clients add unallowed whitespaces
Release v0.12.0
- (foxriver76) the
idTag
for remote transactions is nowioBroker
persistent over all transactions - (foxriver76) implemented the management of authentication list
- (foxriver76) only create states if supported by profile (closes #22)
- (foxriver76) increased stability on first connection
Release v0.11.1
- (foxriver76) we now correctly detect data type and role of configuration attributes
Release v0.11.0
- (foxriver76)
idTag
is now read correctly fromstartTransaction
message (closes #21) - (foxriver76) implemented possibility to trigger
hard
andsoft
reset
Release v0.10.0
- (foxriver76) implemented state to control number of phases used for charging
Release v0.9.1
- (foxriver76) we now avoid not implemented logging if
chargeLimit
is set to null (deactivated)
Release v0.9.0
- (foxriver76) we removed states from main connector which are not allowed there
- (foxriver76) we now synchronize configuration into adapter
- (foxriver76) we added ack flag to
availability
state - (foxriver76) we added ack flag for
charge limit
states - (foxriver76) we optimized error logging
- (foxriver76) we now allow changing charger configuration via adapter
- (foxriver76) we improved reconnect handling
Please delete all states of connector 0 once
Release v0.8.2
- (foxriver76) only log the
errorCode
if it is different fromNoError