Releases: jnk-cons/easy-rscp-js
Releases · jnk-cons/easy-rscp-js
v0.9.1
V0.9.0
v0.8.2
v0.8.1
v0.8.0
- Fixed wrong return code if a data block is in error
- #12) Service to control the manual charging system
- The ChargingService has been expanded to include the following functions
- readManualChargeState() -> Reading out the current status of a manual storage tank charge
- setManualCharge(amountWh) -> Starting a manual storage tank charge
- stopManualCharge() -> Stopping a manual storage tank charge
- BatTag and EMSTag enums have been expanded to include a number of tags relating to the battery system
- The ChargingService has been expanded to include the following functions
- #9) Fixed Training Mode
- The status of the battery training mode was interpreted as a Boolean in version 2.1.0. However, it is actually an enum. This has been fixed
- #10) Add emergency power related Tags and a new service for controlling the emergency power system
- BatTag and EMSTag enums have been expanded to include a number of tags relating to emergency power system
- A new service EmergencyPowerService has been created
- readState() -> Reads out the status of the emergency power function
- setReserveWH(reserve) -> Configuring the emergency power reserve in watt hours
- setReservePercentage(reserve) -> Configuring the emergency power reserve as a percentage relative to the battery capacity
- removeReserve() -> Removes a configured emergency power reserve