Skip to content

Commit

Permalink
Add relay control for solar chargers
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed Nov 8, 2024
1 parent ba18ef6 commit 908dd1b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/nodes/config-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5662,6 +5662,16 @@ <h3>Multi</h3>
</ul>
</dd>
</dl>
<h3>Solarcharger</h3>
<dl class="message-properties">
<dt class="optional">Relay on the MPPT<span class="property-type">enum</dt>
<dd>Dbus path: <b>/Relay/0/State</b>
<ul>
<li>0 - Open</li>
<li>1 - Closed</li>
</ul>
</dd>
</dl>
</script>

<script type="text/x-red" data-help-name="victron-output-settings">
Expand Down
12 changes: 12 additions & 0 deletions src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -7327,6 +7327,18 @@
},
"writable": true
}
],
"solarcharger": [
{
"path": "/Relay/0/State",
"type": "enum",
"name": "Relay on the MPPT",
"enum": {
"0": "Open",
"1": "Closed"
},
"writable": true
}
]
},
"output-settings": {
Expand Down

0 comments on commit 908dd1b

Please sign in to comment.