Skip to content

Commit

Permalink
doc(mqtt): fix typo in pv heatelement topic (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp authored Apr 20, 2024
1 parent 8790dd9 commit b3adaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MQTT.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Using this topics you may override the HMI Controller in AquaMQTT OperationMode
| Enable or disable heating element | `$root/ctrl/heatingElementEnabled` | bool | | "`1`" | Allow the DHW heat pump to use the heating element if needed. Sanity: It is not possible to disable the heating element in case emergency mode is enabled.|
| Enable or disable emergency mode | `$root/ctrl/emergencyModeEnabled` | bool | | "`0`" | Forces the DHW heat pump to use only the heating element. Sanity: it is not possible to enable emergency mode if heating element has been disabled. |
| Set PV Mode Heat Pump Flag | `$root/ctrl/flagPVModeHeatPump` | bool| | "`1`" | See [README-PV.md](/README-PV.md) additional information. Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
| Set PV Mode Heat Element Flag | `$root/ctrl/flagPVModeHeatPump` | bool| | "`1`" | See [README-PV.md](/README-PV.md) for additional information. Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
| Set PV Mode Heat Element Flag | `$root/ctrl/flagPVModeHeatElement` | bool| | "`1`" | See [README-PV.md](/README-PV.md) for additional information. Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
| Reset Overrides | `$root/ctrl/reset` | Void | | | Removes all previous set overrides. |

**Note:** Calling a `ctrl` topic with an empty payload `""` will reset individual override.
2 changes: 1 addition & 1 deletion README-PV.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The flags can be triggered using the [MQTT](./MQTT.md) control topics. The curre
| Flag PV heat pump | `$root/stats/flagPVModeHeatPump` | bool | Status of the pv heat pump flag |
| Flag PV heat element | `$root/stats/flagPVModeHeatElement` | bool | Status of the pv heat element flag
| Set PV Mode Heat Pump Flag | `$root/ctrl/flagPVModeHeatPump` | bool | Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
| Set PV Mode Heat Element Flag | `$root/ctrl/flagPVModeHeatPump` | bool | Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
| Set PV Mode Heat Element Flag | `$root/ctrl/flagPVModeHeatElement` | bool | Note: It is possible to define an additional custom mqtt topic for this attribute within `Configuration.h` |
|

## How to automate?
Expand Down

0 comments on commit b3adaa4

Please sign in to comment.