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 |