Adapter for OCPP 1.6
npm install iobroker.ocpp!Logo


!Number of Installations
!Current version in stable repository

Tests: !Test and Release
numberPhases by setting null$3
* (foxriver76) ensure main connector is always created even if no status received there$3
* (foxriver76) we now also detect feature profiles if clients add unallowed whitespaces$3
* (foxriver76) the idTag for remote transactions is now ioBroker 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$3
* (foxriver76) we now correctly detect data type and role of configuration attributes$3
* (foxriver76) idTag is now read correctly from startTransaction message (closes #21)
* (foxriver76) implemented possibility to trigger hard and soft reset$3
* (foxriver76) implemented state to control number of phases used for charging$3
* (foxriver76) we now avoid not implemented logging if chargeLimit is set to null (deactivated)$3
* (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__
$3
* (foxriver76) only log the errorCode if it is different from NoError$3
* (foxriver76) make transactionId matching connectorId again$3
* (foxriver76) we now support wallboxes with multiple connectors (closes #16)
* (foxriver76) we added a new state lastTransactionConsumption
* (foxriver76) implemented a transactionId handling
__The structure of the datapoints has changed to support wallboxes with multiple connectors. Please delete states once and adjust your scripts!__$3
* (foxriver76) we have introduced a state to sepcify if chargeLimit is in watts or ampere$3
* (foxriver76) we now handle DataTransfer messages$3
* (foxriver76) we have optimized some log messages$3
* (foxriver76) added possibility to define the idTag of the transaction (closes #13)$3
* (foxriver76) implemented authentication$3
* (foxriver76) fixed default value of info.connection$3
* (foxriver76) set 'TxDefaultProfile' instead of 'TxProfile' if charging starts, else it may block overriding the limit during transaction$3
* (foxriver76) set charging profiles on stack level 0, because some chargers do not support higher levels$3
* (foxriver76) if wallbox offers multiple meter values they will now alle be represented
* (foxriver76) admin is no longer needed on the same host (multihost)$3
* (foxriver76) close server on unload for compact mode
* (foxriver76) fixed the message type
* (foxriver76) limit state is now in Ampere and should work now$3
* (foxriver76) we are requesting config of new clients too
* (foxriver76) we fixed a bug with limitState not respected on startTransaction
* (foxriver76) make sure we use no outdated connection$3
* (foxriver76) small optimizations
* (foxriver76) updated dependencies$3
* (foxriver76) fixed error on sending commands if device name containts dots
* (foxriver76) we also log repsonse errors from now on$3
* (foxriver76) switch to updated OCPP fork
* (foxriver76) minor optimizations$3
* (foxriver76) we now replace dots in device names by underscores$3
* (foxriver76) added possibility to limit the charging process to given Wh if supported by ChargePoint$3
* (foxriver76) we fixed name of availability state
* (foxriver76) we fixed unnecessary comma in info.connection` stateCopyright (c) 2022 Moritz Heusinger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.