Releases: tomquist/hm2mqtt
Releases · tomquist/hm2mqtt
1.5.2
1.5.1
1.5.0
What's Changed
- Fix CI for forked PRs by @tomquist in #87
- Fix sync-time timezone offset by @tomquist in #102
- Switch logging to pino by @tomquist in #90
- chore: Run CI on develop by @tomquist in #103
- Fix tests by @tomquist in #105
- Add CT002 smart meter support by @tomquist in #116
- Add support for MI800 inverter by @tomquist in #118
- Allow 0W max charging power for Venus by @tomquist in #117
- Add 24 hour format for timings // Fix "mAh" isn't available of the "energy" class anymore by @Dielee in #121
- Update MI800 support by @tomquist in #123
- chore: update issue templates by @tomquist in #146
- Add conditional advertising for sensors by @tomquist in #124
- feat: auto-disable sensors when optional messages are disabled by @tomquist in #148
- refactor: improve log level semantics to reduce noise and clarify severity by @tomquist in #149
- feat: add release workflow by @tomquist in #150
Full Changelog: 1.4.3...1.5.0
1.4.3
1.4.2
What's Changed
- Fix global availability topic by @tomquist in #74
- Update README instruction for configuring MQTT broker by @tomquist in #76
- Fix typo in README by @tomquist in #75
- Fix discovery config publish tests by @tomquist in #77
- Add topic prefix config for Home Assistant addon by @tomquist in #78
- Fix wrong state class for total_income by @tomquist in #81
Full Changelog: 1.4.1...1.4.2
1.4.1
- Add support for Jupiter C
Full Changelog: 1.4.0...1.4.1
1.4.0
Added
- Add support for Marstek Jupiter and Jupiter Plus (JPLS-8H) devices (#38)
Fixed
- Venus: Fix version set and discharge power commands (#67, related to #60)
- Fix time period weekday bug when changing power settings via MQTT - weekdays would change unexpectedly when modifying power, start/end times, or enabled status (#65, fixes #61)
- MQTT proxy: Prevent all client ID conflicts (not just 'mst_' prefixed ones) to resolve connection issues with multiple devices (#64)
Changed
- Add
state_class: 'measurement'to power sensors for Home Assistant statistics and Energy Dashboard support (#66, fixes #62) - MQTT proxy: Improved conflict resolution with retry logic and proper cleanup when clients disconnect (#64)
Full Changelog: 1.3.4...1.4.0