mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
fix table display
This commit is contained in:
parent
a8d9b7ad0b
commit
3d6beed6b7
1 changed files with 4 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue