-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8c9e6f
commit 4559ac1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Receive RIKA notifications via MQTT | ||
|
||
RIKA2MQTT bridge publish errors/warnings displayed on your RIKA screen to MQTT. | ||
This allows you to react when your pellet container is empty by example. | ||
|
||
:::info | ||
By default the notifications are published to the topic: `tele/rika2mqtt-notifications` (Or your custom topic defined in `MQTT_NOTIFICATION_TOPIC_NAME`). | ||
::: | ||
|
||
The payload is in JSON format : | ||
``` | ||
{ | ||
"stoveId": 42, | ||
"errorCode": "E0001.02", | ||
} | ||
``` | ||
|
||
## Known error codes | ||
|
||
| Code | Description | | ||
|------------|-----------------------------| | ||
| E0001.02 | Pellet container: empty | |