From 7f52bac555a7ad26bcaec18675994c7902b9d543 Mon Sep 17 00:00:00 2001 From: Meatballs1 Date: Tue, 19 Mar 2024 17:09:08 +0000 Subject: [PATCH] Revert some readme changes --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0d97349..1454af7 100644 --- a/README.md +++ b/README.md @@ -431,3 +431,20 @@ Synchronize with time server, `false` is disabled ## FRIDA tools Moved to [`README-frida.md`](README-frida.md) + +## Home assistant + +For integration with Home Assistant, the following MQTT sensor can be used to create a read only sensor + +```yaml +- unique_id: "coffee_machine" + name: "Coffee Machine" + state_topic: "homeconnect/coffeemaker/state" + value_template: "{{ value_json.PowerState }}" + json_attributes_topic: "homeconnect/coffeemaker/state" + json_attributes_template: "{{ value_json | tojson }}" +``` + +## Notes +- Sometimes when the device is off, there is the error `ERROR [ip] [Errno 113] No route to host` +- There is a lot more information available, like the status of a program that is currently active. This needs to be integrated if possible. For now only the values that relate to the `config.json` are published