Browse Source

fix table display

pull/558/head
lumapu 2 years ago
parent
commit
3d6beed6b7
  1. 4
      User_Manual.md

4
User_Manual.md

@ -14,6 +14,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
### Topic `<TOPIC>` ### Topic `<TOPIC>`
| Topic | Example Value | Remarks | | Topic | Example Value | Remarks |
|---|---|---|
| `comm_start` | 1672123767 | inverter communication start, based on sunrise, UTC timestamp | | `comm_start` | 1672123767 | inverter communication start, based on sunrise, UTC timestamp |
| `comm_stop` | 1672155709 | inverter communication stop, based on sunset, UTC timestamp | | `comm_stop` | 1672155709 | inverter communication stop, based on sunset, UTC timestamp |
| `device` | AHOY-DTU | configured device name | | `device` | AHOY-DTU | configured device name |
@ -28,6 +29,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
| `wifi_rssi` | -75 | WiFi signal strength | | `wifi_rssi` | -75 | WiFi signal strength |
| status code | Remarks | | status code | Remarks |
|---|---|
| 0 | offline | | 0 | offline |
| 1 | partial | | 1 | partial |
| 2 | online | | 2 | online |
@ -36,10 +38,12 @@ Set at least the serial number and a name for each inverter, check "reboot after
### Topic `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/` ### Topic `<TOPIC>/<INVERTER_NAME_FROM_SETUP>/`
| Topic | Example Value | Remarks | | Topic | Example Value | Remarks |
|---|---|---|
| `available` | 2 | see table below | | `available` | 2 | see table below |
| `last_success` | 1672155690 | UTC Timestamp | | `last_success` | 1672155690 | UTC Timestamp |
| status code | Remarks | | status code | Remarks |
|---|---|
| 0 | not available and not producing | | 0 | not available and not producing |
| 1 | available but not producing | | 1 | available but not producing |
| 2 | available and producing | | 2 | available and producing |

Loading…
Cancel
Save