mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
update User_Manual.md
This commit is contained in:
parent
3d6beed6b7
commit
0dd90ddf5c
1 changed files with 7 additions and 6 deletions
|
@ -11,7 +11,9 @@ Set at least the serial number and a name for each inverter, check "reboot after
|
||||||
|
|
||||||
## MQTT Publish
|
## MQTT Publish
|
||||||
|
|
||||||
### Topic `<TOPIC>`
|
The AhoyDTU will publish on the following topics
|
||||||
|
|
||||||
|
### `<TOPIC>/#`
|
||||||
|
|
||||||
| Topic | Example Value | Remarks |
|
| Topic | Example Value | Remarks |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
@ -21,7 +23,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
|
||||||
| `dis_night_comm` | true | setting if night communication is disabled |
|
| `dis_night_comm` | true | setting if night communication is disabled |
|
||||||
| `free_heap` | 17784 | free heap of ESP in bytes |
|
| `free_heap` | 17784 | free heap of ESP in bytes |
|
||||||
| `mqtt` | connected | shows MQTT status |
|
| `mqtt` | connected | shows MQTT status |
|
||||||
| `status` | offline | see table below |
|
| `status` | 1 | see table below |
|
||||||
| `sunrise` | 1672124667 | sunrise, UTC timestamp |
|
| `sunrise` | 1672124667 | sunrise, UTC timestamp |
|
||||||
| `sunset` | 1672154809 | sunset, UTC timestamp |
|
| `sunset` | 1672154809 | sunset, UTC timestamp |
|
||||||
| `uptime` | 73630 | uptime in seconds |
|
| `uptime` | 73630 | uptime in seconds |
|
||||||
|
@ -35,7 +37,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
|
||||||
| 2 | online |
|
| 2 | online |
|
||||||
|
|
||||||
|
|
||||||
### Topic `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/`
|
### `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/#`
|
||||||
|
|
||||||
| Topic | Example Value | Remarks |
|
| Topic | Example Value | Remarks |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
@ -49,8 +51,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
|
||||||
| 2 | available and producing |
|
| 2 | available and producing |
|
||||||
|
|
||||||
|
|
||||||
The AhoyDTU will publish on the following topics
|
### `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/ch0/#`
|
||||||
`<TOPIC>/<INVERTER_NAME_FROM_SETUP>/ch0/#`
|
|
||||||
|
|
||||||
| Topic | Example Value | Remarks |
|
| Topic | Example Value | Remarks |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|
@ -73,7 +74,7 @@ The AhoyDTU will publish on the following topics
|
||||||
|PowerLimit | 80.000|actual set point for power limit control AC active power in percent|
|
|PowerLimit | 80.000|actual set point for power limit control AC active power in percent|
|
||||||
|LastAlarmCode | 1.000| Last Alarm Code eg. "inverter start"|
|
|LastAlarmCode | 1.000| Last Alarm Code eg. "inverter start"|
|
||||||
|
|
||||||
`<TOPIC>/<INVERTER_NAME_FROM_SETUP>/ch<CHANNEL_NUMBER>/#`
|
### `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/ch<CHANNEL_NUMBER>/#`
|
||||||
|
|
||||||
`<CHANNEL_NUMBER>` is in the range 1 to 4 depending on the inverter type
|
`<CHANNEL_NUMBER>` is in the range 1 to 4 depending on the inverter type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue