Coder Social home page Coder Social logo

affalddk's Introduction

Affaldshåndtering DK

GitHub Release GitHub Activity License hacs Project Maintenance

Buy Me A Coffee

The Affaldshåndtering DK integration adds support for retreiving Garbage Collection data from Municipalities around Denmark.

INTRODUCTION

This integration replaces the RenoWeb integration, which will no longer be maintained.

This is a complete rewrite of the RenowWeb V1.x Integration as the API this uses is slowly being phased out, and we needed to find a new way of collecting the data.

If I had updated Renoweb to V2.0 and you were a previous user of Renoweb, you would anyway have had to redo all your dashboards and automations, as Unique ID's of all sensors would have been new, thus having to change your Automations, Scripts and Dashboard entries. With that in mind I decided to also use the opportunity to change the domain name of the Integration to affalddk

So why change the name and not just give it a new version number?

For a long time I wanted to have this Integration part of the Default HACS store, but in order to do that, you need to have Logo and icon images in the Home Assistant Brand Database. As Renoweb does not really have a logo by itself, I could not create one, as this could violate their rights to the name. But calling it something that is not related directly to Renoweb, gives me the possibility to invent my own logo and thus getting this added to the Default HACS store.

DESCRIPTION

Municipalities in Denmark, do not have one standard for how to expose the Pickup Calendars for their citizens, and different Municipalities have different solutions. This integration currently supports the Municipalities that uses the solution from Renoweb and that accounts for more than 50% of all Municipalities. Go to the Municipality List to see if your Municipality will work with this integration.

The biggest issue is, that there is NO standard for the way municipalities mix the content of containers. Some have glas & metal in one container, others have glas and paper in one container, etc and also even though they do mix the same content in a container, they do not name it the same. In order to have some structure I need them grouped together and this is a bit of a challenge with all these different types. If a new pickup-type is found, the system will log a warning, which you can put in an issue and I will add it to the list. Please enable logging for the wrapper module in Home assistant to get this warning in Home Assistant, by adding this code to your configuration.yaml:

logger:
  default: warning
  logs:
    custom_components.affalddk: debug
    pyaffalddk: debug

This integration will set up the following platforms.

Platform Description
sensor A Home Assistant sensor entity, with all available sensor from the API. State value will be the days until next pick-up
calendar An entry will be made in to a local Home Assistant calendar. There will be a full-day event every time there is a pick-up, describing what is collected.

CREDITS

A big thank you to @thomaspalmdk for finding the new API, and to the people who helped Beta test it. Also thank you to @LordMike for making the embedded image functionality.

UPGRADING FROM RENOWEB V1.x

As of V2.1.x of this Integration it can co-exist with the previous RenoWeb integration, as the dependecy API module has changed its name. So all you have to do is to install this integration, and then migrate your Dashboard, Automations and Scripts to use the new Entity names.

I still recommend that you de-install the previous integration, to not overload the servers. To deinstall RenoWeb do the following:

  1. first remove Renoweb from the Devices & Services section.
  2. Then go to HACS, and de-install Renoweb
  3. Finally restart Home Assistant

INSTALLATION

HACS Installation

This Integration is not yet part of the default HACS store, (Work in progress, but that can take some time) but you can add it as a Custom repository in HACS by doing the following:

  1. Go to HACS in your HA installation, and click on Integrations
  2. Click the three vertical dots in the upper right corner, and select Custom repositories
  3. Add https://github.com/briis/affalddk and select Integration as Category, and then click Add

You should now be able to find this Integration in HACS. After the installation of the files, you must restart Home Assistant, or else you will not be able to add Affald-DK from the Devices & Services Page.

If you are not familiar with HACS, or haven't installed it, I would recommend to look through the HACS documentation, before continuing. Even though you can install the Integration manually, I would recommend using HACS, as you would always be reminded when a new release is published.

Manual Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called affalddk.
  4. Download all the files from the custom_components/affalddk/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Affald*"

CONFIGURATION

