Skip to content

Commit

Permalink
update enum of inverter mode
Browse files Browse the repository at this point in the history
The older list of values derived from Phoenix inverters. This
is more complete to also accommodate Inverter RS and others.
  • Loading branch information
dirkjanfaber committed Nov 27, 2024
1 parent e4165c6 commit 06f7ede
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
18 changes: 14 additions & 4 deletions src/nodes/config-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2774,9 +2774,14 @@ <h3>Inverter</h3>
<dt class="optional">Mode<span class="property-type">enum</dt>
<dd>Dbus path: <b>/Mode</b>
<ul>
<li>2 - Inverter on</li>
<li>1 - Charger only</li>
<li>2 - Inverter only</li>
<li>3 - On</li>
<li>4 - Off</li>
<li>5 - Low Power/ECO</li>
<li>5 - Low Power/Eco</li>
<li>251 - Passthrough</li>
<li>252 - Standby</li>
<li>253 - Hibernate</li>
</ul>
</dd>
<dt class="optional">Inverter model<span class="property-type">float</dt>
Expand Down Expand Up @@ -5491,9 +5496,14 @@ <h3>Inverter</h3>
<dt class="optional">Mode<span class="property-type">enum</dt>
<dd>Dbus path: <b>/Mode</b>
<ul>
<li>2 - Inverter on</li>
<li>1 - Charger only</li>
<li>2 - Inverter only</li>
<li>3 - On</li>
<li>4 - Off</li>
<li>5 - Low Power/ECO</li>
<li>5 - Low Power/Eco</li>
<li>251 - Passthrough</li>
<li>252 - Standby</li>
<li>253 - Hibernate</li>
</ul>
</dd>
</dl>
Expand Down
18 changes: 14 additions & 4 deletions src/services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -3466,9 +3466,14 @@
"type": "enum",
"name": "Mode",
"enum": {
"2": "Inverter on",
"1": "Charger only",
"2": "Inverter only",
"3": "On",
"4": "Off",
"5": "Low Power/ECO"
"5": "Low Power/Eco",
"251": "Passthrough",
"252": "Standby",
"253": "Hibernate"
}
},
{
Expand Down Expand Up @@ -7115,9 +7120,14 @@
"type": "enum",
"name": "Mode",
"enum": {
"2": "Inverter on",
"1": "Charger only",
"2": "Inverter only",
"3": "On",
"4": "Off",
"5": "Low Power/ECO"
"5": "Low Power/Eco",
"251": "Passthrough",
"252": "Standby",
"253": "Hibernate"
},
"writable": true
}
Expand Down

0 comments on commit 06f7ede

Please sign in to comment.