Hallo Zusammen,
nachdem ich gerade ein Update gemacht habe, bekomme ich im Frontend bei einem Wert einen "sprintf Error" angezeigt. Alle anderen Zahlen klappen tadellos. Hier mal das snippet aus dem Config File:
Die Rest API sagt zu dem Item:
OH ist auch aktuell. Hat jemand eine Idee wie man den Fehler wieder weg bekommt?
Gruss
Norbert
nachdem ich gerade ein Update gemacht habe, bekomme ich im Frontend bei einem Wert einen "sprintf Error" angezeigt. Alle anderen Zahlen klappen tadellos. Hier mal das snippet aus dem Config File:
Code:
<info format="%.0f %"> <layout colspan="2"/> <label> <icon name="weather_humidity_rel"/> </label> <address transform="OH:number" mode="readwrite">w_Feucht</address> </info>
Code:
[COLOR=#000000][FONT=monospace][SIZE=13px][COLOR=#881280]<item>[/COLOR][/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=monospace][SIZE=13px] [COLOR=#881280]<type>[/COLOR]StringItem[COLOR=#881280]</type>[/COLOR] [COLOR=#881280]<name>[/COLOR]w_Feucht[COLOR=#881280]</name>[/COLOR] [COLOR=#881280]<state>[/COLOR]93[COLOR=#881280]</state>[/COLOR] [COLOR=#881280]<link>[/COLOR]http://XXXX/rest/items/w_Feucht[COLOR=#881280]</link>[/COLOR] [/SIZE][/FONT][/COLOR] [COLOR=#000000][FONT=monospace][SIZE=13px][COLOR=#881280]</item>[/COLOR][/SIZE][/FONT][/COLOR]
Gruss
Norbert
Kommentar