fix table display

This commit is contained in:
lumapu 2022-12-27 21:09:27 +01:00
parent a8d9b7ad0b
commit 3d6beed6b7

View file

@ -14,6 +14,7 @@ Set at least the serial number and a name for each inverter, check "reboot after
### Topic `<TOPIC>`
| Topic | Example Value | Remarks |
|---|---|---|
| `comm_start` | 1672123767 | inverter communication start, based on sunrise, UTC timestamp |
| `comm_stop` | 1672155709 | inverter communication stop, based on sunset, UTC timestamp |
| `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 |
| status code | Remarks |
|---|---|
| 0 | offline |
| 1 | partial |
| 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 | Example Value | Remarks |
|---|---|---|
| `available` | 2 | see table below |
| `last_success` | 1672155690 | UTC Timestamp |
| status code | Remarks |
|---|---|
| 0 | not available and not producing |
| 1 | available but not producing |
| 2 | available and producing |