diff --git a/src/nodes/config-client.html b/src/nodes/config-client.html index 10703a3..07d825d 100644 --- a/src/nodes/config-client.html +++ b/src/nodes/config-client.html @@ -721,6 +721,9 @@

Battery

Capacity (Ah)float
Dbus path: /Capacity +
+
Connection informationstring
+
Dbus path: /ConnectionInformation
Consumed Amphours (Ah)float
Dbus path: /ConsumedAmphours @@ -851,6 +854,18 @@

Battery

  • 34 - Wrong system voltage
  • 35 - Pre-charge timeout
  • +
    +
    SmartLithium error flag: Communicationfloat
    +
    Dbus path: /Errors/SmartLithium/Communication +
    +
    SmartLithium error flag: Invalid configurationfloat
    +
    Dbus path: /Errors/SmartLithium/InvalidConfiguration +
    +
    SmartLithium error flag: Battery numberfloat
    +
    Dbus path: /Errors/SmartLithium/NrOfBatteries +
    +
    SmartLithium error flag: Voltagefloat
    +
    Dbus path: /Errors/SmartLithium/Voltage
    Automatic syncs (count)float
    Dbus path: /History/AutomaticSyncs @@ -5741,6 +5756,9 @@

    Vebus

  • 0 - No action
  • 1 - Redetect system
  • +
    +
    Power Assist boost factorfloat
    +
    Dbus path: /Settings/AssistCurrentBoostFactor
    Configured output voltage (V AC)float
    Dbus path: /Settings/InverterOutputVoltage diff --git a/src/services/services.json b/src/services/services.json index c5f18d8..621eac3 100644 --- a/src/services/services.json +++ b/src/services/services.json @@ -747,6 +747,11 @@ "type": "float", "name": "Capacity (Ah)" }, + { + "path": "/ConnectionInformation", + "type": "string", + "name": "Connection information" + }, { "path": "/ConsumedAmphours", "type": "float", @@ -913,6 +918,26 @@ "35": "Pre-charge timeout" } }, + { + "path": "/Errors/SmartLithium/Communication", + "type": "float", + "name": "SmartLithium error flag: Communication" + }, + { + "path": "/Errors/SmartLithium/InvalidConfiguration", + "type": "float", + "name": "SmartLithium error flag: Invalid configuration" + }, + { + "path": "/Errors/SmartLithium/NrOfBatteries", + "type": "float", + "name": "SmartLithium error flag: Battery number" + }, + { + "path": "/Errors/SmartLithium/Voltage", + "type": "float", + "name": "SmartLithium error flag: Voltage" + }, { "path": "/History/AutomaticSyncs", "type": "float", @@ -7446,6 +7471,12 @@ }, "writable": true }, + { + "path": "/Settings/AssistCurrentBoostFactor", + "type": "float", + "name": "Power Assist boost factor", + "writable": true + }, { "path": "/Settings/InverterOutputVoltage", "type": "float",