[SOLVED] Setpoint selection dosen't start on current value

Hello community,

i have the following Sitemap:

sitemap test label="Test Sitemap" {
	Frame {
		Setpoint	item=HeizungSchlafzimmer_4_SetTemperature  label="SZ SOLL-Temperature [%.1f °C]" minValue=12.0 maxValue=30.0 step=0.5
		Setpoint	item=SonySimpleIP_Channel label="TV Kanal [%d]" minValue=1 maxValue=100 step=1 
	}
}

The Item HeizungSchlafzimmer_4_SetTemperature is a Number:Temperature.
The Item SonySimpleIP_Channel is a String.

In my App Version 2.5.0 if I select the SonySimpleIP_Channel to change the value the selection starts a the current value. If I select the HeizungSchlafzimmer_4_SetTemperature the selection always starts at the minValue.

Is there something I can do so that my HeizungSchlafzimmer_4_SetTemperature as well starts at the current value?

No… It’s a bug in the app, unfortunately

This is a known bug, but it’s fixed in the beta version: https://play.google.com/store/apps/details?id=org.openhab.habdroid.beta
A new stable version will be released soon.

1 Like

Thank you both for your reply. I was not able to find any information about it’s a known bug or my personal problem.
I will wait for the new version or maybe install the beta.