Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setpoint on Temperature in BasicUI Browser fine, in iOS App not #845

Open
JensHoRi opened this issue Oct 20, 2024 · 4 comments
Open

Setpoint on Temperature in BasicUI Browser fine, in iOS App not #845

JensHoRi opened this issue Oct 20, 2024 · 4 comments
Labels

Comments

@JensHoRi
Copy link

I have since long time some Number:Temperature Items for the preferences of the overday temperature.

Today I recognized, that in actual iOS App the setpoint can only set exacty one time step up or down.

With a slife I can change as expected.

Also in BasicUI used with firefox or safari Setpoint works fine.

Only could reproduce this with a temperature item.

Maybe some issues iOS App not compatible with °C andTemperature unit?

@JensHoRi JensHoRi added the bug label Oct 20, 2024
@lolodomo
Copy link

Issue to be moved in openhab-ios

@florian-h05
Copy link
Contributor

@kaikreuzer Can you please move this issue?

@kaikreuzer kaikreuzer transferred this issue from openhab/openhab-webui Oct 24, 2024
@timbms
Copy link
Contributor

timbms commented Oct 31, 2024

@JensHoRi please be more specific and send the sitemap that is not working

@JensHoRi
Copy link
Author

JensHoRi commented Oct 31, 2024

The sitemap works in Safari, Firefox, Edge, on all devices. Only iOS App the Setpoint does not work. Here a part as example:

Frame label="Erdgeschoss" { 
Setpoint item=Pref_EG_Flur_Soll_Temp 	icon="ownheating" label="EG Flur Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Bad_Soll_Temp 	icon="ownheating" label="EG Bad Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Kueche_Soll_Temp 	icon="ownheating" label="EG Kueche Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Wintergarten_Soll_Temp 	icon="ownheating" label="EG Winterg. Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Wohnen_Soll_Temp 	icon="ownheating" label="EG Wohnen Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Spielzimmer_Soll_Temp icon="ownheating" label="EG Spielzimmer Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Wirtschaftsraum_Soll_Temp icon="ownheating" label="EG Wirtschaftsraum Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
Setpoint item=Pref_EG_Gaestezimmer_Soll_Temp icon="ownheating" label="EG Gästezimmer Soll [%.1f °C]" minValue=5.0 maxValue=30.0 step=0.5
}

Here the corresponding items:

Number:Temperature	Pref_EG_Flur_Soll_Temp 		"EG-Flur Set Soll Temp." 		<heating_hot> 	(gAll, gPrefs, gEG_Flur, 	gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Bad_Soll_Temp 		"EG-Bad Set Soll Temp." 		<heating_hot> 	(gAll, gPrefs, gEG_Bad, 	gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Kueche_Soll_Temp 	"EG-Kueche Set Soll Temp." 		<heating_hot> 	(gAll, gPrefs, gEG_Kueche, 	gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Wintergarten_Soll_Temp 	"EG-Winterg. Set Soll Temp." 		<heating_hot> 	(gAll, gPrefs, gEG_Wintergarten, 	gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Wohnen_Soll_Temp 	"EG-Wohnzimmer Set Soll Temp." 		<heating_hot> 	(gAll, gPrefs, gEG_Wohnen, 	gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Spielzimmer_Soll_Temp 	"EG-Spielzimmer Set Soll Temp." 	<heating_hot> 	(gAll, gPrefs, gEG_Spielzimmer, gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Wirtschaftsraum_Soll_Temp "EG-Wirtschaftsraum Set Soll Temp." 	<heating_hot> 	(gAll, gPrefs, gEG_Wirtschaftsraum, gSetTemp,	gHistoryCh)
Number:Temperature	Pref_EG_Gaestezimmer_Soll_Temp 	"EG-Gästezimmer Set Soll Temp." 	<heating_hot> 	(gAll, gPrefs, gEG_Gaestezimmer, gSetTemp,	gHistoryCh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants