State pattern with Percent as default for QuantityType:Dimensionless (#15691)
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
This commit is contained in:
parent
3c179d3fa7
commit
09c596cf7d
@ -61,19 +61,19 @@
|
|||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type>Number:Dimensionless</item-type>
|
||||||
<label>Autarky</label>
|
<label>Autarky</label>
|
||||||
<description>Your current Autarky Level in Percent</description>
|
<description>Your current Autarky Level in Percent</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"/>
|
<state pattern="%d %%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="self-consumption-channel">
|
<channel-type id="self-consumption-channel">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type>Number:Dimensionless</item-type>
|
||||||
<label>Self Consumtion</label>
|
<label>Self Consumtion</label>
|
||||||
<description>Your current Photovoltaic Self Consumption Level in Percent</description>
|
<description>Your current Photovoltaic Self Consumption Level in Percent</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"/>
|
<state pattern="%d %%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="battery-soc-channel">
|
<channel-type id="battery-soc-channel">
|
||||||
<item-type>Number:Dimensionless</item-type>
|
<item-type>Number:Dimensionless</item-type>
|
||||||
<label>Battery State Of Charge</label>
|
<label>Battery State Of Charge</label>
|
||||||
<description>Charge Level of your attached Battery in Percent</description>
|
<description>Charge Level of your attached Battery in Percent</description>
|
||||||
<state pattern="%d %unit%" readOnly="true"/>
|
<state pattern="%d %%" readOnly="true"/>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
<channel-type id="battery-charged-channel">
|
<channel-type id="battery-charged-channel">
|
||||||
<item-type>Number:Energy</item-type>
|
<item-type>Number:Energy</item-type>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user