mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-26 15:21:41 +01:00
[growatt] Suggest addon to be installed (#16319)
* [growatt] Suggest addon * [growatt] fix read me formatting errors --------- Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
parent
ef7e03c1c6
commit
8d9fe0353e
@ -164,11 +164,11 @@ The meaning of the method parameters is as follows:
|
|||||||
|
|
||||||
Notes:
|
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.
|
To prevent unexpected results do not overlap the `time segment`'s.
|
||||||
|
|
||||||
-2) Depending on inverter type and `programMode` certain parameters may accept 'null' values.
|
-<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'.
|
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.
|
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:
|
The permission for passing 'null' parameters, and the effect of such 'null' parameters, is shown in detail in the table below:
|
||||||
|
|
||||||
|
@ -8,4 +8,16 @@
|
|||||||
<description>This is the binding for Growatt solar inverters.</description>
|
<description>This is the binding for Growatt solar inverters.</description>
|
||||||
<connection>hybrid</connection>
|
<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>
|
</addon:addon>
|
||||||
|
Loading…
Reference in New Issue
Block a user