Skip to content

Commit

Permalink
Merge remote-tracking branch 'ESP_Buderus_KM271/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dewenni committed Aug 31, 2024
2 parents a53220b + 5759600 commit b720c40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file added Doc/mqtt_ha_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Doc/mqtt_ha_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Doc/mqtt_ha_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ The WebUI is responsive and also offers a mobile layout.
- [MQTT](#mqtt)
- [Config and Status values](#config-and-status-values)
- [Commands](#commands)
- [Home Assistant](#home-assistant)
- [Optional Messaging](#optional-messaging)
- [Pushover](#pushover)
- [WebUI-Logger](#webui-logger)
Expand Down Expand Up @@ -496,6 +497,19 @@ payload: Number 0..3 (Abschalt,Reduziert,Raumhalt,Aussenhalt) / {off,fixed,ro
```

## Home Assistant

MQTT discovery for Home Assistant makes it easy to get all values in Home Assistant.
The Logamatic values will automatically visible as mqtt device in Home Assistant.
The config values and the status values are displayed. Some config values can also be changed as in the WebUI.

see also the official documentation: https://www.home-assistant.io/integrations/mqtt/#discovery-messages

<img src="Doc/mqtt_ha_1.png" alt="mqtt_ha1" width="75%"> <img src="Doc/mqtt_ha_2.png" alt="mqtt_ha2" width="40%">

In the mqtt settings you can activate the discovery function and also set the mqtt discovery topic and the device name for Home Assistant
<img src="Doc/mqtt_ha_3.png" alt="mqtt_ha1" width="50%">

-----

# Optional Messaging
Expand Down

0 comments on commit b720c40

Please sign in to comment.