Hi all,
I have some problems with the iOS app. I have added a input_number.yaml to my configuration.yaml with the following content:
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_wohnkueche_level:
name: "[Debris] Wohnküche: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_wohnkueche_frequency:
name: "[Debris] Wohnküche: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_wohnkueche_area:
name: "[Debris] Wohnküche: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_schlafzimmer_level:
name: "[Debris] Schlafzimmer: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_schlafzimmer_frequency:
name: "[Debris] Schlafzimmer: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_schlafzimmer_area:
name: "[Debris] Schlafzimmer: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_gang_level:
name: "[Debris] Gang: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_gang_frequency:
name: "[Debris] Gang: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_gang_area:
name: "[Debris] Gang: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_vorzimmer_level:
name: "[Debris] Vorzimmer: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_vorzimmer_frequency:
name: "[Debris] Vorzimmer: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_vorzimmer_area:
name: "[Debris] Vorzimmer: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_wc_level:
name: "[Debris] WC: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_wc_frequency:
name: "[Debris] WC: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_wc_area:
name: "[Debris] WC: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_abstellraum_level:
name: "[Debris] Abstellraum: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_abstellraum_frequency:
name: "[Debris] Abstellraum: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_abstellraum_area:
name: "[Debris] Abstellraum: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_gaestezimmer_level:
name: "[Debris] Gästezimmer: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_gaestezimmer_frequency:
name: "[Debris] Gästezimmer: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_gaestezimmer_area:
name: "[Debris] Gästezimmer: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_buero_level:
name: "[Debris] Büro: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_buero_frequency:
name: "[Debris] Büro: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_buero_area:
name: "[Debris] Büro: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
# Measures how dirty a room becomes. Is adjusted automatically by node-red flows, but can be manually adjusted in large steps by the user. Room is cleaned in one cycle for each level of debris.
debris_badezimmer_level:
name: "[Debris] Badezimmer: Level"
icon: mdi:broom
min: 0
max: 3
step: 0.5
# Tracks how often a room should be vacuumed per week.
debris_badezimmer_frequency:
name: "[Debris] Badezimmer: Frequency"
icon: mdi:sine-wave
min: 0
max: 14
step: 1
unit_of_measurement: times per week
# Tracks the area of the room. Used to determine how effective a cleaning cycle was. Maximum size can be adjusted. I chose 20m² as my upper limit since my largest measured area is 19m² This value will be set by the vacuum the first time it cleans the room.
debris_badezimmer_area:
name: "[Debris] Badezimmer: Area"
icon: mdi:move-resize
min: 0
max: 20
step: 1
unit_of_measurement: m²
My configuration.yaml:
# Roborock InputNumbers
input_number: !include input_number.yaml
Everything seems to work normally on my laptop - no issues at all. The problem is with the iOS App: Since I added all the Input_Numbers I can not use the iOS app anymore, because it always refreshes the page. See the following video: HA iOS refresh issue - YouTube
When I delete the input_number entry in the configuration.yaml (–> all the input numbers do not get loaded), it is working again in the iOS app…
I also do not get any suspicious log message in the HA logs…
Anybody an idea?
Thanks!