The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- HA autodiscovery state class energy is now "total"
- VIF 7C customized ascii vif support
- VIF FC VIFE support
- roll back from float to double in example for a better precision
- vif FB1A rel humidity
- better process for unknown VIFs
- better real support
- fix failure with more VIFEs
- fix a problem with floats since last version
- MANUFACTURER_SPECIFIC VIF 0xFF
- Added getStateClass() and getDeviceClass() for home assistant
- changed some units to home-assistant compatible units
- delete unused files in example
- Added a much simpler example
- Typos in code: Year JJ --> YY
- Switch to ArduinoJSON 7
- support of "Codes for Value Information Field Extension (VIFE)" other then 0xFB,0xFC and 0xFD. Only to prevent stumbling, not all Units are implemented
- compilation problems at Windows machines
- revised documentation
- typing error correction
- support sub unit, tariff and storage number
- send only important and existing values to the json to save storage
- support for variable length values included ASCII values
- delete all encode capabilities.
- support for customized ASCII VIF 0hFC
- some tab format for a better clarity.
- Initial version