Releases: tspopp/AquaMQTT
Releases · tspopp/AquaMQTT
v1.4.1
What's Added
- Provides Exhaust Fan Configuration which is only available in AirDuct configuration INT/EXT #43
- Allow controllability of Exhaust Fan Configuration #43
- Allow controllability of AirDuct Configuration
- Add new attributes to HomeAssistant discovery
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Added
- HomeAssistant Discovery: This release enables discovery in HomeAssistant, so entities from AquaMQTT are automatically detected in your MQTT enabled Home Assistant instance #42. Find more instructions in HOMEASSISTANT.md.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Fixed
- Periodic NTP time updates were likely broken and should be fixed with 1b5235d
What's Added
- Temperature readings published via MQTT are now filtered using Kalman filters. This reduces the amount of MQTT updates sent to the broker and removes the noise from the temperature sensor. The additional filters are enabled by default, with the possible to disable filters through
Configuration.h
. If you still observe sensor noise in your temperature readings, you might want to adapt the kalman filter settings inConfiguration.h
accordingly. #38
What's Improved
- Upgraded to the latest available arduino core 3.0.5 #39.
Full Changelog: v1.2.2...v1.3.0
v1.2.2
v1.2.1
What's Fixed:
- State Solar Input was misinterpreted as State PV Input
What's Added:
- Show SOLAR Icon within the HMI if AquaMQTT is running with
flagPVModeHeatPump == 1
- Show PV Icon within the HMI if AquaMQTT is running with
flagPVModeHeatElement == 1
- Provide Solar Input Signal detected via MQTT
What else has been changed
- feat(aquamqtt): enable overrides for messages emitted by main by @tspopp in #25
- feat(aquadbg): more troubleshooting tooling by @tspopp in #27
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Fixed
- MITM Mode: Errors were previously not transferred to HMI controller
⚠️ - MITM Mode: Race-Condition which leads to dropped bytes in the main channel connection
What's Added
- Process error messages (message id 74)
- Forward error messages in MITM mode
- Publish error message content to MQTT
- Changed and customizable MQTT publish behavior (fixes #19):
- MQTT messages are only published if the attribute has actually changed, which dramatically decreases the amount of messages published to the broker
- There is a configuration value for a fixed time interval which forces AquaMQTT to re-publish all topics with the current state
- Possibility to debug and publish raw heat pump messages received on each channel
- New MQTT topics for main, hmi, and error messages: See #20
What else has been changed
- doc(mqtt): fix typo in pv topics by @tspopp in #13
- Add Home Assistant configuration for AquaMQTT by @scoudibou in #15
- Implemented parsing of advanced diagnosis menu contents by @tspopp in #20
Full Changelog: v1.1.0...v1.2.0
v1.1.0
AquaMQTT v1.0.0
Initial Release🍻