Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[growatt] Suggest addon to be installed #16319

Merged
merged 3 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions bundles/org.openhab.binding.growatt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ The meaning of the method parameters is as follows:

Notes:

-1) ***WARNING*** inverters have different program `time segment`'s for each `programMode`.
-<sup>1)</sup> ***WARNING*** inverters have different program `time segment`'s for each `programMode`.
To prevent unexpected results do not overlap the `time segment`'s.

-2) Depending on inverter type and `programMode` certain parameters may accept 'null' values.
The 'mix', 'sph' and 'spa' types set the battery program in a single command, so all parameters - except `enableAcCharging` - <u>**must**</u> be ***non-***'null'.
-<sup>2)</sup> Depending on inverter type and `programMode` certain parameters may accept 'null' values.
The 'mix', 'sph' and 'spa' types set the battery program in a single command, so all parameters - except `enableAcCharging` - <u>**must**</u> be ***non-*** 'null'.
By contrast 'tlx' types set the battery program in up to four partial commands, and you may pass 'null' parameters in order to omit a partial command.
The permission for passing 'null' parameters, and the effect of such 'null' parameters, is shown in detail in the table below:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@
<description>This is the binding for Growatt solar inverters.</description>
<connection>hybrid</connection>

<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>commandLine</name>
<regex>.*grott\.py.*</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>