[SOLVED] Copy not eng items and change to eng

  • Platform information:
    • Hardware: Raspberry iP
    • OS: openhabian
    • openHAB version:2.4

Hi I have copy Items, sitemaps files but its not in eng. But when I change Labels in my items then when going to Basic UI it show’s 0 in vales.

String					owmCurrentStationId			        "Station ID"							                <house>			        (gOwmCurrent, gOwmCurrentStation)   {channel="openweathermap:weather:api:local:station#id"}
String					owmCurrentStationName		        "Station Name"						                    <house>			        (gOwmCurrent, gOwmCurrentStation)   {channel="openweathermap:weather:api:local:station#name"}
Location				owmCurrentStationLocation           "Station Location [%2$s,%3$s]"				            <house>		            (gOwmCurrent, gOwmCurrentStation)   {channel="openweathermap:weather:api:local:station#location"}
DateTime	            owmCurrentStationTimestamp          "Time UpDate [%1$tA, %1$td.%1$tm.%1$tY %1$tH:%1$tM]"	<time>		            (gOwmCurrent, gOwmCurrentStation)   {channel="openweathermap:weather:api:local:current#time-stamp"}
String					owmCurrentCondition			        "Condition [%s]"					                    <sun_clouds>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#condition"}
String				    owmCurrentConditionId		        "Id [%s]"				                                <sun_clouds>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#condition-id"}
Image					owmCurrentIcon				        "Icon"					                                <sun_clouds>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#icon"}
String				    owmCurrentIconId			        "Icon ID"				                                <sun_clouds>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#icon-id"}
Number:Temperature		owmCurrentTemperature		        "Temperatur [%.1f %unit%]"			                    <temperature>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#temperature"}
Number:Dimensionless    owmCurrentHumidity			        "Humidity [%.1f %unit%]"	                            <humidity>              (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#humidity"}
Number:Speed			owmCurrentWindSpeed			        "Wind Speed [%.1f km/h]"	                            <wind>                  (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#wind-speed"}
Number:Dimensionless	owmCurrentWindDirection             "Wind Direction [SCALE(wind.scale):%s]"	                <wind>                  (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#wind-direction"}
Number:Dimensionless	owmCurrentCloudiness		        "Cloudiness [%.1f %unit%]"			                    <sun_clouds>	        (gOwmCurrent)                       {channel="openweathermap:weather:api:local:current#cloudiness"}
Number:Length			owmCurrentRain

its ok it just fixed after and hour waiting.

1 Like