From 635b65366bf0f4bfe1d49382a2448d2b1672919b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:37:40 +0000 Subject: [PATCH] deploy: ccdb4402bb25f6a1f335f2c567ab2c50e34faa48 --- 404.html | 2 +- assets/js/3d31ac83.16a8fe16.js | 1 - assets/js/3d31ac83.a5c5a23c.js | 1 + assets/js/{b044b699.95fe37ce.js => b044b699.8bebfd9e.js} | 2 +- ...{runtime~main.f15fe523.js => runtime~main.00799bd7.js} | 2 +- category/getting-started.html | 2 +- category/misc.html | 2 +- category/mqtt-examples.html | 2 +- examples/example-command-mqtt.html | 8 ++++---- examples/example-notification-mqtt.html | 4 ++-- examples/example-telemetry-mqtt.html | 2 +- getting-started/configuration.html | 2 +- getting-started/setup.html | 2 +- getting-started/write-a-plugin.html | 2 +- index.html | 2 +- misc/contributing.html | 2 +- misc/stack.html | 2 +- search.html | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 assets/js/3d31ac83.16a8fe16.js create mode 100644 assets/js/3d31ac83.a5c5a23c.js rename assets/js/{b044b699.95fe37ce.js => b044b699.8bebfd9e.js} (77%) rename assets/js/{runtime~main.f15fe523.js => runtime~main.00799bd7.js} (83%) diff --git a/404.html b/404.html index 2f365db..5741620 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Here are some example of commands that can be sent to your RIKA stove via MQTT using RIKA2MQTT.
Publish an MQTT message to cmnd/rika2mqtt
with the following JSON payload:
"stoveId": "your stove id",
"targetTemperature": 20
{
"stoveId": "your stove id",
"targetTemperature": 20
}
To retrieve your stove id, simply go to rika-firenet and display your stove. Then you can retrieve the stove id from the url of the browser: https://rika-firenet.com/web/stove/[your stove id]
And voila! RIKA2MQTT will automatically do the necessary to forward this change to Rika-Firenet that will then forward it to your Rika stove.
"stoveId": "your stove id",
"convectionFan1Active": true,
"convectionFan2Active": false
{
"stoveId": "your stove id",
"convectionFan1Active": true,
"convectionFan2Active": false
}
"stoveId": "your stove id",
"heatingTimeMon1": "<timerange>",
"heatingTimeMon2": "<timerange>",
"heatingTimeTue1": "<timerange>",
"heatingTimeTue2": "<timerange>",
"heatingTimeWed1": "<timerange>",
"heatingTimeWed2": "<timerange>",
"heatingTimeThu1": "<timerange>",
"heatingTimeThu2": "<timerange>",
"heatingTimeFri1": "<timerange>",
"heatingTimeFri2": "<timerange>",
"heatingTimeSat1": "<timerange>",
"heatingTimeSat2": "<timerange>",
"heatingTimeSun1": "<timerange>",
"heatingTimeSun2": "<timerange>",
{
"stoveId": "your stove id",
"heatingTimeMon1": "<timerange>",
"heatingTimeMon2": "<timerange>",
"heatingTimeTue1": "<timerange>",
"heatingTimeTue2": "<timerange>",
"heatingTimeWed1": "<timerange>",
"heatingTimeWed2": "<timerange>",
"heatingTimeThu1": "<timerange>",
"heatingTimeThu2": "<timerange>",
"heatingTimeFri1": "<timerange>",
"heatingTimeFri2": "<timerange>",
"heatingTimeSat1": "<timerange>",
"heatingTimeSat2": "<timerange>",
"heatingTimeSun1": "<timerange>",
"heatingTimeSun2": "<timerange>",
}
replace <timerange>
with i.e: 10302215
= 10h30 to 22h15
You can update only what interest you, you are not forced to provide all properties.
The payload is in JSON format :
{
"errorCode": "E0001.02",
"stoveId": 42,
"type": "ERROR"
}
Code | Description |
---|---|
E0001.02 | Pellet container: empty |
Code | Description |
---|---|
E0001.02 | Pellet container: empty |
E0008.16 | Ignition: Stove not ignited |