v7.1.0
版本发布时间: 2024-08-31 21:54:49
dalathegreat/Battery-Emulator最新发布版本:v7.4.0(2024-10-01 15:57:32)
What's Changed
This version introduces support for the SMA-BYD protocol. It is now possible to use SMA Sunny Boy Storage inverters with the Battery-Emulator. This release also contains a few bugfixes.
Taking v7.X.X into use
There are new configurable parameters in the USER_SETTINGS files.
The CAN configuration needs to be set incase you are running extra CAN channels attached to the board. Via this new configuration option, you can define what is connected to which CAN channel. Some components are OK with sharing a CAN channel, others need a dedicated channel. The new CAN configuration also allows you to connect normal CAN devices to a CAN-FD interface. Simply enable the USE_CANFD_INTERFACE_AS_CLASSIC_CAN
option in the USER_SETTINGS incase this functionality is desired. There is a whole lot more flexibility with the newconfiguration CAN configuration interface!
Inverters :zap:
- New protocol: BYD-SMA by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/410
Batteries :battery:
- Bugfix: BMW i3, temperature swap + SOC improvement by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/417
- Bugfix: BMW i3, Add skip for CRC incase it fails initially by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/419
- Feature: BMW i3, cellvoltages now supported + small fixes by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/381
- Bugfix: eGMP now compiles again, by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/411
Housekeeping :broom:
- Bugfix: Update CAN pins from hard coded to using HAL by @StarkJohan in https://github.com/dalathegreat/Battery-Emulator/pull/424
- Bugfix: SMA Cleanup by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/420
- Bugfix: Remove extra closing script tag by @puffnfresh in https://github.com/dalathegreat/Battery-Emulator/pull/425
- Microfeature: User settings for MDNS, WIFI AP, Home Assistant autodiscovery by @paulusbrand in https://github.com/dalathegreat/Battery-Emulator/pull/423
- Cleanup: Remove unused LUNA2000 library by @dalathegreat in https://github.com/dalathegreat/Battery-Emulator/pull/428
New Contributors
- @paulusbrand made their first contribution in https://github.com/dalathegreat/Battery-Emulator/pull/423
Full Changelog: https://github.com/dalathegreat/Battery-Emulator/compare/v7.0.0...v7.1.0