-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Bug]: Filtering does not work correctly within HA mobile app #445
Comments
|
I am using the mobile apps with different users. When using these users on the desktop, the behaviour is still correct in desktop. When using the desktop users on the mobile, the error still occours. So it has nothing to do with users. |
Dates, when using browser on mobile device, are also correctly presented. |
It is not really deterministic, currently... :-( |
I just observed - both on the desktop and on the Android mobile apps - that the date filter behaves somehow strange. I have set |
Might be. Maybe correspondents to the day-calculation-glitch i observed (day from calender is presented one day too early in result list, so 5th nov is presented as 4th nov). Not always, though. Currently everthing seems to be ok (maybo mobile apps got some updates, didnt check). (Yum my calender entries end as of end of this year, so this might help out here :)) |
Requirements
Current Behavior
First of all, thanks for implementing #393.
I today gave it a try and observed, that on my mobile devices (iOS and/or android) the filtering is somewhat different from the desktop/browser. It seems, as far as i can reproduce it, that location filtering does not get involved on the mobile devices (or filtering at all).
Result on desktop:
Result on mobile:
i configured here a dayahead of 30 days just to find out which entries aren't filtered. The entries which are not "full day" (7:00 to 7:00) are the ones where i filtered location.
Oddly enough, even if a configure the "full day only" option, these events also aren't filtered out.
Oddly#2: Looking at it as i'm writing, i also observe a time difference of one day im some (not all!) entries. Have look at "Gelber Sack" as of 10/28, which ist shown as 10/27 in the mobile app (10/28 is the correct date). Also hold for "Restmülltone" 11/05, where 11/06 is on desktop (and which is right). I am not sure if the wrong dates also come from the TrashCard integration for visualisation.
Expected Behavior
No response
Steps To Reproduce
event_grouping: false
drop_todayevents_from: '10:00:00'
next_days: 30
pattern:
color: purple
type: organic
pattern: Schadstoff
label: Schadstoffmobil
pattern_exact: false
color: green
type: paper
pattern: Papiertonne
pattern_exact: false
color: amber
type: recycle
pattern: Sack
pattern_exact: false
color: grey
type: waste
pattern: Restmüll
pattern_exact: false
color: purple
type: others
alignment_style: left
items_per_row: 1
refresh_rate: 60
with_label: true
type: custom:trash-card
entities:
filter_events: true
only_all_day_events: true
location: höchsten
Context
No response
Environment
Debug data
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: