Replies: 2 comments 2 replies
-
It does work on my side for our test cases (see below) There was a fix not yet part of the current release, which fixed an error affecting only a very limited amount of addresses (as far as I can tell, none of our test cases failed before the fix.) #3173 But if your address would be affected by this issue, you should see an error message in the config screen. Do you see anything in your HA logs (setting -> system -> logs)? {
"Scott Country Clerk": {
"street_address": "101 E Main St, Georgetown, KY 40324",
"method": 1,
},
"Branch County Clerk": {
"street_address": "31 Division St. Coldwater, MI 49036",
"method": "1",
},
"Contract Collection": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
"method": 2,
},
"Residential Collection": {
"street_address": "117 Roxie Ln, Georgetown, KY 40324",
"method": "2",
},
"No Method arg": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
},
"4420 Oasis Hill Ave, North Las Vegas, NV 89085": {
"street_address": "4420 Oasis Hill Ave, North Las Vegas, NV 89085",
"method": 2,
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply!
Nothing in the Home Assistant logs.
I removed it from HACS, rebooted, and reinstalled the integration. I get
this error. Any ideas? Any prerequisites that i need to install
beforehand?
[image: image.png]
…On Thu, Dec 26, 2024 at 6:59 PM 5ila5 ***@***.***> wrote:
It does work on my side for our test cases (see below)
There was a fix not yet part of the current release, which fixed an error
affecting only a very limited amount of addresses (as far as I can tell,
none of our test cases failed before the fix.) #3173
<#3173>
But if your address would be affected by this issue, you should see an
error message in the config screen.
Do you see anything in your HA logs (setting -> system -> logs)?
{
"Scott Country Clerk": {
"street_address": "101 E Main St, Georgetown, KY 40324",
"method": 1,
},
"Branch County Clerk": {
"street_address": "31 Division St. Coldwater, MI 49036",
"method": "1",
},
"Contract Collection": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
"method": 2,
},
"Residential Collection": {
"street_address": "117 Roxie Ln, Georgetown, KY 40324",
"method": "2",
},
"No Method arg": {
"street_address": "8957 Park Meadows Dr, Elk Grove, CA 95624",
},
"4420 Oasis Hill Ave, North Las Vegas, NV 89085": {
"street_address": "4420 Oasis Hill Ave, North Las Vegas, NV 89085",
"method": 2,
},
}
—
Reply to this email directly, view it on GitHub
<#3294 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDXH7MTNAMWNB5Y4K64SWHD2HSRAXAVCNFSM6AAAAABUH2HJM2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRXGM4TGMQ>
.
You are receiving this because you authored the thread.Message ID:
<mampfes/hacs_waste_collection_schedule/repo-discussions/3294/comments/11673932
@github.com>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello - installed 2.5.0 through HACS the other day. I select United States, Republic Waste, enter my address. Waits about 5 minutes and then didn't complete the setup. The address is typed exactly as shown on the Republic website, so i know that part should work... is there some other add-on I need in HA to enable this great integration? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions