Skip to content

Commit

Permalink
Fix for offline status sending to MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaluxPL committed Feb 25, 2022
1 parent 42a9800 commit f5572fa
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 248 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Fix version
HomeAssistant support

### Added
1. Home Assistant support (via MQTT) - curtesy of @pablolite code
1. Home Assistant support (via MQTT) - code courtesy of @pablolite

### Changed
1. Minor cleanups.
Expand All @@ -157,8 +157,19 @@ MQTT support (including Domoticz/HomeAssistant) refactored

### Changed
1. Basic MQTT message output as a separate option (independent from Domoticz or HomeAssistant support)
2. Basic MQTT output is now independent from Domoticz support
3. Dedicated MQTT topic settings for basic support, Domoticz and HomeAssistant
4. Additional parameters in config.cfg for above changes
2. Dedicated MQTT topic settings for basic support, Domoticz and HomeAssistant
3. Additional parameters in config.cfg for above changes

### Fixed

## [1.82] - 2022-02-25
Fixes, code refactoring and clean-ups

### Added
1. Logger connecting messages in verbose mode

### Changed
1. Some code refactoring and unnecesarry parts removal

### Fixed
1. Sending offline status to MQTT (basic, Domoticz, HomeAssistant)
Loading

0 comments on commit f5572fa

Please sign in to comment.