Skip to content

Commit

Permalink
47 feature update heating times via mqtt (#160)
Browse files Browse the repository at this point in the history
* delete old documentation rests

* Add support for heating time controls

* Document convection fans control

* Document heating time management via MQTT
  • Loading branch information
sebastienvermeille authored Jan 20, 2024
1 parent a4e07fb commit 9d4baac
Show file tree
Hide file tree
Showing 21 changed files with 118 additions and 399 deletions.
33 changes: 33 additions & 0 deletions docs/docs/examples/example-command-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,36 @@ Publish an MQTT message to `cmnd/rika2mqtt` with the following JSON payload:
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.


## Update convection fans status via MQTT
```json
"stoveId": "your stove id",
"convectionFan1Active": true,
"convectionFan2Active": false
```

## Update heating times via MQTT
```
"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>",
```

:::info
replace `<timerange>` with i.e: `10302215` = 10h30 to 22h15
:::

You can update only what interest you, you are not forced to provide all properties.
38 changes: 0 additions & 38 deletions old-doc/docs.json

This file was deleted.

Binary file removed old-doc/docs/assets/favicon.ico
Binary file not shown.
Binary file removed old-doc/docs/assets/favicon.png
Binary file not shown.
Binary file removed old-doc/docs/assets/rika2mqtt-128x128.png
Binary file not shown.
Binary file removed old-doc/docs/assets/rika2mqtt-logo.png
Binary file not shown.
46 changes: 0 additions & 46 deletions old-doc/docs/assets/rika2mqtt.drawio

This file was deleted.

Binary file removed old-doc/docs/assets/rika2mqtt.drawio.png
Binary file not shown.
Binary file removed old-doc/docs/assets/rika2mqtt.png
Binary file not shown.
Binary file not shown.
32 changes: 0 additions & 32 deletions old-doc/docs/configuration.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions old-doc/docs/contributing.mdx

This file was deleted.

25 changes: 0 additions & 25 deletions old-doc/docs/example-command-mqtt.mdx

This file was deleted.

147 changes: 0 additions & 147 deletions old-doc/docs/example-telemetry-mqtt.mdx

This file was deleted.

43 changes: 0 additions & 43 deletions old-doc/docs/getting-started.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions old-doc/docs/index.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions old-doc/docs/stack.mdx

This file was deleted.

44 changes: 0 additions & 44 deletions old-doc/docs/write-a-plugin.mdx

This file was deleted.

Loading

0 comments on commit 9d4baac

Please sign in to comment.