I’m new to HomeAssisent and I’m trying to add the garbagecalender. Everyting works as expected until a view dag ago the sorting stoped working. I think the the problem is that one of the componends is missing in the JSON files which comes from an API? If this is the problem, how can I prevent the sorting to stop?
For the filter I use:
numeric: true -> because 11 comes after 10 and not between 1 and 2
method: attribute -> I want to sort on an attribute
attribute: days_until_collection_date -> the attribute that I want to use.
(sensor.afvalinfo_*.days_until_collection_date ) sorting-entities
great, there’s exactly 1 line with obscure tags, and of course I missed that. nice to know, so thanks for posting!
when you say the sorting ‘stops’, exactly what are you experiencing. Do you get any errors in the inspector or logs? What result is showing in the frontend?
Maybe you have incorrect entities (should show in the inspector as None), and your templates should guard those.
How, please give us some more information so we can help
btw, Vandaag and Morgen are available in my earlier post (s), eg here
section, because that isnt supported in an entities card at all.
please have another look at my config posted above (see link) and use that auto-entities card config.
This has never worked in that config, and it was a mere coincidence if they were ordered correctly at 1 moment…
Hi, the master branch has been updated so an exclude waste type option is available. For anyone who would like to give it a try, please do, so I’m sure everything works as exepected and I can release a new version.
Hi there.
I’m new to Home Assistant and I can’t seem to get the information on my dashboard as is presented on your github page.
I think I have all the sensors and automations in the right place but I’m struggeling with the dashboard, is there a “tutorial” on how to set it up?
Thank you in advance.
Johan.
Hi All! Really happy with the afvakwijzer, but there is only one problem. “day after tomorrow” doesn’t work well. I’ts always the same as “tomorrow”. See screenshot below.
sensor.afvalwijzer_day_after_tomorrow is the actual data. sensor.afvalwijzer_day_after_tomorrow_formatted is a sensor that should be created in HASS based on the data from sensor.afvalwijzer_day_after_tomorrow.
Most probably sensor.afvalwijzer_day_after_tomorrow_formatted is based on the data from sensor.afvalwijzer_tomorrow.