To add Affald-DK to your installation, do the following:

  • Go to Settings and Devices & Services

  • Click the + ADD INTEGRATION button in the lower right corner.

  • Search for Affald* and click the integration.

  • When loaded, there will be a configuration box, where you must select and enter:

    Parameter Required Default Value Description
    Municipality Yes None Select your Municipality from the Dropdown list. You can press the first letter of your municipality to quickly scroll down.
    Zipcode Yes None Enter the Zipcode of the address. This is required as some municipalities use the same road name in several cities, so we need to make sure we pick the right street.
    Road name Yes None Type the name of the road you want to get collection data for. Without house number.
    House Number Yes None The house number of the address. Also accepts letters. If you have a house number like 2A or similar, and it does not work, try putting a space between the number and the letter, like 2 A
  • Click on SUBMIT to save your data. If all goes well you should now have entities under the Affaldshåndtering DK integration

You can configure more than 1 instance of the Integration by using a different Address.

MUNICIPALITIES

Here is the list of currently supported Municipalities

- Aabenraa
- Aalborg
- Albertslund
- Allerød
- Billund
- Brøndby
- Brønderslev
- Dragør
- Egedal
- Esbjerg
- Faxe
- Fredensborg
- Frederiksberg
- Frederikssund
- Gentofte
- Gladsaxe
- Glostrup
- Greve
- Gribskov
- Halsnæs
- Hedensted
- Helsingør
- Herlev
- Hillerød
- Hjørring
- Horsens
- Hvidovre
- Høje-Taastrup
- Hørsholm
- Jammerbugt
- Kerteminde
- Køge
- Lejre
- Lyngby-Taarbæk
- Mariagerfjord
- Næstved
- Odsherred
- Randers
- Ringkøbing-Skjern
- Ringsted
- Roskilde
- Rudersdal
- Rødovre
- Samsø
- Slagelse
- Solrød
- Sorø
- Stevns
- Svendborg
- Sønderborg
- Tårnby
- Varde
- Vejen
- Vordingborg

affalddk's People

Contributors

briis avatar dependabot[bot] avatar lordmike avatar chamook avatar

Stargazers

 avatar  avatar Simon Calmar avatar  avatar  avatar Claus Nielsen avatar  avatar  avatar Torsten Juul-Jensen avatar Rasmus Dybro avatar Niels avatar Christian Buchhave Mortensen avatar  avatar Andri Óskarsson avatar  avatar Jesper Larsen-Ledet avatar Dykand avatar

Watchers

Tommy Sadiq Hinrichsen avatar  avatar

affalddk's Issues

næste afhentning er negativ

Describe the issue

image
virkede fint for første afhentning i går. Næste afhentning er om en dag, men bliver vist negativ??

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

n.a.

Anything in the logs that might be useful for us?

n.a.

Additional information

n.a

Manglende affaldstyper i Høje Taastrup.

Describe the issue

Jeg mangler følgende kategorier for Høje Taastrup:
Pap
Papir/Fødevarekartoner & Plast
Glas/Metal

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

None

Anything in the logs that might be useful for us?

No response

Additional information

No response

Affalddk issue with address in Vordingborg kommune

Describe the issue

Get the following:
Logfiler
Søg i logfilerne
Home Assistant Core
Unable to prepare setup for platform 'affalddk.sensor': Platform not found (Exception importing custom_components.affalddk.sensor).
13.17.00 – (FEJL) setup.py
Unexpected exception importing platform custom_components.affalddk.sensor
13.16.59 – (FEJL) loader.py

RYD
Home Assistant Core

2024-03-21 13:16:59.997 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.affalddk.sensor
2024-03-21 13:17:00.004 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'affalddk.sensor': Platform not found (Exception importing custom_components.affalddk.sensor).

What version of Home Assistant Core has the issue?

core-2024.1.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Diagnostics information

Logger: homeassistant.setup
Source: setup.py:403
First occurred: 13.17.00 (1 occurrences)
Last logged: 13.17.00

Unable to prepare setup for platform 'affalddk.sensor': Platform not found (Exception importing custom_components.affalddk.sensor).

Anything in the logs that might be useful for us?

Home Assistant Core
2024-03-21 13:16:59.997 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform custom_components.affalddk.sensor
2024-03-21 13:17:00.004 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'affalddk.sensor': Platform not found (Exception importing custom_components.affalddk.sensor).

Additional information

No response

affaldstyper for kerteminde mangler

Describe the issue

Der mangler affaldstyper det var der i den gamle renoweb for kerteminde.

image

tror det er den der hedder plast der mangler.

den skriver også en fejl/advarsel i loggen

What version of Home Assistant Core has the issue?

2024.3.0

What was the last working version of Home Assistant Core?

2024.3.0

What type of installation are you running?

Home Assistant OS

Diagnostics information

n/a

Anything in the logs that might be useful for us?

Denne fejl stammer fra en brugerdefineret integration.

Logger: pyrenoweb.api
Kilde: custom_components/affalddk/__init__.py:116
integration: Affaldshåndtering DK (dokumentation, problemer)
Første forekomst: 10.31.55 (4 forekomster)
Senest logget: 10.42.14

Material type [Gen-Skel 0-2 meter (1 stk.)] is not defined in the system for Genbrug. Please notify the developer
Material type [240 l genbrug 2-kammer (2023) (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

Additional information

n/a

Viser kun "genbrug" på adressen

Describe the issue

Hej,

Jeg for kun "genbrug" frem, når jeg taster min adresse. Jeg har sendt dig en mail med min adresse.

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

2024-03-26 10:17:09.003 WARNING (MainThread) [pyrenoweb.api] Material type [Pap og papir/metal, glas og hård plast - 240 L (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

Anything in the logs that might be useful for us?

No response

Additional information

No response

Glostrup kommune "Standpladser"

Describe the issue

Integrationen viser kun storskrald, haveaffald og næste afhentning - ikke sådan noget som pap, plast, madaffald etc.

What version of Home Assistant Core has the issue?

core-2024.4.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

v2.1.6

Diagnostics information

home-assistant_affalddk_2024-04-24T17-05-09.382Z.log

Anything in the logs that might be useful for us?

This error originated from a custom integration.

Logger: pyaffalddk.api
Source: custom_components/affalddk/__init__.py:123
integration: Affaldshåndtering DK (documentation, issues)
First occurred: 18:58:00 (7 occurrences)
Last logged: 18:58:00

Garbage type [Standpladser] is not defined in the system. Please notify the developer. Municipality: Glostrup, Address ID: 2361

Additional information

No response

Systemet regner ikke korrekt. Der en 1 dag for meget til næste afhentning

Describe the issue

Efter sidste opdatering hvor datoer blev konverteret fra en datetime til en date, er antal dage til næste afhentning ikke korrekt. Der er 1 dag for meget.

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

core-2024.3.3

What type of installation are you running?

Home Assistant OS

Diagnostics information

NA

Anything in the logs that might be useful for us?

NA

Additional information

NA

cannot import name 'GarbageCollection' from 'pyrenoweb'

Describe the issue

Hi, I got this error, trying to install this integration:

2024-03-05 22:02:04.541 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration affalddk: cannot import name 'GarbageCollection' from 'pyrenoweb' (/usr/local/lib/python3.12/site-packages/pyrenoweb/init.py)

In the frontend, trying to install the integration, it says:
Fejl
Konfigurationsflow kunne ikke indlæses: {"message":"Invalid handler specified"}

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

2024-03-05 22:02:04.541 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration affalddk: cannot import name 'GarbageCollection' from 'pyrenoweb' (/usr/local/lib/python3.12/site-packages/pyrenoweb/init.py)

Anything in the logs that might be useful for us?

2024-03-05 22:02:04.541 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration affalddk: cannot import name 'GarbageCollection' from 'pyrenoweb' (/usr/local/lib/python3.12/site-packages/pyrenoweb/__init__.py)

Additional information

No response

forkert billede på entiteten 'næste afhentning'

Describe the issue

image
image

Har opdateret til sidste nye version og downloaded billeder zip-fil.

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

Diag not available

Anything in the logs that might be useful for us?

No response

Additional information

De første verseioner var OK, men denne fejl har været der i de sidste par versioner.

Og, så er afhentning i øvrigt i dag og ikke i morgen - som rapporteret på den anden bug.

Storskrald Odsherred opdaterer ikke

Describe the issue

Efter sidste opdatering er storskrald forsvundet :-)
(Denne entitet leveres ikke længere af affalddk-integrationen.)

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

Seneste

Diagnostics information

Denne entitet leveres ikke længere af affalddk-integrationen.
Hvis entiteten ikke længere er i brug, kan du slette den i indstillinger.
Storskrald
I forgårs
Utilgængelig

Anything in the logs that might be useful for us?

No response

Additional information

Første gang jeg reporterer noget her, håber det er rigtigt gjort. er ellers super glad for integrationen. Godt arbejde!

Tekstiler ikke mappet korrekt i Roskilde

Describe the issue

C´Kategorien tekstiler bliver lagt i Farligt Affald eller Genbrug. Den skal klasificeres som tekstilaffald.

What version of Home Assistant Core has the issue?

core-2024.3.2

What was the last working version of Home Assistant Core?

core-2024.3.2

What type of installation are you running?

Home Assistant OS

Diagnostics information

None

Anything in the logs that might be useful for us?

None

Additional information

None

[FR]: To have the value of next pickup represented in short form

Describe the feature you wish to make a request for

The 'old' Renoweb integration has a short representation of next pickup (short_state_dk) and it would be nice to have because it looks a lot nicer when the entities are presentet in a list and does not take up so much space.

date_long: Mandag d. 15-04-2024
date_short: Man d. 15/04

Describe alternatives you've considered

No response

Additional context

No response

Missing material type

Describe the issue

Hi,

I am living in Svenstrup J (Aalborg), and is getting this warning in the log, which states you would like to know it :)

This error originated from a custom integration. Logger: pyrenoweb.api Source: custom_components/affalddk/init.py:116 integration: Affaldshåndtering DK (documentation, issues) First occurred: 11:17:51 PM (2 occurrences) Last logged: 11:17:51 PM Material type [240L genbrug (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

Thank you for your work!

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Diagnostics information

None

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Guldborgsund please

Describe the feature you wish to make a request for

As mentioned above

Describe alternatives you've considered

No response

Additional context

No response

Getting error invalid message handler

Describe the issue

image

Getting error invalid message handler

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

Getting error invalid message handler

Anything in the logs that might be useful for us?

No response

Additional information

No response

Lyngby-Taarbæk - stadig manglende 4-kammer-beholder :)

Describe the issue

Jeg har opdateret til v. 2.05 - ,men mangler desværre stadig 4-kammer beholder. Selv efter genstart af HA og reload af integration.

image

What version of Home Assistant Core has the issue?

n/a

What was the last working version of Home Assistant Core?

n/a

What type of installation are you running?

Home Assistant Container

Diagnostics information

image

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Vestforbrændingen/Renoweb

Describe the feature you wish to make a request for

Integrationen ser rigtig fin ud (hvis jeg bruger en adresse i nabobyen), men jeg har et problem. Jeg bor i Farum (Furesø) som er på listen, men jeg får en fejl når jeg slår min adresse op (se vedhæftede skærmdump) Jeg kan få oplysninger om hentning på Vest forbrændingens hjemmeside.
Skærmbillede 2024-03-24 173923

Hilsen Bo

Describe alternatives you've considered

No response

Additional context

No response

2 afhentninger samme dag

Describe the issue

min næste afhentning , håndterere kun 1 spand - og der er 2 der tømmes samme dag
(hillerød)

What version of Home Assistant Core has the issue?

What was the last working version of Home Assistant Core?

What type of installation are you running?

Home Assistant Core

Diagnostics information

Anything in the logs that might be useful for us?

-

Additional information

Forkert afhentnings dato

Describe the issue

Jeg er i Randers Kommune
I min sensor.affalddk_rest_madaffald sensor står der at jeg får hentet den 15-03-2024, men det bliver hentet den 13-03-2024
og min
sensor.affalddk
_genbrug står der den 21-03-2024, men det bliver hentet den 11-03-2024

De datoer er taget fra vores affalds app, som plejer at passe

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

home-assistant_affalddk_2024-03-06T10-00-06.540Z.log

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: add Lejre Kommune

Describe the feature you wish to make a request for

I snit possible to add Lejre Kommune?

Describe alternatives you've considered

No response

Additional context

No response

[FR]: Faxe Kommune

Describe the feature you wish to make a request for

Er det muligt at få Glas/Jern oprettet også?
Samt at genbrug er Plast/Pap. Evt. en rettelse?

Ellers spiller det perfekt ;)

Describe alternatives you've considered

No response

Additional context

No response

[FR]: Aalborg Municipality - new types of trash

Describe the feature you wish to make a request for

Garbage type [Genbrug 240 L] is not defined in the system. Please notify the developer
Garbage type [Haveaffald 140 L] is not defined in the system. Please notify the developer

Describe alternatives you've considered

No response

Additional context

No response

wrong types of garbage types in Egedal

Describe the issue

My integration loads these types:
` - calendar.affalddk_skovhavevej_2

  • entity: sensor.affalddk_skovhavevej_2_farligt_affald
    name: Farligt affald
  • entity: sensor.affalddk_skovhavevej_2_genbrug
    name: Genbrug
  • entity: sensor.affalddk_skovhavevej_2_haveaffald
    name: Haveaffald
  • entity: sensor.affalddk_skovhavevej_2_naeste_afhentning
    name: Næste afhentning
  • entity: sensor.affalddk_skovhavevej_2_rest_madaffald
    name: Rest- & madaffald
  • entity: sensor.affalddk_skovhavevej_2_storskrald
    name: Storskrald`

My app from the municipality gives these types:
Farligt Affald
240 l Glas/metal
Haveaffald
Juletræ
240 l Pap
370 l Plast+MDK/Papir
240 L Rest/Mad
Storskrald

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

No log available at this time

Anything in the logs that might be useful for us?

Nothing so far

Additional information

No response

Config flow could not be loaded: {"message":"Invalid handler specified"}

Describe the issue

after install trying to add to HA and while it's starting the config I get this error

Config flow could not be loaded: {"message":"Invalid handler specified"}

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

I don't get that far.

Anything in the logs that might be useful for us?

Error occurred loading flow for integration affalddk: cannot import name 'GarbageCollection' from 'pyrenoweb' (/usr/local/lib/python3.12/site-packages/pyrenoweb/__init__.py)

Additional information

No response

Plast mangler og miljøkasse er farligt affald - Solrød

Describe the issue

Der er følgende fejl for Solrød:

  • Der mangler en entitet for plast.
  • Miljøkasse er lagt ind som farligt affald (vi har afhentning af miljøkasse, ikke farligt affald).

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

Ingen fejl i log

Anything in the logs that might be useful for us?

No response

Additional information

No response

Data opdaterer ikke, i forhold til tidsinterval

Describe the issue

Det ser ikke ud til at den automatiske opdatering af data kører i baggrunden. Det virker fint når jeg kører i udviklingsmiljøet, men på begge mine produktions enheder, så opdaterer den ikke.

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

core-2024.3.3

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

2.0.7

Diagnostics information

NA

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Embed SVG pictures in integration as `data:base64..` ?

Describe the feature you wish to make a request for

I read the text on affalddk_images.zip and how to serve it from the local webserver - but is this necessary? Both SVG's and PNG's should be embeddable as a data url.

Both the entity_picture attribute and the picture-entity card use url as the reference to the image to show. Url can be a data url, like this:

example picture-entity card

image

Describe alternatives you've considered

Alternatively host on the internet - but that sucks. :)

Additional context

SVG as data uri: https://gist.github.com/jennyknuth/222825e315d45a738ed9d6e04c7a88d0

Wikipedia: https://en.wikipedia.org/wiki/Data_URI_scheme#Examples_of_use (example on PNG/SVG/..)

Link in HA log to issues is not working, directs to https://github.com/briis/affald/issues

Describe the issue

The correct URL is https://github.com/briis/affalddk/issues

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

core-2024.2.5

What type of installation are you running?

Home Assistant Supervised

Diagnostics information

Not relevant

Anything in the logs that might be useful for us?

No response

Additional information

No response

Calendar Evnt not changing State

Describe the issue

When a container reaches the date it should be picked up, the local calendar does bot change it's state to On

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

core-2024.3.0

What type of installation are you running?

Home Assistant OS

Diagnostics information

N/A

Anything in the logs that might be useful for us?

N/A

Additional information

No response

"Genbrug" vises forkert på adressen

Describe the issue

Hej,

Først og fremmest vil jeg gerne takke dig for den indsats, du lægger i denne udvidelse!

Jeg har bemærket, at på min adresse og generelt for Mariagerfjord Kommune, vises "Genbrug" ikke korrekt som den affaldsbeholder, den faktisk er.
For at præcisere, så dækker genbrugsaffaldet faktisk over "papir/pap/metal/plast/mad- og drikkekartoner".

Kan du (såfremt muligt) ændre det, så "Genbrug" vises som "papirglasmetalplast.svg"?
Jeg mener, at dette vil være den mest retvisende angivelse.

What version of Home Assistant Core has the issue?

core-2024.4.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

2.1.1

Diagnostics information

Material type [240 l genbrug låg i låg (1 stk.)] is not defined in the system for Genbrug. Please notify the developer.

Anything in the logs that might be useful for us?

No response

Additional information

No response

Start af Integration ikke muligt

Describe the issue

for den her fejl ved start af integration : Konfigurationsflow kunne ikke indlæses: {"message":"Invalid handler specified"}
billede

What version of Home Assistant Core has the issue?

Core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

Kan vil ikke tilføje data uden den er installeret ?

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Kalender begivendenheder som heldags begivenhed

Describe the feature you wish to make a request for

Hej,
Har du mulighed for at indsætte begivenheder i kalenderen som heldags begivenheder i stedet for fra 00.00 til 00.00? Eller lave en options til enten eller?

Jeg bruger dette Lovelace kort hassio-trash-card( https://github.com/idaho/hassio-trash-card). Og den opfører sig ikke helt pænt når kalender begivenhederne ikke heldags begivenheder 😕

Mvh
Kurt G. Nielsen

Describe alternatives you've considered

No response

Additional context

No response

Material type not defined

Describe the issue

Getting this warning in log
Material type [240 L todelt genbrugsspand hver 4. uge (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

core-2024.4.3

What type of installation are you running?

Home Assistant Container

What version of the integration are you using?

v2.1.4

Diagnostics information

None

Anything in the logs that might be useful for us?

Material type [240 L todelt genbrugsspand hver 4. uge (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

Additional information

No response

Wrong dates reported by affalddk for address in Rebild

Describe the issue

Don't know if this has to do with the fact, that Nordværk has taken over the garbage service in Rebild recently, and that this service is reporting data from the old portal. From the data it shows that the data was delivered by renoweb? affalddk reports that my trash will be picked up tomorrow, but it won't be until the 26th of march - so some data is not right.

What version of Home Assistant Core has the issue?

core-2024.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

none

Anything in the logs that might be useful for us?

No response

Additional information

No response

Næste afhentning -1 dage

Describe the issue

Næste afhentning står som -1 dage

What version of Home Assistant Core has the issue?

core-2024.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

None

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Show next pickup for "all" types of recycling

Describe the feature you wish to make a request for

in the old component I could see when the next everyday-rubbish pickup was and also the next recycling (plastic, cardboard/paper etc) it seems the new cannot?
If I understand it correctly the integration will dynamicall change between the different pickup types.
The calendar sensor just shows "off".
The 2 sensors for pickup (next and type) are 100% identical in the content they show. Won't they always be?
Is this correct?
Is it possible to see the next for more than 1 type of pickup?

Describe alternatives you've considered

No response

Additional context

No response

Fokert datovisning

Describe the issue

Vi skulle have hentet Papir & plast idag, 26/3.
Attributten "Date sort" for den sensor viser helt korrekt: "Tir d. 26/03", men desværre viser "Duration": "I morgen" og couteren for sensoren viser 1 i stedet for 0, selvom afhentningen var i dag.

Jeg ville have forventet at "Duration" ville skrive "I dag", og sensorens couteren var 0 i stedet for 1.

Se bilede:
image

What version of Home Assistant Core has the issue?

core-2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Diagnostics information

Could not download it

Anything in the logs that might be useful for us?

Living in Svenstrup J, Aalborg.

Additional information

No response

Garbage type not defined

Describe the issue

My log contains this info:
2024-04-01 22:37:16.474 WARNING (MainThread) [pyaffalddk.api] Garbage type [Miljøboks] is not defined in the system. Please notify the developer

What version of Home Assistant Core has the issue?

core-2024.3.3

What was the last working version of Home Assistant Core?

core-2024.3.3

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

v2.1.0

Diagnostics information

All references to affalddk in log:

2024-04-02 14:36:59.868 WARNING (SyncWorker_5) [homeassistant.loader] We found a custom integration affalddk which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-04-02 14:37:03.309 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'application_credentials', 'esphome', 'tag', 'stt', 'trace', 'file_upload', 'person', 'mobile_app', 'schedule', 'met', 'stream', 'counter', 'group', 'eforsyning', 'nanoleaf', 'scheduler', 'blueprint', 'input_select', 'wake_word', 'lovelace', 'conversation', 'homeassistant_alerts', 'template', 'systemmonitor', 'history', 'persistent_notification', 'script', 'map', 'hardware', 'cast', 'repairs', 'watchman', 'energy', 'climate', 'version', 'input_boolean', 'easee', 'search', 'default_config', 'sun', 'novafos', 'unifi', 'samsungtv', 'dlna_dmr', 'scene', 'media_source', 'command_line', 'input_button', 'assist_pipeline', 'analytics', 'sonos', 'timer', 'input_text', 'aula', 'ffmpeg', 'diagnostics', 'affalddk', 'landroid_cloud', 'uptime', 'config', 'device_automation', 'mqtt', 'image_upload', 'tts', 'zone', 'onboarding', 'logbook', 'ipp', 'automation', 'input_number', 'input_datetime', 'hacs', 'airthings', 'my', 'system_health', 'backup', 'ping', 'shelly', 'auth', 'energidataservice'}
2024-04-02 14:37:03.604 INFO (MainThread) [homeassistant.setup] Setting up affalddk
2024-04-02 14:37:03.604 INFO (MainThread) [homeassistant.setup] Setup of domain affalddk took 0.0 seconds
2024-04-02 14:37:08.050 WARNING (MainThread) [pyaffalddk.api] Garbage type [Miljøboks] is not defined in the system. Please notify the developer
2024-04-02 14:37:08.051 DEBUG (MainThread) [custom_components.affalddk] Data fetched 2024-04-02 14:37:08
2024-04-02 14:37:08.051 DEBUG (MainThread) [custom_components.affalddk] Finished fetching affalddk data in 3.484 seconds (success: True)
2024-04-02 14:37:08.060 INFO (MainThread) [homeassistant.components.sensor] Setting up affalddk.sensor
2024-04-02 14:37:08.094 INFO (MainThread) [homeassistant.components.calendar] Setting up affalddk.calendar

Anything in the logs that might be useful for us?

No response

Additional information

A great thanks to the developer for doing this integration.
If I can be of any help testing a possible patch, let me know.
BTW: My Municipality is Gentofte...
/D

Lyngby Taarbæk: Mangler "4-kammer beholder"

Describe the issue

Der mangler den beholder der har sorteret affald (papir, glas, metal og plast).
De andre beholdere er der som de skal være og dagene ser rigtige ud.

Det virkede i forrige version ("RenoWeb")

What version of Home Assistant Core has the issue?

2024.3.1

What was the last working version of Home Assistant Core?

None

What type of installation are you running?

Home Assistant OS

Diagnostics information

no tech issue as such

Anything in the logs that might be useful for us?

No response

Additional information

No response

Rudersdal mangler plast/papir

Describe the issue

Tak for at Rudersdal kom med....
Men jeg mangler at kunne se hvornår plast/papir bliver tømt.

What version of Home Assistant Core has the issue?

2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

no need

Anything in the logs that might be useful for us?

No response

Additional information

No response

Manglende entiteter og forkert dato

Describe the issue

Efter skiftet fra RenoWeb integrationen mangler jeg nu entiteter for (alle med samme afhentningsdag):

  • Papir/glas/dåser
  • Plast
  • Batterier

'Farligt affald & Miljøboks' er sat til afhentningsdagen for ovenstående, hvilket ikke er den korrekte afhentningsdag for 'Farligt affald & Miljøboks'.

Jeg bor i 2680 Solrød Strand.

What version of Home Assistant Core has the issue?

core-2024.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

home-assistant_affalddk_2024-03-15T15-57-49.642Z.log

Anything in the logs that might be useful for us?

No response

Additional information

No response

Næste afhentning viser kun een beholder selvom to tømmes i morgen

Describe the issue

Jeg har flere beholdere, der tømmes i morgen, men Næste afhenting sensoren viser kun den ene.
Det ville være fedt hvis den havde name og description for dem alle som en liste:

description: Plast/papir, afstand over 5 meter (1 stk.) og (A) Rest/mad 240 L beh., afstand over 5 meter - 14 dg. tømning (1 stk.)
name: Plast/papir og Rest/mad

What version of Home Assistant Core has the issue?

core-2024.3.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

date: 2024-03-21
date_long: Torsdag d. 21-03-2024
date_short: Tor d. 21/03
description: Plast/papir, afstand over 5 meter (1 stk.)
duration: I morgen
entity_picture: /local/affalddk/pappi.svg?1710929846.08223
last_update: 2024-03-17 17:17:26
name: Papir & Plast
unit_of_measurement: dag
attribution: Data delivered by Renoweb
friendly_name: Affalddk XXX Næste afhentning

date: 2024-03-21
date_long: Torsdag d. 21-03-2024
date_short: Tor d. 21/03
description: Plast/papir, afstand over 5 meter (1 stk.)
duration: I morgen
entity_picture: /local/affalddk/pappi.svg?1710929846.081941
last_update: 2024-03-17 17:17:26
name: Papir & Plast
unit_of_measurement: dag
attribution: Data delivered by Renoweb
icon: mdi:recycle
friendly_name: Affalddk XXX Papir & Plast

date: 2024-03-21
date_long: Torsdag d. 21-03-2024
date_short: Tor d. 21/03
description: (A) Rest/mad 240 L beh., afstand over 5 meter - 14 dg. tømning (1 stk.)
duration: I morgen
entity_picture: /local/affalddk/restaffaldmadaffald.svg?1710929846.081701
last_update: 2024-03-17 17:17:26
name: Rest & Madaffald
unit_of_measurement: dag
attribution: Data delivered by Renoweb
icon: mdi:trash-can
friendly_name: Affalddk XXX Rest- & madaffald

Anything in the logs that might be useful for us?

No response

Additional information

No response

Warnings in HA log

Describe the issue

This error originated from a custom integration.

Logger: pyaffalddk.api
Source: custom_components/affalddk/init.py:123
integration: Affaldshåndtering DK (documentation, issues)
First occurred: 12:59:22 (3 occurrences)
Last logged: 12:59:22

Material type [Genbrug henteordning (1 stk.)] is not defined in the system for Genbrug. Please notify the developer
Material type [Haveaffald henteordning (1 stk.)] is not defined in the system for Genbrug. Please notify the developer
Material type [Rød kasse henteordning (1 stk.)] is not defined in the system for Genbrug. Please notify the developer

What version of Home Assistant Core has the issue?

core-2024.4.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

What version of the integration are you using?

2.1.2

Diagnostics information

home-assistant_affalddk_2024-04-05T11-07-22.487Z.log

Anything in the logs that might be useful for us?

No response

Additional information

No response

næste afhentning - frekvens for opdatering?

Describe the issue

hej briis

hvor ofte opdaterer sensorerne?

næste afhentning ser pt. således ud for mig. Vi fik hentet rest i går. billedet er fra i dag.

image

What version of Home Assistant Core has the issue?

core-2024.2.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

nothing

Anything in the logs that might be useful for us?

No response

Additional information

No response

Konfigurationsflow kunne ikke indlæses

Describe the issue

Jeg får denne fejl når jeg på at konfigurer intergrationen "Konfigurationsflow kunne ikke indlæses: {"message":"Invalid handler specified"

What version of Home Assistant Core has the issue?

2024.3.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Diagnostics information

pas

Anything in the logs that might be useful for us?

No response

Additional information

No response

[FR]: Thisted municipality

Describe the feature you wish to make a request for

Could you maybe add the municipality for Thisted

Describe alternatives you've considered

No response

Additional context

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.