Skip to content

Custom Home Assistant Component for accessing abfall.io API.

License

Notifications You must be signed in to change notification settings

Syralist/abfall_io_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abfall_io_component

Custom Home Assistant Component for accessing abfall.io API.

If you found this repository, chances are you already know your waste collection company uses the abfall.io API.

Be aware that this not a plug and play component. Some fiddeling is required to get it to work for different waste companies and adresses.

How to install and use

Copy the files from the custom_components folder to your Home Assistant config-folder.

Change the values in the payload to match your adress. To find the correct values I used the development tools in Chrome to look at the sourcecode on the waste collection website.

You might also need to change the names of the different waste types. For example Hausmüll might be called Restmüll in your case.

Add the sensors to your configuration.yaml:

sensor:
    - platform: abfallio
        resources:
        - gelbersack
        - hausmuell
        - papiertonne

Acknowledgements

I found this code on Tom Beyers Blog. There is also a thread on the Home Assiantant Forum.

About

Custom Home Assistant Component for accessing abfall.io API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages