mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
* fix #38 current assignment for 4-channel inverters
* added last received timestamp in /hoymiles livedata web page #47 * improved style.css * improved NTP as described in #46
This commit is contained in:
parent
ec6cfba895
commit
8238e90903
9 changed files with 37 additions and 27 deletions
|
@ -56,10 +56,11 @@ class Inverter {
|
|||
serial_u serial; // serial number as on barcode
|
||||
serial_u radioId; // id converted to modbus
|
||||
uint8_t channels; // number of PV channels (1-4)
|
||||
uint32_t ts; // timestamp of last received payload
|
||||
RECORDTYPE *record; // pointer for values
|
||||
|
||||
Inverter() {
|
||||
|
||||
ts = 0;
|
||||
}
|
||||
|
||||
~Inverter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue