Skip to content

Releases: jnk-cons/easy-rscp-js

v0.9.1

25 Feb 20:41
Compare
Choose a tag to compare
  • #25) Omit credentials during string convertion
    • Added option to the StringFrameConverter to omit credentials

V0.9.0

20 Feb 19:47
Compare
Choose a tag to compare
  • #20) Add missing WallBox Tags
    • Added a bunch of Tags to WB and EMS Namespace
  • #21) Extend services with wallbox live data
    • DefaultLiveDataService returns the complete wallbox consumption and the solar share
    • New DefaultWallboxService to query the connected wallboxes and read the live data for each

v0.8.2

07 Feb 07:44
Compare
Choose a tag to compare
  • #18) Battery status contains the incorrect volt and temperature values per cell

v0.8.1

06 Feb 08:30
Compare
Choose a tag to compare

#16) Sometimes, RSCP Frame Answer parsing failes

v0.8.0

01 Feb 15:47
Compare
Choose a tag to compare
  • 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
  • #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

v0.7.1

26 Jan 10:30
Compare
Choose a tag to compare

#8 Fixed broken index.ts file

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Jan 20:36
fa752d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

14 Jan 09:57
Compare
Choose a tag to compare

No Code changes ... Fixed onlye the typscrip definition files in the release on npm

v0.6.0

14 Jan 09:51
Compare
Choose a tag to compare

#5 Add connection- and readtimeout configuration to connectiondata

v0.5.3

13 Jan 21:27
Compare
Choose a tag to compare

#4 Connection termination is not handled correctly