Browse Source

User_Manual.md format

pull/467/head
lumapu 2 years ago
parent
commit
1c7746b73f
  1. 9
      User_Manual.md

9
User_Manual.md

@ -76,13 +76,20 @@ Also an absolute active power limit below approx. 30 Watt seems to be not meanfu
The AhoyDTU subscribes on three topics `<TOPIC>/ctrl/#`, `<TOPIC>/setup` and `<TOPIC>/status`.
👆 `<TOPIC>` can be set on setup page, default is `inverter`.
👆 `<INVERTER_ID>` is the number of the specific inverter in the setup page.
### Inverter Power (On / Off)
`<TOPIC>/ctrl/power/<INVERTER_ID>` with payload `1` for `ON` and `0` for `OFF`
```mqtt
<TOPIC>/ctrl/power/<INVERTER_ID>
```
with payload `1` for `ON` and `0` for `OFF`
Example:
```mqtt
`inverter/ctrl/power/0` `1`
```
### Inverter restart

Loading…
Cancel
Save