You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of openhab iOS App differs from the openhab BasicUI regarding UoM items, esp. max/min/step-values.
My UoM-item is defined in seconds — because the knx-device delivers seconds only. Number:Time iZEIT "item in seconds [%.1f s]" {channel="knx:…"}
The item on the Sitemap as a Setpoint in seconds works just fine in BasicUI and in openhab iOS App Setpoint item=iZEIT label="item in seconds [%.1f s]" minValue=300 maxValue=3600 step=60
The item on the Sitemap as a Setpoint in minutes works just fine in BasicUI and fails to recognize minutes in the iOS App Setpoint item=iZEIT label="item in minutes [%.1f min]" minValue=5 maxValue=60 step=5
The BasicUI handles the step value of “5” as minutes, OK.
The iOS App handles the step value of “5” as seconds, NOT EXPECTED BEHAVIOUR.
and 3) are expected to be functional equivalent.
This is only true in BasicUI.
Peter
New bug checklist
I updated the iOS openHAB app to the latest TestFlight version.
Referring to #555
The behavior of openhab iOS App differs from the openhab BasicUI regarding UoM items, esp. max/min/step-values.
My UoM-item is defined in seconds — because the knx-device delivers seconds only.
Number:Time iZEIT "item in seconds [%.1f s]" {channel="knx:…"}
The item on the Sitemap as a Setpoint in seconds works just fine in BasicUI and in openhab iOS App
Setpoint item=iZEIT label="item in seconds [%.1f s]" minValue=300 maxValue=3600 step=60
The item on the Sitemap as a Setpoint in minutes works just fine in BasicUI and fails to recognize minutes in the iOS App
Setpoint item=iZEIT label="item in minutes [%.1f min]" minValue=5 maxValue=60 step=5
The BasicUI handles the step value of “5” as minutes, OK.
The iOS App handles the step value of “5” as seconds, NOT EXPECTED BEHAVIOUR.
This is only true in BasicUI.
Peter
New bug checklist
I updated the iOS openHAB app to the latest TestFlight version.
I read the Contribution Guidelines
I searched for existing GitHub issues
openhab iOS-App Version 2.4.56
Device: iOS 16.5, iPhone + iPad
Openhab Version v3.4.3
The text was updated successfully, but these errors were encountered: