Skip to content
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

Sefton Council Bin Colour #1107

Open
4 tasks done
jennoian opened this issue Dec 28, 2024 · 5 comments
Open
4 tasks done

Sefton Council Bin Colour #1107

jennoian opened this issue Dec 28, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@jennoian
Copy link

Name of Council

Recycling wrong colour

Issue Information

The recycling should be brown. At the moment both waste and recycling are black.

Verification

  • I searched for similar issues at https://github.com/robbrad/UKBinCollectionData/issues?q=is:issue and found no duplicates
  • I have checked my address/postcode/UPRN works on the council's website
  • I have provided a detailed explanation of the issue as well as steps to replicate the issue
  • I understand that this project is run by volunteer contributors therefore completion of this issue cannot be guaranteed
@jennoian jennoian added the bug Something isn't working label Dec 28, 2024
@dp247
Copy link
Collaborator

dp247 commented Jan 1, 2025

You can set custom bin colours like so:
#1077

@jennoian
Copy link
Author

jennoian commented Jan 2, 2025 via email

@robbrad
Copy link
Owner

robbrad commented Jan 2, 2025

@jennoian can you share how you did the smart assistant part? Thanks

@jennoian
Copy link
Author

jennoian commented Jan 2, 2025

@jennoian can you share how you did that? Thanks

If you mean the correct color i just used the "residual", "Green" and "Recycling" sensors to say the color i wanted from an automation. I then placed a image of all 3 bins on the dashboard and used the "visibility" tab to create a condition to show the next bin. You would have to use the helper option to make an attribute as a sensor. I think if we had this already as a sensor it would be handy, you could use the "days_until_collection" sensors and find the lowest one, then place the answer as a sensor?

@jennoian
Copy link
Author

jennoian commented Jan 2, 2025

@jennoian can you share how you did the smart assistant part? Thanks

image

alias: BIN ALERT - NIGHT BEFORE
description: ""
triggers:

  • trigger: time
    at: "19:00:00"
  • trigger: time
    at: "17:30:00"
    conditions: []
    actions:
  • choose:
    • conditions:
      • condition: numeric_state
        entity_id: sensor.bincollection_residual_days_until_collection
        below: 2
        above: 0
        sequence:
      • action: tts.google_translate_say
        metadata: {}
        data:
        cache: true
        entity_id: media_player.house
        message: >-
        BLACK BIN NEEDS TO GO OUT, DONT BE LAZY AND WAIT UNTIL THE
        MORNING.
    • conditions:
      • condition: numeric_state
        entity_id: sensor.bincollection_recycling_days_until_collection
        below: 2
        above: 0
        sequence:
      • action: tts.google_translate_say
        metadata: {}
        data:
        cache: true
        entity_id: media_player.house
        message: >-
        BROWN BIN NEEDS TO GO OUT, DONT BE LAZY AND WAIT UNTIL THE
        MORNING.
    • conditions:
      • condition: numeric_state
        entity_id: sensor.bincollection_green_days_until_collection
        below: 2
        above: 0
        sequence:
      • action: tts.google_translate_say
        metadata: {}
        data:
        cache: true
        entity_id: media_player.house
        message: >-
        GREEN BIN NEEDS TO GO OUT, DONT BE LAZY AND WAIT UNTIL THE
        MORNING.
        mode: single

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants