leeds bins hass
20241031.01
歡迎來到利茲廢棄物收集家庭助理整合!這是一個從英國利茲市議會獲取數據並為每種垃圾箱類型創建感測器的整合。
此集成為 Home Assistant 增加了 3 個感測器,可使用利茲市議會區域的地址顯示下次垃圾收集日期的數據。
平台 | 姓名 | 描述 |
---|---|---|
sensor | 回收箱 | 顯示距離回收箱收集日的剩餘天數 |
sensor | 一般垃圾桶 | 顯示距離一般垃圾箱收集日的剩餘天數 |
sensor | 花園垃圾桶 | 顯示距離花園垃圾箱收集日的剩餘天數 |
每個感測器都具有以下屬性;
屬性 | 描述 |
---|---|
顏色 | 垃圾箱的顏色(即綠色、黑色、棕色) |
下一個系列 | 下次收集日期 |
天 | 距離下次收集的天數 |
資訊網址 | 利茲市議會網站的 URL,其中包含有關應將哪些物品放入垃圾箱的信息 |
Data Mill North 使用的數據集單擊此處了解更多信息
此整合可以直接透過 HACS 安裝。安裝:
HACS
> Integrationss
> Custom Repositories
並新增帶有類別Integration
的https://github.com/joemcc-90/leeds-bins-hass
)Download
(右下)此整合是透過 Home Assistant UI 配置的。您需要您的房屋名稱或門牌號碼以及郵遞區號。
Settings
> Devices & Services
> Integrations
> ADD INTEGRATION
Leeds Waste Collection
配置 | 描述 |
---|---|
name | 輸入配置的友善名稱或留空(將影響感測器名稱(即「回收站」變為「友善名稱 - 回收站」))在監控多個地址時很有用 |
house | 輸入房屋名稱或門牌號 |
postcode | 輸入郵遞區號 |
若要設定通知,請使用每日觸發器以及使用天數屬性的條件。如果天數為 1,則第二天會收集垃圾箱。
例子;
alias: Bins - Green Bin
description: ""
trigger:
- platform: time
at: "19:00:00"
condition:
- condition: state
entity_id: sensor.leeds_bins_1234567_green_bin
state: Tomorrow
action:
- service: notify.mobile_app
data:
message: Recycling bin due out tomorrow
title: Bins - Green Bin
mode: single
範例2;
alias: Bins - Green Bin
description: ""
trigger:
- platform: time
at: "07:00:00"
condition:
- condition: state
entity_id: sensor.leeds_bins_1234567_green_bin
state: Today
action:
- service: notify.mobile_app
data:
message: Recycling bin due out today
title: Bins - Green Bin
mode: single
Settings
> Devices & Services
> Integrations
> Leeds Waste Collection
> Entities
,然後打開您想要隱藏的感測器。使用Visible
選項隱藏感測器Enable debug logging
,請前往Settings
> Devices & Services
> Integrations
> Leeds Waste Collection
,然後選擇啟用偵錯日誌記錄當您遇到問題/錯誤時,報告問題的最佳方法是在此儲存庫中提出問題。點擊此處 - 問題鏈接
買我咖啡啤酒?