From dbcb7dcad39a5f0e75dae8c22cdd39a8dd073c7c Mon Sep 17 00:00:00 2001 From: Dirk-Jan Faber Date: Wed, 11 Sep 2024 14:52:00 +0200 Subject: [PATCH] Updated generator Node Move the paths from the Energy Meter node to the generator node. This node now supports all generators, making it more simple. - com.victronenergy.(dc)genset -> used for generator data, like voltages, RPM, oil pressure etcetera. - com.victronenergy.generator -> start/stop code in Venus OS. Can activate a relay, but also, in case of Fischer panda, a generator directly via D-Bus. --- src/nodes/config-client.html | 66 ++++++++++++++++++++---- src/nodes/victron-nodes.html | 2 +- src/nodes/victron-nodes.js | 1 - src/services/services.json | 94 +++++++++++++++++++++++++++++++--- src/services/victron-system.js | 1 - 5 files changed, 146 insertions(+), 18 deletions(-) diff --git a/src/nodes/config-client.html b/src/nodes/config-client.html index 959c4c4..4ef2cf6 100644 --- a/src/nodes/config-client.html +++ b/src/nodes/config-client.html @@ -2018,7 +2018,7 @@

Details

The input nodes have two selectable inputs: the devices select and measurement select. The available options are dynamically updated based on the data that is actually available on the Venus device.

The measurement unit type is shown in the measurement label in brackets, e.g. Battery voltage (V). In case the data type is enumerated, an appropriate enum legend is shown below the selected option. In this case the node will also output the enumerated textual value as msg.textvalue.

If the data type is float, a dropdown for rounding the output appears.

By default the node outputs its value every five seconds. If the only changes is checked, the node will only output on value changes.

-

Generator input node for relay controlled and Fischer Panda generators.
In order to use the relay for controlling a generator, make sure to set the relay to Generator via the (remote) console first.
Also see here for more information.

+

Generator input node for relay controlled and Fischer Panda generators.
In order to use the relay for controlling a generator, make sure to set the relay to Generator via the (remote) console first.
The Generator start/stop dropdown is for the generic generator. It can activate a relay, but also, in case of Fischer panda, a generator directly via D-Bus.
The other option(s) are for generator data like voltages, RPM, oil pressure etcetera.
Also see here for more information.

Generator

Generator not detected at AC input alarmenum
@@ -2094,14 +2094,6 @@

Generator

Dbus path: /TodayRunTime
- - - @@ -5158,6 +5186,26 @@

Generator

Dbus path: /ServiceCounterReset
+

Genset

+
+
Start generatorenum
+
Dbus path: /Start +
    +
  • 0 - Stop
  • +
  • 1 - Start
  • +
+
+
+

Dcgenset

+
+
Start generatorenum
+
Dbus path: /Start +
    +
  • 0 - Stop generator
  • +
  • 1 - Start generator
  • +
+
+